var/cache/dev/ContainerUCul7WT/App_KernelDevDebugContainer.php line 7231

Open in your IDE?
  1. <?php
  2. namespace ContainerUCul7WT;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  47.             'App\\Controller\\ImportController' => 'getImportControllerService',
  48.             'App\\Controller\\RedirectRuleController' => 'getRedirectRuleControllerService',
  49.             'App\\Controller\\ReleaseController' => 'getReleaseControllerService',
  50.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  51.             'App\\Controller\\SiteController' => 'getSiteControllerService',
  52.             'App\\Controller\\UserController' => 'getUserControllerService',
  53.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  55.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  65.             'data_collector.dump' => 'getDataCollector_DumpService',
  66.             'doctrine' => 'getDoctrineService',
  67.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  68.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  69.             'error_controller' => 'getErrorControllerService',
  70.             'event_dispatcher' => 'getEventDispatcherService',
  71.             'http_kernel' => 'getHttpKernelService',
  72.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'routing.loader' => 'getRouting_LoaderService',
  76.             'services_resetter' => 'getServicesResetterService',
  77.             'translator' => 'getTranslatorService',
  78.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  79.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  80.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  81.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  82.             'cache_clearer' => 'getCacheClearerService',
  83.             'filesystem' => 'getFilesystemService',
  84.             'serializer' => 'getSerializerService',
  85.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  86.             'form.factory' => 'getForm_FactoryService',
  87.             'form.type.file' => 'getForm_Type_FileService',
  88.             'profiler' => 'getProfilerService',
  89.             'twig' => 'getTwigService',
  90.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  91.             'security.token_storage' => 'getSecurity_TokenStorageService',
  92.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  93.             'session' => 'getSessionService',
  94.             'validator' => 'getValidatorService',
  95.         ];
  96.         $this->aliases = [
  97.             'database_connection' => 'doctrine.dbal.default_connection',
  98.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  99.         ];
  100.         $this->privates['service_container'] = function () {
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  107.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  226.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  232.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  279.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  282.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  287.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  288.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  297.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  385.             include_once \dirname(__DIR__4).'/src/Twig/DuplicateExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  387.             include_once \dirname(__DIR__4).'/src/Twig/EnvConfigExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  402.             include_once __DIR__.'/proxy-classes.php';
  403.         };
  404.     }
  405.     public function compile(): void
  406.     {
  407.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  408.     }
  409.     public function isCompiled(): bool
  410.     {
  411.         return true;
  412.     }
  413.     public function getRemovedIds(): array
  414.     {
  415.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  416.     }
  417.     protected function createProxy($class\Closure $factory)
  418.     {
  419.         return $factory();
  420.     }
  421.     /**
  422.      * Gets the public '.container.private.cache_clearer' shared service.
  423.      *
  424.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  425.      */
  426.     protected function get_Container_Private_CacheClearerService()
  427.     {
  428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  430.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  431.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  432.         }, 1));
  433.     }
  434.     /**
  435.      * Gets the public '.container.private.filesystem' shared service.
  436.      *
  437.      * @return \Symfony\Component\Filesystem\Filesystem
  438.      */
  439.     protected function get_Container_Private_FilesystemService()
  440.     {
  441.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  442.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  443.     }
  444.     /**
  445.      * Gets the public '.container.private.form.factory' shared service.
  446.      *
  447.      * @return \Symfony\Component\Form\FormFactory
  448.      */
  449.     protected function get_Container_Private_Form_FactoryService()
  450.     {
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  453.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  454.     }
  455.     /**
  456.      * Gets the public '.container.private.form.type.file' shared service.
  457.      *
  458.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  459.      */
  460.     protected function get_Container_Private_Form_Type_FileService()
  461.     {
  462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  465.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  466.     }
  467.     /**
  468.      * Gets the public '.container.private.profiler' shared service.
  469.      *
  470.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  471.      */
  472.     protected function get_Container_Private_ProfilerService()
  473.     {
  474.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  475.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  476.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  477.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  478.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  479.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  480.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  481.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  482.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  483.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  484.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  485.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  486.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  487.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  488.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  489.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  490.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  491.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  492.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  493.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  494.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  495.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  496.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  497.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  498.         if ($this->has('kernel')) {
  499.             $g->setKernel($b);
  500.         }
  501.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  502.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  503.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  504.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  505.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  506.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  507.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  508.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  509.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  510.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  511.         $instance->add($d);
  512.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  513.         $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()), true));
  514.         $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())));
  515.         $instance->add($e);
  516.         $instance->add($f);
  517.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  518.         $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()))));
  519.         $instance->add($g);
  520.         return $instance;
  521.     }
  522.     /**
  523.      * Gets the public '.container.private.security.authorization_checker' shared service.
  524.      *
  525.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  526.      */
  527.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  528.     {
  529.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  530.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  531.             return $this->services['.container.private.security.authorization_checker'];
  532.         }
  533.         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()), $afalsefalsefalse);
  534.     }
  535.     /**
  536.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  537.      *
  538.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  539.      */
  540.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  541.     {
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  546.         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())));
  547.     }
  548.     /**
  549.      * Gets the public '.container.private.security.password_encoder' shared service.
  550.      *
  551.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  552.      *
  553.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  554.      */
  555.     protected function get_Container_Private_Security_PasswordEncoderService()
  556.     {
  557.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  558.         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()));
  559.     }
  560.     /**
  561.      * Gets the public '.container.private.security.token_storage' shared service.
  562.      *
  563.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  564.      */
  565.     protected function get_Container_Private_Security_TokenStorageService()
  566.     {
  567.         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, [
  568.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  569.         ], [
  570.             'request_stack' => '?',
  571.         ]));
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.serializer' shared service.
  575.      *
  576.      * @return \Symfony\Component\Serializer\Serializer
  577.      */
  578.     protected function get_Container_Private_SerializerService()
  579.     {
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  623.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  624.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  625.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  626.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  627.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  628.         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\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($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()]);
  629.     }
  630.     /**
  631.      * Gets the public '.container.private.session' shared service.
  632.      *
  633.      * @return \Symfony\Component\HttpFoundation\Session\Session
  634.      */
  635.     protected function get_Container_Private_SessionService()
  636.     {
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  639.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  640.         if (isset($this->services['.container.private.session'])) {
  641.             return $this->services['.container.private.session'];
  642.         }
  643.         return $this->services['.container.private.session'] = $a->createSession();
  644.     }
  645.     /**
  646.      * Gets the public '.container.private.twig' shared service.
  647.      *
  648.      * @return \Twig\Environment
  649.      */
  650.     protected function get_Container_Private_TwigService()
  651.     {
  652.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  653.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  654.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  658.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  659.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  660.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  661.         $a->addPath((\dirname(__DIR__4).'/templates'));
  662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  665.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  666.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  667.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  668.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  669.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  670.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  671.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  672.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  673.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  674.         $i = new \Symfony\Bridge\Twig\AppVariable();
  675.         $i->setEnvironment('dev');
  676.         $i->setDebug(true);
  677.         if ($this->has('.container.private.security.token_storage')) {
  678.             $i->setTokenStorage($g);
  679.         }
  680.         if ($this->has('request_stack')) {
  681.             $i->setRequestStack($d);
  682.         }
  683.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  684.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  685.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  686.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  687.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  688.             return new \EmptyIterator();
  689.         }, 0))));
  690.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  691.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  692.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  693.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  694.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  695.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  696.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  701.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  702.         $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())));
  703.         $instance->addExtension(new \App\Twig\DuplicateExtension());
  704.         $instance->addExtension(new \App\Twig\EnvConfigExtension($this->getEnv('string:GIT_BRANCH')));
  705.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  706.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  707.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  708.         $instance->addGlobal('app'$i);
  709.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  710.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  711.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  712.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  713.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  714.         ], [
  715.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  716.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  717.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  718.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  719.         ])));
  720.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  721.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  722.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  723.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  724.         return $instance;
  725.     }
  726.     /**
  727.      * Gets the public '.container.private.validator' shared service.
  728.      *
  729.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  730.      */
  731.     protected function get_Container_Private_ValidatorService()
  732.     {
  733.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  734.     }
  735.     /**
  736.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  737.      *
  738.      * @return \App\Controller\DashboardController
  739.      */
  740.     protected function getDashboardControllerService()
  741.     {
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  743.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  744.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($this->privates['App\\Repository\\SiteRepository'] ?? $this->getSiteRepositoryService()), ($this->privates['App\\Repository\\RedirectRuleRepository'] ?? $this->getRedirectRuleRepositoryService()));
  745.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController'$this));
  746.         return $instance;
  747.     }
  748.     /**
  749.      * Gets the public 'App\Controller\ImportController' shared autowired service.
  750.      *
  751.      * @return \App\Controller\ImportController
  752.      */
  753.     protected function getImportControllerService()
  754.     {
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  756.         include_once \dirname(__DIR__4).'/src/Controller/ImportController.php';
  757.         include_once \dirname(__DIR__4).'/src/Import/ImporterInterface.php';
  758.         include_once \dirname(__DIR__4).'/src/Import/CsvImporter.php';
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  760.         include_once \dirname(__DIR__4).'/src/Import/ConfImporter.php';
  761.         include_once \dirname(__DIR__4).'/src/Config/ConfigValidator.php';
  762.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  763.         $b = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  764.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  765.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  766.         ], [
  767.             'security.authorization_checker' => '?',
  768.             'security.token_storage' => '?',
  769.         ]));
  770.         $this->services['App\\Controller\\ImportController'] = $instance = new \App\Controller\ImportController($a, new \App\Import\CsvImporter($a$b), new \App\Import\ConfImporter($a$b), ($this->privates['App\\Config\\ConfigValidator'] ?? ($this->privates['App\\Config\\ConfigValidator'] = new \App\Config\ConfigValidator())), ($this->privates['App\\Config\\ConfigBuilder'] ?? $this->getConfigBuilderService()));
  771.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ImportController'$this));
  772.         return $instance;
  773.     }
  774.     /**
  775.      * Gets the public 'App\Controller\RedirectRuleController' shared autowired service.
  776.      *
  777.      * @return \App\Controller\RedirectRuleController
  778.      */
  779.     protected function getRedirectRuleControllerService()
  780.     {
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  782.         include_once \dirname(__DIR__4).'/src/Controller/RedirectRuleController.php';
  783.         include_once \dirname(__DIR__4).'/src/Redirect/RedirectStatusChecker.php';
  784.         include_once \dirname(__DIR__4).'/src/Config/ConfigValidator.php';
  785.         $this->services['App\\Controller\\RedirectRuleController'] = $instance = new \App\Controller\RedirectRuleController(($this->privates['App\\Repository\\RedirectRuleRepository'] ?? $this->getRedirectRuleRepositoryService()), ($this->privates['App\\Config\\ConfigValidator'] ?? ($this->privates['App\\Config\\ConfigValidator'] = new \App\Config\ConfigValidator())), new \App\Redirect\RedirectStatusChecker(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())));
  786.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RedirectRuleController'$this));
  787.         return $instance;
  788.     }
  789.     /**
  790.      * Gets the public 'App\Controller\ReleaseController' shared autowired service.
  791.      *
  792.      * @return \App\Controller\ReleaseController
  793.      */
  794.     protected function getReleaseControllerService()
  795.     {
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  797.         include_once \dirname(__DIR__4).'/src/Controller/ReleaseController.php';
  798.         include_once \dirname(__DIR__4).'/src/Config/ConfigValidator.php';
  799.         $this->services['App\\Controller\\ReleaseController'] = $instance = new \App\Controller\ReleaseController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReleaseRepository'] ?? $this->getReleaseRepositoryService()), ($this->privates['App\\Repository\\RedirectRuleRepository'] ?? $this->getRedirectRuleRepositoryService()), ($this->privates['App\\Config\\ConfigBuilder'] ?? $this->getConfigBuilderService()), ($this->privates['App\\Config\\ConfigValidator'] ?? ($this->privates['App\\Config\\ConfigValidator'] = new \App\Config\ConfigValidator())), ($this->privates['App\\Config\\ConfigDeployer'] ?? $this->getConfigDeployerService()));
  800.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ReleaseController'$this));
  801.         return $instance;
  802.     }
  803.     /**
  804.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  805.      *
  806.      * @return \App\Controller\SecurityController
  807.      */
  808.     protected function getSecurityControllerService()
  809.     {
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  811.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  812.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  813.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public 'App\Controller\SiteController' shared autowired service.
  818.      *
  819.      * @return \App\Controller\SiteController
  820.      */
  821.     protected function getSiteControllerService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  824.         include_once \dirname(__DIR__4).'/src/Controller/SiteController.php';
  825.         $this->services['App\\Controller\\SiteController'] = $instance = new \App\Controller\SiteController(($this->privates['App\\Repository\\SiteRepository'] ?? $this->getSiteRepositoryService()), ($this->privates['App\\Repository\\RedirectRuleRepository'] ?? $this->getRedirectRuleRepositoryService()), ($this->privates['App\\Repository\\ReleaseRepository'] ?? $this->getReleaseRepositoryService()), ($this->privates['App\\Config\\ConfigDeployer'] ?? $this->getConfigDeployerService()));
  826.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SiteController'$this));
  827.         return $instance;
  828.     }
  829.     /**
  830.      * Gets the public 'App\Controller\UserController' shared autowired service.
  831.      *
  832.      * @return \App\Controller\UserController
  833.      */
  834.     protected function getUserControllerService()
  835.     {
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  837.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  838.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  839.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController'$this));
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  844.      *
  845.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  846.      */
  847.     protected function getProfilerControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  850.         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()));
  851.     }
  852.     /**
  853.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  854.      *
  855.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  856.      */
  857.     protected function getRedirectControllerService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  860.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  861.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  862.     }
  863.     /**
  864.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  865.      *
  866.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  867.      */
  868.     protected function getTemplateControllerService()
  869.     {
  870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  871.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  872.     }
  873.     /**
  874.      * Gets the public 'cache.app' shared service.
  875.      *
  876.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  877.      */
  878.     protected function getCache_AppService()
  879.     {
  880.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('eSIQuo9NNE'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  881.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  882.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  883.     }
  884.     /**
  885.      * Gets the public 'cache.app_clearer' shared service.
  886.      *
  887.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  888.      */
  889.     protected function getCache_AppClearerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  893.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  894.     }
  895.     /**
  896.      * Gets the public 'cache.global_clearer' shared service.
  897.      *
  898.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  899.      */
  900.     protected function getCache_GlobalClearerService()
  901.     {
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  904.         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())]);
  905.     }
  906.     /**
  907.      * Gets the public 'cache.system' shared service.
  908.      *
  909.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  910.      */
  911.     protected function getCache_SystemService()
  912.     {
  913.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y0HQdXeZYE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  914.     }
  915.     /**
  916.      * Gets the public 'cache.system_clearer' shared service.
  917.      *
  918.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  919.      */
  920.     protected function getCache_SystemClearerService()
  921.     {
  922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  924.         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())]);
  925.     }
  926.     /**
  927.      * Gets the public 'cache.validator_expression_language' shared service.
  928.      *
  929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  930.      */
  931.     protected function getCache_ValidatorExpressionLanguageService()
  932.     {
  933.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CcGxKhzyPR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  934.     }
  935.     /**
  936.      * Gets the public 'cache_warmer' shared service.
  937.      *
  938.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  939.      */
  940.     protected function getCacheWarmerService()
  941.     {
  942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  944.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  945.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  946.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  947.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  948.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  949.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  950.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  951.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  952.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  953.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  954.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  955.     }
  956.     /**
  957.      * Gets the public 'console.command_loader' shared service.
  958.      *
  959.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  960.      */
  961.     protected function getConsole_CommandLoaderService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  965.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  966.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  967.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  968.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  969.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  970.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  971.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  972.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  973.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  974.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  975.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  976.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  977.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  978.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  979.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  980.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  981.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  982.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  983.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  984.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  985.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  986.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  987.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  988.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  989.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  990.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  991.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  992.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  993.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  994.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  995.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  996.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  997.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  998.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  999.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1000.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1001.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1002.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1003.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1004.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1005.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1006.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1007.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1008.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1009.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1010.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1011.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1012.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1013.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1014.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1015.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1016.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1017.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1018.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1019.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1020.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1021.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1022.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1023.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1024.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1025.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1026.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1027.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1028.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1029.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1030.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1031.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1032.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1033.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1034.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1035.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1036.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1037.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1038.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1039.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1040.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1041.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1042.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1043.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1044.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1045.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1046.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1047.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1048.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1049.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1050.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1051.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1052.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1053.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1054.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1055.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1056.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1057.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1058.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1059.         ], [
  1060.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1061.             'console.command.about' => '?',
  1062.             'console.command.assets_install' => '?',
  1063.             'console.command.cache_clear' => '?',
  1064.             'console.command.cache_pool_clear' => '?',
  1065.             'console.command.cache_pool_prune' => '?',
  1066.             'console.command.cache_pool_delete' => '?',
  1067.             'console.command.cache_pool_list' => '?',
  1068.             'console.command.cache_warmup' => '?',
  1069.             'console.command.config_debug' => '?',
  1070.             'console.command.config_dump_reference' => '?',
  1071.             'console.command.container_debug' => '?',
  1072.             'console.command.container_lint' => '?',
  1073.             'console.command.debug_autowiring' => '?',
  1074.             'console.command.dotenv_debug' => '?',
  1075.             'console.command.event_dispatcher_debug' => '?',
  1076.             'console.command.router_debug' => '?',
  1077.             'console.command.router_match' => '?',
  1078.             'console.command.translation_debug' => '?',
  1079.             'console.command.translation_extract' => '?',
  1080.             'console.command.validator_debug' => '?',
  1081.             'console.command.translation_pull' => '?',
  1082.             'console.command.translation_push' => '?',
  1083.             'console.command.xliff_lint' => '?',
  1084.             'console.command.yaml_lint' => '?',
  1085.             'console.command.form_debug' => '?',
  1086.             'console.command.secrets_set' => '?',
  1087.             'console.command.secrets_remove' => '?',
  1088.             'console.command.secrets_generate_key' => '?',
  1089.             'console.command.secrets_list' => '?',
  1090.             'console.command.secrets_decrypt_to_local' => '?',
  1091.             'console.command.secrets_encrypt_from_local' => '?',
  1092.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1093.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1094.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1095.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1096.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1097.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1098.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1099.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1100.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1101.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1102.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1103.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1104.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1105.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1106.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1107.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1108.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1109.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1110.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1111.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1112.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1113.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1114.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1115.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1116.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1117.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1118.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1119.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1120.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1121.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1122.             'twig.command.debug' => '?',
  1123.             'twig.command.lint' => '?',
  1124.             'security.command.debug_firewall' => '?',
  1125.             'security.command.user_password_encoder' => '?',
  1126.             'security.command.user_password_hash' => '?',
  1127.             'var_dumper.command.server_dump' => '?',
  1128.             'monolog.command.server_log' => '?',
  1129.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1130.             'maker.auto_command.make_auth' => '?',
  1131.             'maker.auto_command.make_command' => '?',
  1132.             'maker.auto_command.make_twig_component' => '?',
  1133.             'maker.auto_command.make_controller' => '?',
  1134.             'maker.auto_command.make_crud' => '?',
  1135.             'maker.auto_command.make_docker_database' => '?',
  1136.             'maker.auto_command.make_entity' => '?',
  1137.             'maker.auto_command.make_fixtures' => '?',
  1138.             'maker.auto_command.make_form' => '?',
  1139.             'maker.auto_command.make_message' => '?',
  1140.             'maker.auto_command.make_messenger_middleware' => '?',
  1141.             'maker.auto_command.make_registration_form' => '?',
  1142.             'maker.auto_command.make_reset_password' => '?',
  1143.             'maker.auto_command.make_serializer_encoder' => '?',
  1144.             'maker.auto_command.make_serializer_normalizer' => '?',
  1145.             'maker.auto_command.make_subscriber' => '?',
  1146.             'maker.auto_command.make_twig_extension' => '?',
  1147.             'maker.auto_command.make_test' => '?',
  1148.             'maker.auto_command.make_validator' => '?',
  1149.             'maker.auto_command.make_voter' => '?',
  1150.             'maker.auto_command.make_user' => '?',
  1151.             'maker.auto_command.make_migration' => '?',
  1152.             'maker.auto_command.make_stimulus_controller' => '?',
  1153.         ]), ['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''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:database:import' => 'doctrine.database_import_command''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: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:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1154.     }
  1155.     /**
  1156.      * Gets the public 'container.env_var_processors_locator' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1159.      */
  1160.     protected function getContainer_EnvVarProcessorsLocatorService()
  1161.     {
  1162.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1163.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1164.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1165.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1166.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1167.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1168.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1169.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1170.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1171.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1172.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1173.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1174.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1175.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1176.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1177.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1178.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1179.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1180.         ], [
  1181.             'base64' => '?',
  1182.             'bool' => '?',
  1183.             'const' => '?',
  1184.             'csv' => '?',
  1185.             'default' => '?',
  1186.             'file' => '?',
  1187.             'float' => '?',
  1188.             'int' => '?',
  1189.             'json' => '?',
  1190.             'key' => '?',
  1191.             'not' => '?',
  1192.             'query_string' => '?',
  1193.             'require' => '?',
  1194.             'resolve' => '?',
  1195.             'string' => '?',
  1196.             'trim' => '?',
  1197.             'url' => '?',
  1198.         ]);
  1199.     }
  1200.     /**
  1201.      * Gets the public 'data_collector.dump' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1204.      */
  1205.     protected function getDataCollector_DumpService()
  1206.     {
  1207.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1208.     }
  1209.     /**
  1210.      * Gets the public 'doctrine' shared service.
  1211.      *
  1212.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1213.      */
  1214.     protected function getDoctrineService()
  1215.     {
  1216.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1217.     }
  1218.     /**
  1219.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1220.      *
  1221.      * @return \Doctrine\DBAL\Connection
  1222.      */
  1223.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1224.     {
  1225.         $a = new \Doctrine\DBAL\Configuration();
  1226.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1227.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1228.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1229.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1230.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1231.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1232.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1233.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1234.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1235.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1236.         ], [
  1237.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1238.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1239.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1240.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1241.         ]), [=> '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']]), []);
  1242.     }
  1243.     /**
  1244.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1245.      *
  1246.      * @return \Doctrine\ORM\EntityManager
  1247.      */
  1248.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1249.     {
  1250.         if ($lazyLoad) {
  1251.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1252.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1253.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1254.                     $proxy->setProxyInitializer(null);
  1255.                     return true;
  1256.                 });
  1257.             });
  1258.         }
  1259.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1275.         $a = new \Doctrine\ORM\Configuration();
  1276.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1277.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  1278.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1279.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1280.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1281.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1282.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1283.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1284.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1285.         ], [
  1286.             'doctrine.ulid_generator' => '?',
  1287.             'doctrine.uuid_generator' => '?',
  1288.         ])));
  1289.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1290.         $a->setProxyNamespace('Proxies');
  1291.         $a->setAutoGenerateProxyClasses(true);
  1292.         $a->setSchemaIgnoreClasses([]);
  1293.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1294.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1295.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1296.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1297.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1298.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1299.             'App\\Repository\\RedirectRuleRepository' => ['privates''App\\Repository\\RedirectRuleRepository''getRedirectRuleRepositoryService'false],
  1300.             'App\\Repository\\ReleaseContentRepository' => ['privates''App\\Repository\\ReleaseContentRepository''getReleaseContentRepositoryService'false],
  1301.             'App\\Repository\\ReleaseRepository' => ['privates''App\\Repository\\ReleaseRepository''getReleaseRepositoryService'false],
  1302.             'App\\Repository\\SiteRepository' => ['privates''App\\Repository\\SiteRepository''getSiteRepositoryService'false],
  1303.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1304.         ], [
  1305.             'App\\Repository\\RedirectRuleRepository' => '?',
  1306.             'App\\Repository\\ReleaseContentRepository' => '?',
  1307.             'App\\Repository\\ReleaseRepository' => '?',
  1308.             'App\\Repository\\SiteRepository' => '?',
  1309.             'App\\Repository\\UserRepository' => '?',
  1310.         ])));
  1311.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1312.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1313.         return $instance;
  1314.     }
  1315.     /**
  1316.      * Gets the public 'error_controller' shared service.
  1317.      *
  1318.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1319.      */
  1320.     protected function getErrorControllerService()
  1321.     {
  1322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1323.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1327.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1328.         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)));
  1329.     }
  1330.     /**
  1331.      * Gets the public 'event_dispatcher' shared service.
  1332.      *
  1333.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1334.      */
  1335.     protected function getEventDispatcherService()
  1336.     {
  1337.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1338.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1339.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1340.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1341.         $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())));
  1342.         $instance->addListener('kernel.controller', [=> function () {
  1343.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1344.         }, => 'onKernelController'], 0);
  1345.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1346.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1347.         }, => 'checkPassport'], 1024);
  1348.         $instance->addListener('kernel.response', [=> function () {
  1349.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1350.         }, => 'onKernelResponse'], 0);
  1351.         $instance->addListener('kernel.response', [=> function () {
  1352.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1353.         }, => 'onKernelResponse'], 0);
  1354.         $instance->addListener('kernel.response', [=> function () {
  1355.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1356.         }, => 'onKernelResponse'], -1024);
  1357.         $instance->addListener('kernel.request', [=> function () {
  1358.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1359.         }, => 'setDefaultLocale'], 100);
  1360.         $instance->addListener('kernel.request', [=> function () {
  1361.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1362.         }, => 'onKernelRequest'], 16);
  1363.         $instance->addListener('kernel.finish_request', [=> function () {
  1364.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1365.         }, => 'onKernelFinishRequest'], 0);
  1366.         $instance->addListener('kernel.request', [=> function () {
  1367.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1368.         }, => 'onKernelRequest'], 256);
  1369.         $instance->addListener('kernel.response', [=> function () {
  1370.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1371.         }, => 'onResponse'], -255);
  1372.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1373.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1374.         }, => 'onControllerArguments'], 0);
  1375.         $instance->addListener('kernel.exception', [=> function () {
  1376.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1377.         }, => 'logKernelException'], 0);
  1378.         $instance->addListener('kernel.exception', [=> function () {
  1379.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1380.         }, => 'onKernelException'], -128);
  1381.         $instance->addListener('kernel.response', [=> function () {
  1382.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1383.         }, => 'removeCspHeader'], -128);
  1384.         $instance->addListener('kernel.request', [=> function () {
  1385.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1386.         }, => 'onKernelRequest'], 15);
  1387.         $instance->addListener('kernel.finish_request', [=> function () {
  1388.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1389.         }, => 'onKernelFinishRequest'], -15);
  1390.         $instance->addListener('console.error', [=> function () {
  1391.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1392.         }, => 'onConsoleError'], -128);
  1393.         $instance->addListener('console.terminate', [=> function () {
  1394.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1395.         }, => 'onConsoleTerminate'], -128);
  1396.         $instance->addListener('console.error', [=> function () {
  1397.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1398.         }, => 'onConsoleError'], 0);
  1399.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1400.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1401.         }, => 'onMessage'], -255);
  1402.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1403.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1404.         }, => 'onMessage'], -255);
  1405.         $instance->addListener('kernel.request', [=> function () {
  1406.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1407.         }, => 'configure'], 2048);
  1408.         $instance->addListener('console.command', [=> function () {
  1409.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1410.         }, => 'configure'], 2048);
  1411.         $instance->addListener('kernel.request', [=> function () {
  1412.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1413.         }, => 'onKernelRequest'], 32);
  1414.         $instance->addListener('kernel.finish_request', [=> function () {
  1415.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1416.         }, => 'onKernelFinishRequest'], 0);
  1417.         $instance->addListener('kernel.exception', [=> function () {
  1418.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1419.         }, => 'onKernelException'], -64);
  1420.         $instance->addListener('kernel.response', [=> function () {
  1421.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1422.         }, => 'onKernelResponse'], 0);
  1423.         $instance->addListener('kernel.request', [=> function () {
  1424.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1425.         }, => 'onKernelRequest'], 128);
  1426.         $instance->addListener('kernel.response', [=> function () {
  1427.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1428.         }, => 'onKernelResponse'], -1000);
  1429.         $instance->addListener('kernel.finish_request', [=> function () {
  1430.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1431.         }, => 'onFinishRequest'], 0);
  1432.         $instance->addListener('kernel.response', [=> function () {
  1433.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1434.         }, => 'onKernelResponse'], -100);
  1435.         $instance->addListener('kernel.exception', [=> function () {
  1436.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1437.         }, => 'onKernelException'], 0);
  1438.         $instance->addListener('kernel.terminate', [=> function () {
  1439.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1440.         }, => 'onKernelTerminate'], -1024);
  1441.         $instance->addListener('kernel.controller', [=> function () {
  1442.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1443.         }, => 'onKernelController'], 0);
  1444.         $instance->addListener('kernel.response', [=> function () {
  1445.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1446.         }, => 'onKernelResponse'], 0);
  1447.         $instance->addListener('console.error', [=> function () {
  1448.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1449.         }, => 'onConsoleError'], 0);
  1450.         $instance->addListener('console.terminate', [=> function () {
  1451.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1452.         }, => 'onConsoleTerminate'], 0);
  1453.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1454.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1455.         }, => 'onMessage'], 0);
  1456.         $instance->addListener('kernel.response', [=> function () {
  1457.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1458.         }, => 'onKernelResponse'], 0);
  1459.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1460.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1461.         }, => 'checkPassport'], 0);
  1462.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1463.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1464.         }, => 'onLoginSuccess'], 0);
  1465.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1466.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1467.         }, => 'onVoterVote'], 0);
  1468.         $instance->addListener('kernel.request', [=> function () {
  1469.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1470.         }, => 'configureLogoutUrlGenerator'], 8);
  1471.         $instance->addListener('kernel.request', [=> function () {
  1472.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1473.         }, => 'onKernelRequest'], 8);
  1474.         $instance->addListener('kernel.finish_request', [=> function () {
  1475.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1476.         }, => 'onKernelFinishRequest'], 0);
  1477.         $instance->addListener('console.command', [=> function () {
  1478.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1479.         }, => 'configure'], 1024);
  1480.         $instance->addListener('console.command', [=> function () {
  1481.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1482.         }, => 'onCommand'], 255);
  1483.         $instance->addListener('console.terminate', [=> function () {
  1484.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1485.         }, => 'onTerminate'], -255);
  1486.         $instance->addListener('kernel.response', [=> function () {
  1487.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1488.         }, => 'onKernelResponse'], -128);
  1489.         $instance->addListener('kernel.controller', [=> function () {
  1490.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1491.         }, => 'onKernelController'], 0);
  1492.         $instance->addListener('kernel.controller', [=> function () {
  1493.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1494.         }, => 'onKernelController'], 0);
  1495.         $instance->addListener('kernel.controller', [=> function () {
  1496.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1497.         }, => 'onKernelController'], -128);
  1498.         $instance->addListener('kernel.view', [=> function () {
  1499.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1500.         }, => 'onKernelView'], 0);
  1501.         $instance->addListener('kernel.controller', [=> function () {
  1502.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1503.         }, => 'onKernelController'], 0);
  1504.         $instance->addListener('kernel.response', [=> function () {
  1505.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1506.         }, => 'onKernelResponse'], 0);
  1507.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1508.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1509.         }, => 'onKernelControllerArguments'], 0);
  1510.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1511.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1512.         }, => 'onKernelControllerArguments'], 0);
  1513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1514.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1515.         }, => 'checkPassport'], 512);
  1516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1517.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1518.         }, => 'onLogout'], 0);
  1519.         return $instance;
  1520.     }
  1521.     /**
  1522.      * Gets the public 'http_kernel' shared service.
  1523.      *
  1524.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1525.      */
  1526.     protected function getHttpKernelService()
  1527.     {
  1528.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1529.         if (isset($this->services['http_kernel'])) {
  1530.             return $this->services['http_kernel'];
  1531.         }
  1532.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1533.         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 () {
  1534.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1535.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1536.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1537.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1538.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1539.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1540.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1541.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1542.         }, 8)), $b));
  1543.     }
  1544.     /**
  1545.      * Gets the public 'monolog.logger.deprecation' shared service.
  1546.      *
  1547.      * @return \Symfony\Bridge\Monolog\Logger
  1548.      */
  1549.     protected function getMonolog_Logger_DeprecationService()
  1550.     {
  1551.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1552.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1553.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1554.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1555.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'request_stack' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1562.      */
  1563.     protected function getRequestStackService()
  1564.     {
  1565.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1566.     }
  1567.     /**
  1568.      * Gets the public 'router' shared service.
  1569.      *
  1570.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1571.      */
  1572.     protected function getRouterService()
  1573.     {
  1574.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1575.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1576.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1577.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1578.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1579.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1580.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1581.         ], [
  1582.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1583.         ]))->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');
  1584.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1585.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'routing.loader' shared service.
  1590.      *
  1591.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1592.      */
  1593.     protected function getRouting_LoaderService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1603.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1619.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1620.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1621.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1622.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1623.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1624.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1625.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1626.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1627.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1628.             'kernel' => ['services''kernel''getKernelService'false],
  1629.         ], [
  1630.             'kernel' => 'App\\Kernel',
  1631.         ]), 'dev'));
  1632.         $a->addLoader($c);
  1633.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1634.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1635.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1636.     }
  1637.     /**
  1638.      * Gets the public 'services_resetter' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1641.      */
  1642.     protected function getServicesResetterService()
  1643.     {
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1645.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1646.             if (isset($this->services['cache.app'])) {
  1647.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1648.             }
  1649.             if (isset($this->services['cache.system'])) {
  1650.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1651.             }
  1652.             if (isset($this->privates['cache.validator'])) {
  1653.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1654.             }
  1655.             if (isset($this->privates['cache.serializer'])) {
  1656.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1657.             }
  1658.             if (isset($this->privates['cache.annotations'])) {
  1659.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1660.             }
  1661.             if (isset($this->privates['cache.property_info'])) {
  1662.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1663.             }
  1664.             if (isset($this->privates['.debug.http_client'])) {
  1665.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1666.             }
  1667.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1668.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1669.             }
  1670.             if (isset($this->privates['debug.stopwatch'])) {
  1671.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1672.             }
  1673.             if (isset($this->services['event_dispatcher'])) {
  1674.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1675.             }
  1676.             if (isset($this->privates['session_listener'])) {
  1677.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1678.             }
  1679.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1680.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1681.             }
  1682.             if (isset($this->services['cache.validator_expression_language'])) {
  1683.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1684.             }
  1685.             if (isset($this->services['.container.private.profiler'])) {
  1686.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1687.             }
  1688.             if (isset($this->services['.container.private.validator'])) {
  1689.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1690.             }
  1691.             if (isset($this->services['doctrine'])) {
  1692.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1693.             }
  1694.             if (isset($this->privates['form.type.entity'])) {
  1695.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1696.             }
  1697.             if (isset($this->privates['twig.form.engine'])) {
  1698.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1699.             }
  1700.             if (isset($this->services['.container.private.security.token_storage'])) {
  1701.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1702.             }
  1703.             if (isset($this->privates['cache.security_expression_language'])) {
  1704.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1705.             }
  1706.             if (isset($this->privates['monolog.handler.main'])) {
  1707.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1708.             }
  1709.             if (isset($this->privates['monolog.handler.console'])) {
  1710.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1711.             }
  1712.             if (isset($this->privates['.debug.http_client'])) {
  1713.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1714.             }
  1715.         }, function () {
  1716.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1717.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1718.     }
  1719.     /**
  1720.      * Gets the public 'translator' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1723.      */
  1724.     protected function getTranslatorService()
  1725.     {
  1726.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1727.     }
  1728.     /**
  1729.      * Gets the public 'var_dumper.cloner' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1732.      */
  1733.     protected function getVarDumper_ClonerService()
  1734.     {
  1735.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1736.         $instance->setMaxItems(2500);
  1737.         $instance->setMinDepth(1);
  1738.         $instance->setMaxString(-1);
  1739.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1740.         return $instance;
  1741.     }
  1742.     /**
  1743.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1744.      *
  1745.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1746.      */
  1747.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1748.     {
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1750.         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()));
  1751.     }
  1752.     /**
  1753.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1754.      *
  1755.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1756.      */
  1757.     protected function getWebProfiler_Controller_ProfilerService()
  1758.     {
  1759.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1760.         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));
  1761.     }
  1762.     /**
  1763.      * Gets the public 'web_profiler.controller.router' shared service.
  1764.      *
  1765.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1766.      */
  1767.     protected function getWebProfiler_Controller_RouterService()
  1768.     {
  1769.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1770.         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 () {
  1771.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1772.         }, 1));
  1773.     }
  1774.     /**
  1775.      * Gets the private '.console.command.about.lazy' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\Console\Command\LazyCommand
  1778.      */
  1779.     protected function get_Console_Command_About_LazyService()
  1780.     {
  1781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1783.         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 {
  1784.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1785.         });
  1786.     }
  1787.     /**
  1788.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\Console\Command\LazyCommand
  1791.      */
  1792.     protected function get_Console_Command_AssetsInstall_LazyService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1796.         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 {
  1797.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1798.         });
  1799.     }
  1800.     /**
  1801.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1802.      *
  1803.      * @return \Symfony\Component\Console\Command\LazyCommand
  1804.      */
  1805.     protected function get_Console_Command_CacheClear_LazyService()
  1806.     {
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1809.         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 {
  1810.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1811.         });
  1812.     }
  1813.     /**
  1814.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1815.      *
  1816.      * @return \Symfony\Component\Console\Command\LazyCommand
  1817.      */
  1818.     protected function get_Console_Command_CachePoolClear_LazyService()
  1819.     {
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1822.         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 {
  1823.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1824.         });
  1825.     }
  1826.     /**
  1827.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1828.      *
  1829.      * @return \Symfony\Component\Console\Command\LazyCommand
  1830.      */
  1831.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1832.     {
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1835.         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 {
  1836.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1837.         });
  1838.     }
  1839.     /**
  1840.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1841.      *
  1842.      * @return \Symfony\Component\Console\Command\LazyCommand
  1843.      */
  1844.     protected function get_Console_Command_CachePoolList_LazyService()
  1845.     {
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1848.         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 {
  1849.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1850.         });
  1851.     }
  1852.     /**
  1853.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1854.      *
  1855.      * @return \Symfony\Component\Console\Command\LazyCommand
  1856.      */
  1857.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1858.     {
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1861.         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 {
  1862.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1863.         });
  1864.     }
  1865.     /**
  1866.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\Console\Command\LazyCommand
  1869.      */
  1870.     protected function get_Console_Command_CacheWarmup_LazyService()
  1871.     {
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1874.         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 {
  1875.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1876.         });
  1877.     }
  1878.     /**
  1879.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\Console\Command\LazyCommand
  1882.      */
  1883.     protected function get_Console_Command_ConfigDebug_LazyService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1887.         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 {
  1888.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1889.         });
  1890.     }
  1891.     /**
  1892.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\Console\Command\LazyCommand
  1895.      */
  1896.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1897.     {
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1900.         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 {
  1901.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1902.         });
  1903.     }
  1904.     /**
  1905.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1906.      *
  1907.      * @return \Symfony\Component\Console\Command\LazyCommand
  1908.      */
  1909.     protected function get_Console_Command_ContainerDebug_LazyService()
  1910.     {
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1913.         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 {
  1914.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1915.         });
  1916.     }
  1917.     /**
  1918.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\Console\Command\LazyCommand
  1921.      */
  1922.     protected function get_Console_Command_ContainerLint_LazyService()
  1923.     {
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1926.         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 {
  1927.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1928.         });
  1929.     }
  1930.     /**
  1931.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1932.      *
  1933.      * @return \Symfony\Component\Console\Command\LazyCommand
  1934.      */
  1935.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1936.     {
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1939.         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 {
  1940.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1941.         });
  1942.     }
  1943.     /**
  1944.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\Console\Command\LazyCommand
  1947.      */
  1948.     protected function get_Console_Command_DotenvDebug_LazyService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1952.         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 {
  1953.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1954.         });
  1955.     }
  1956.     /**
  1957.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1958.      *
  1959.      * @return \Symfony\Component\Console\Command\LazyCommand
  1960.      */
  1961.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1962.     {
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1965.         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 {
  1966.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1967.         });
  1968.     }
  1969.     /**
  1970.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1971.      *
  1972.      * @return \Symfony\Component\Console\Command\LazyCommand
  1973.      */
  1974.     protected function get_Console_Command_FormDebug_LazyService()
  1975.     {
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1978.         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 {
  1979.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1980.         });
  1981.     }
  1982.     /**
  1983.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1984.      *
  1985.      * @return \Symfony\Component\Console\Command\LazyCommand
  1986.      */
  1987.     protected function get_Console_Command_RouterDebug_LazyService()
  1988.     {
  1989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1991.         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 {
  1992.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1993.         });
  1994.     }
  1995.     /**
  1996.      * Gets the private '.console.command.router_match.lazy' shared service.
  1997.      *
  1998.      * @return \Symfony\Component\Console\Command\LazyCommand
  1999.      */
  2000.     protected function get_Console_Command_RouterMatch_LazyService()
  2001.     {
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2004.         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 {
  2005.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2006.         });
  2007.     }
  2008.     /**
  2009.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2010.      *
  2011.      * @return \Symfony\Component\Console\Command\LazyCommand
  2012.      */
  2013.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2014.     {
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2017.         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 {
  2018.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2019.         });
  2020.     }
  2021.     /**
  2022.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Console\Command\LazyCommand
  2025.      */
  2026.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2027.     {
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2030.         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 {
  2031.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2032.         });
  2033.     }
  2034.     /**
  2035.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\Console\Command\LazyCommand
  2038.      */
  2039.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2040.     {
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2043.         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 {
  2044.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2045.         });
  2046.     }
  2047.     /**
  2048.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2049.      *
  2050.      * @return \Symfony\Component\Console\Command\LazyCommand
  2051.      */
  2052.     protected function get_Console_Command_SecretsList_LazyService()
  2053.     {
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2056.         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 {
  2057.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2058.         });
  2059.     }
  2060.     /**
  2061.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2062.      *
  2063.      * @return \Symfony\Component\Console\Command\LazyCommand
  2064.      */
  2065.     protected function get_Console_Command_SecretsRemove_LazyService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2069.         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 {
  2070.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2071.         });
  2072.     }
  2073.     /**
  2074.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2075.      *
  2076.      * @return \Symfony\Component\Console\Command\LazyCommand
  2077.      */
  2078.     protected function get_Console_Command_SecretsSet_LazyService()
  2079.     {
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2082.         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 {
  2083.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2084.         });
  2085.     }
  2086.     /**
  2087.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2088.      *
  2089.      * @return \Symfony\Component\Console\Command\LazyCommand
  2090.      */
  2091.     protected function get_Console_Command_TranslationDebug_LazyService()
  2092.     {
  2093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2095.         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 {
  2096.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2097.         });
  2098.     }
  2099.     /**
  2100.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\Console\Command\LazyCommand
  2103.      */
  2104.     protected function get_Console_Command_TranslationExtract_LazyService()
  2105.     {
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2108.         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 {
  2109.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2110.         });
  2111.     }
  2112.     /**
  2113.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2114.      *
  2115.      * @return \Symfony\Component\Console\Command\LazyCommand
  2116.      */
  2117.     protected function get_Console_Command_TranslationPull_LazyService()
  2118.     {
  2119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2121.         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 {
  2122.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2123.         });
  2124.     }
  2125.     /**
  2126.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\Console\Command\LazyCommand
  2129.      */
  2130.     protected function get_Console_Command_TranslationPush_LazyService()
  2131.     {
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2134.         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 {
  2135.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2136.         });
  2137.     }
  2138.     /**
  2139.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2140.      *
  2141.      * @return \Symfony\Component\Console\Command\LazyCommand
  2142.      */
  2143.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2147.         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 {
  2148.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2149.         });
  2150.     }
  2151.     /**
  2152.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2153.      *
  2154.      * @return \Symfony\Component\Console\Command\LazyCommand
  2155.      */
  2156.     protected function get_Console_Command_XliffLint_LazyService()
  2157.     {
  2158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2160.         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 {
  2161.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2162.         });
  2163.     }
  2164.     /**
  2165.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2166.      *
  2167.      * @return \Symfony\Component\Console\Command\LazyCommand
  2168.      */
  2169.     protected function get_Console_Command_YamlLint_LazyService()
  2170.     {
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2173.         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 {
  2174.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2175.         });
  2176.     }
  2177.     /**
  2178.      * Gets the private '.debug.http_client' shared service.
  2179.      *
  2180.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2181.      */
  2182.     protected function get_Debug_HttpClientService()
  2183.     {
  2184.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2185.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2186.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2187.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2188.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2189.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2190.         $a->setLogger($b);
  2191.         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))));
  2192.     }
  2193.     /**
  2194.      * Gets the private '.errored..service_locator..Pn0378.App\Entity\Release' shared service.
  2195.      *
  2196.      * @return \App\Entity\Release
  2197.      */
  2198.     protected function getReleaseService()
  2199.     {
  2200.         $this->throw('Cannot autowire service ".service_locator..Pn0378": it references class "App\\Entity\\Release" but no such service exists.');
  2201.     }
  2202.     /**
  2203.      * Gets the private '.errored..service_locator..Pn0378.App\Entity\Site' shared service.
  2204.      *
  2205.      * @return \App\Entity\Site
  2206.      */
  2207.     protected function getSiteService()
  2208.     {
  2209.         $this->throw('Cannot autowire service ".service_locator..Pn0378": it references class "App\\Entity\\Site" but no such service exists.');
  2210.     }
  2211.     /**
  2212.      * Gets the private '.errored..service_locator..jGyJtV.App\Entity\RedirectRule' shared service.
  2213.      *
  2214.      * @return \App\Entity\RedirectRule
  2215.      */
  2216.     protected function getRedirectRuleService()
  2217.     {
  2218.         $this->throw('Cannot autowire service ".service_locator..jGyJtV": it references class "App\\Entity\\RedirectRule" but no such service exists.');
  2219.     }
  2220.     /**
  2221.      * Gets the private '.errored..service_locator..jGyJtV.App\Entity\Site' shared service.
  2222.      *
  2223.      * @return \App\Entity\Site
  2224.      */
  2225.     protected function getSite2Service()
  2226.     {
  2227.         $this->throw('Cannot autowire service ".service_locator..jGyJtV": it references class "App\\Entity\\Site" but no such service exists.');
  2228.     }
  2229.     /**
  2230.      * Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
  2231.      *
  2232.      * @return \App\Entity\User
  2233.      */
  2234.     protected function getUserService()
  2235.     {
  2236.         $this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
  2237.     }
  2238.     /**
  2239.      * Gets the private '.errored..service_locator.9uW928t.App\Entity\User' shared service.
  2240.      *
  2241.      * @return \App\Entity\User
  2242.      */
  2243.     protected function getUser2Service()
  2244.     {
  2245.         $this->throw('Cannot autowire service ".service_locator.9uW928t": it references class "App\\Entity\\User" but no such service exists.');
  2246.     }
  2247.     /**
  2248.      * Gets the private '.errored..service_locator.LXY75xE.App\Entity\Site' shared service.
  2249.      *
  2250.      * @return \App\Entity\Site
  2251.      */
  2252.     protected function getSite3Service()
  2253.     {
  2254.         $this->throw('Cannot autowire service ".service_locator.LXY75xE": it references class "App\\Entity\\Site" but no such service exists.');
  2255.     }
  2256.     /**
  2257.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2260.      */
  2261.     protected function getLoaderInterfaceService()
  2262.     {
  2263.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2264.     }
  2265.     /**
  2266.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2267.      *
  2268.      * @return \Symfony\Component\Console\Command\LazyCommand
  2269.      */
  2270.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2271.     {
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2274.         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 {
  2275.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2276.         });
  2277.     }
  2278.     /**
  2279.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2280.      *
  2281.      * @return \Symfony\Component\Console\Command\LazyCommand
  2282.      */
  2283.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2284.     {
  2285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2287.         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 {
  2288.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2289.         });
  2290.     }
  2291.     /**
  2292.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\Console\Command\LazyCommand
  2295.      */
  2296.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2297.     {
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2300.         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 {
  2301.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2302.         });
  2303.     }
  2304.     /**
  2305.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2306.      *
  2307.      * @return \Symfony\Component\Console\Command\LazyCommand
  2308.      */
  2309.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2310.     {
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2313.         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 {
  2314.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2315.         });
  2316.     }
  2317.     /**
  2318.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Console\Command\LazyCommand
  2321.      */
  2322.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2323.     {
  2324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2326.         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 {
  2327.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2328.         });
  2329.     }
  2330.     /**
  2331.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2332.      *
  2333.      * @return \Symfony\Component\Console\Command\LazyCommand
  2334.      */
  2335.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2336.     {
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2339.         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 {
  2340.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2341.         });
  2342.     }
  2343.     /**
  2344.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2345.      *
  2346.      * @return \Symfony\Component\Console\Command\LazyCommand
  2347.      */
  2348.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2349.     {
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2352.         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 {
  2353.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2354.         });
  2355.     }
  2356.     /**
  2357.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2358.      *
  2359.      * @return \Symfony\Component\Console\Command\LazyCommand
  2360.      */
  2361.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2362.     {
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2365.         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 {
  2366.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2367.         });
  2368.     }
  2369.     /**
  2370.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\Console\Command\LazyCommand
  2373.      */
  2374.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2378.         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 {
  2379.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2380.         });
  2381.     }
  2382.     /**
  2383.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2384.      *
  2385.      * @return \Symfony\Component\Console\Command\LazyCommand
  2386.      */
  2387.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2391.         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 {
  2392.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2393.         });
  2394.     }
  2395.     /**
  2396.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2397.      *
  2398.      * @return \Symfony\Component\Console\Command\LazyCommand
  2399.      */
  2400.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2401.     {
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2404.         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 {
  2405.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2406.         });
  2407.     }
  2408.     /**
  2409.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\Console\Command\LazyCommand
  2412.      */
  2413.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2414.     {
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2417.         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 {
  2418.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2419.         });
  2420.     }
  2421.     /**
  2422.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2423.      *
  2424.      * @return \Symfony\Component\Console\Command\LazyCommand
  2425.      */
  2426.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2427.     {
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2430.         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 {
  2431.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2432.         });
  2433.     }
  2434.     /**
  2435.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2436.      *
  2437.      * @return \Symfony\Component\Console\Command\LazyCommand
  2438.      */
  2439.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2440.     {
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2443.         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 {
  2444.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2445.         });
  2446.     }
  2447.     /**
  2448.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2449.      *
  2450.      * @return \Symfony\Component\Console\Command\LazyCommand
  2451.      */
  2452.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2453.     {
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2456.         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 {
  2457.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2458.         });
  2459.     }
  2460.     /**
  2461.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2462.      *
  2463.      * @return \Symfony\Component\Console\Command\LazyCommand
  2464.      */
  2465.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2466.     {
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2469.         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 {
  2470.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2471.         });
  2472.     }
  2473.     /**
  2474.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2475.      *
  2476.      * @return \Symfony\Component\Console\Command\LazyCommand
  2477.      */
  2478.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2479.     {
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2482.         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 {
  2483.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2484.         });
  2485.     }
  2486.     /**
  2487.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Console\Command\LazyCommand
  2490.      */
  2491.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2495.         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 {
  2496.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2497.         });
  2498.     }
  2499.     /**
  2500.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\Console\Command\LazyCommand
  2503.      */
  2504.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2508.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2509.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2510.         });
  2511.     }
  2512.     /**
  2513.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2514.      *
  2515.      * @return \Symfony\Component\Console\Command\LazyCommand
  2516.      */
  2517.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2521.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2522.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2523.         });
  2524.     }
  2525.     /**
  2526.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\Console\Command\LazyCommand
  2529.      */
  2530.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2534.         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 {
  2535.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2536.         });
  2537.     }
  2538.     /**
  2539.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\Console\Command\LazyCommand
  2542.      */
  2543.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2547.         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 {
  2548.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2549.         });
  2550.     }
  2551.     /**
  2552.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Console\Command\LazyCommand
  2555.      */
  2556.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2560.         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 {
  2561.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2562.         });
  2563.     }
  2564.     /**
  2565.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Console\Command\LazyCommand
  2568.      */
  2569.     protected function get_Monolog_Command_ServerLog_LazyService()
  2570.     {
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2573.         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 {
  2574.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2575.         });
  2576.     }
  2577.     /**
  2578.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\Console\Command\LazyCommand
  2581.      */
  2582.     protected function get_Security_Command_DebugFirewall_LazyService()
  2583.     {
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2586.         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 {
  2587.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2588.         });
  2589.     }
  2590.     /**
  2591.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2592.      *
  2593.      * @return \Symfony\Component\Console\Command\LazyCommand
  2594.      */
  2595.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2599.         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 {
  2600.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2601.         });
  2602.     }
  2603.     /**
  2604.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2605.      *
  2606.      * @return \Symfony\Component\Console\Command\LazyCommand
  2607.      */
  2608.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2609.     {
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2612.         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 {
  2613.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2614.         });
  2615.     }
  2616.     /**
  2617.      * Gets the private '.service_locator..Pn0378' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2620.      */
  2621.     protected function get_ServiceLocator__Pn0378Service()
  2622.     {
  2623.         return $this->privates['.service_locator..Pn0378'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2624.             'release' => ['privates''.errored..service_locator..Pn0378.App\\Entity\\Release'NULL'Cannot autowire service ".service_locator..Pn0378": it references class "App\\Entity\\Release" but no such service exists.'],
  2625.             'site' => ['privates''.errored..service_locator..Pn0378.App\\Entity\\Site'NULL'Cannot autowire service ".service_locator..Pn0378": it references class "App\\Entity\\Site" but no such service exists.'],
  2626.         ], [
  2627.             'release' => 'App\\Entity\\Release',
  2628.             'site' => 'App\\Entity\\Site',
  2629.         ]);
  2630.     }
  2631.     /**
  2632.      * Gets the private '.service_locator..jGyJtV' shared service.
  2633.      *
  2634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2635.      */
  2636.     protected function get_ServiceLocator__JGyJtVService()
  2637.     {
  2638.         return $this->privates['.service_locator..jGyJtV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2639.             'redirectRule' => ['privates''.errored..service_locator..jGyJtV.App\\Entity\\RedirectRule'NULL'Cannot autowire service ".service_locator..jGyJtV": it references class "App\\Entity\\RedirectRule" but no such service exists.'],
  2640.             'site' => ['privates''.errored..service_locator..jGyJtV.App\\Entity\\Site'NULL'Cannot autowire service ".service_locator..jGyJtV": it references class "App\\Entity\\Site" but no such service exists.'],
  2641.         ], [
  2642.             'redirectRule' => 'App\\Entity\\RedirectRule',
  2643.             'site' => 'App\\Entity\\Site',
  2644.         ]);
  2645.     }
  2646.     /**
  2647.      * Gets the private '.service_locator.2T8O2L7' shared service.
  2648.      *
  2649.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2650.      */
  2651.     protected function get_ServiceLocator_2T8O2L7Service()
  2652.     {
  2653.         return $this->privates['.service_locator.2T8O2L7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2654.             'App\\Controller\\ImportController::pasteImporter' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2655.             'App\\Controller\\ImportController::upload' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2656.             'App\\Controller\\RedirectRuleController::delete' => ['privates''.service_locator..jGyJtV''get_ServiceLocator__JGyJtVService'false],
  2657.             'App\\Controller\\RedirectRuleController::edit' => ['privates''.service_locator..jGyJtV''get_ServiceLocator__JGyJtVService'false],
  2658.             'App\\Controller\\RedirectRuleController::new' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2659.             'App\\Controller\\RedirectRuleController::show' => ['privates''.service_locator..jGyJtV''get_ServiceLocator__JGyJtVService'false],
  2660.             'App\\Controller\\ReleaseController::createNewRelease' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2661.             'App\\Controller\\ReleaseController::deploy' => ['privates''.service_locator..Pn0378''get_ServiceLocator__Pn0378Service'false],
  2662.             'App\\Controller\\ReleaseController::releaseOverview' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2663.             'App\\Controller\\ReleaseController::show' => ['privates''.service_locator..Pn0378''get_ServiceLocator__Pn0378Service'false],
  2664.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2665.             'App\\Controller\\SiteController::approveRules' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2666.             'App\\Controller\\SiteController::clean' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2667.             'App\\Controller\\SiteController::delete' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2668.             'App\\Controller\\SiteController::edit' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2669.             'App\\Controller\\SiteController::find_issues' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2670.             'App\\Controller\\SiteController::importRedirectRules' => ['privates''.service_locator.7qRpnPu''get_ServiceLocator_7qRpnPuService'false],
  2671.             'App\\Controller\\SiteController::show' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2672.             'App\\Controller\\SiteController::show_duplicate' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2673.             'App\\Controller\\UserController::edit' => ['privates''.service_locator.9uW928t''get_ServiceLocator_9uW928tService'false],
  2674.             'App\\Controller\\UserController::index' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  2675.             'App\\Controller\\UserController::new' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  2676.             'App\\Controller\\UserController::show' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  2677.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2678.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2679.             'App\\Controller\\ImportController:pasteImporter' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2680.             'App\\Controller\\ImportController:upload' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2681.             'App\\Controller\\RedirectRuleController:delete' => ['privates''.service_locator..jGyJtV''get_ServiceLocator__JGyJtVService'false],
  2682.             'App\\Controller\\RedirectRuleController:edit' => ['privates''.service_locator..jGyJtV''get_ServiceLocator__JGyJtVService'false],
  2683.             'App\\Controller\\RedirectRuleController:new' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2684.             'App\\Controller\\RedirectRuleController:show' => ['privates''.service_locator..jGyJtV''get_ServiceLocator__JGyJtVService'false],
  2685.             'App\\Controller\\ReleaseController:createNewRelease' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2686.             'App\\Controller\\ReleaseController:deploy' => ['privates''.service_locator..Pn0378''get_ServiceLocator__Pn0378Service'false],
  2687.             'App\\Controller\\ReleaseController:releaseOverview' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2688.             'App\\Controller\\ReleaseController:show' => ['privates''.service_locator..Pn0378''get_ServiceLocator__Pn0378Service'false],
  2689.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2690.             'App\\Controller\\SiteController:approveRules' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2691.             'App\\Controller\\SiteController:clean' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2692.             'App\\Controller\\SiteController:delete' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2693.             'App\\Controller\\SiteController:edit' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2694.             'App\\Controller\\SiteController:find_issues' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2695.             'App\\Controller\\SiteController:importRedirectRules' => ['privates''.service_locator.7qRpnPu''get_ServiceLocator_7qRpnPuService'false],
  2696.             'App\\Controller\\SiteController:show' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2697.             'App\\Controller\\SiteController:show_duplicate' => ['privates''.service_locator.LXY75xE''get_ServiceLocator_LXY75xEService'false],
  2698.             'App\\Controller\\UserController:edit' => ['privates''.service_locator.9uW928t''get_ServiceLocator_9uW928tService'false],
  2699.             'App\\Controller\\UserController:index' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  2700.             'App\\Controller\\UserController:new' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  2701.             'App\\Controller\\UserController:show' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  2702.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2703.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2704.         ], [
  2705.             'App\\Controller\\ImportController::pasteImporter' => '?',
  2706.             'App\\Controller\\ImportController::upload' => '?',
  2707.             'App\\Controller\\RedirectRuleController::delete' => '?',
  2708.             'App\\Controller\\RedirectRuleController::edit' => '?',
  2709.             'App\\Controller\\RedirectRuleController::new' => '?',
  2710.             'App\\Controller\\RedirectRuleController::show' => '?',
  2711.             'App\\Controller\\ReleaseController::createNewRelease' => '?',
  2712.             'App\\Controller\\ReleaseController::deploy' => '?',
  2713.             'App\\Controller\\ReleaseController::releaseOverview' => '?',
  2714.             'App\\Controller\\ReleaseController::show' => '?',
  2715.             'App\\Controller\\SecurityController::login' => '?',
  2716.             'App\\Controller\\SiteController::approveRules' => '?',
  2717.             'App\\Controller\\SiteController::clean' => '?',
  2718.             'App\\Controller\\SiteController::delete' => '?',
  2719.             'App\\Controller\\SiteController::edit' => '?',
  2720.             'App\\Controller\\SiteController::find_issues' => '?',
  2721.             'App\\Controller\\SiteController::importRedirectRules' => '?',
  2722.             'App\\Controller\\SiteController::show' => '?',
  2723.             'App\\Controller\\SiteController::show_duplicate' => '?',
  2724.             'App\\Controller\\UserController::edit' => '?',
  2725.             'App\\Controller\\UserController::index' => '?',
  2726.             'App\\Controller\\UserController::new' => '?',
  2727.             'App\\Controller\\UserController::show' => '?',
  2728.             'kernel::loadRoutes' => '?',
  2729.             'kernel::registerContainerConfiguration' => '?',
  2730.             'App\\Controller\\ImportController:pasteImporter' => '?',
  2731.             'App\\Controller\\ImportController:upload' => '?',
  2732.             'App\\Controller\\RedirectRuleController:delete' => '?',
  2733.             'App\\Controller\\RedirectRuleController:edit' => '?',
  2734.             'App\\Controller\\RedirectRuleController:new' => '?',
  2735.             'App\\Controller\\RedirectRuleController:show' => '?',
  2736.             'App\\Controller\\ReleaseController:createNewRelease' => '?',
  2737.             'App\\Controller\\ReleaseController:deploy' => '?',
  2738.             'App\\Controller\\ReleaseController:releaseOverview' => '?',
  2739.             'App\\Controller\\ReleaseController:show' => '?',
  2740.             'App\\Controller\\SecurityController:login' => '?',
  2741.             'App\\Controller\\SiteController:approveRules' => '?',
  2742.             'App\\Controller\\SiteController:clean' => '?',
  2743.             'App\\Controller\\SiteController:delete' => '?',
  2744.             'App\\Controller\\SiteController:edit' => '?',
  2745.             'App\\Controller\\SiteController:find_issues' => '?',
  2746.             'App\\Controller\\SiteController:importRedirectRules' => '?',
  2747.             'App\\Controller\\SiteController:show' => '?',
  2748.             'App\\Controller\\SiteController:show_duplicate' => '?',
  2749.             'App\\Controller\\UserController:edit' => '?',
  2750.             'App\\Controller\\UserController:index' => '?',
  2751.             'App\\Controller\\UserController:new' => '?',
  2752.             'App\\Controller\\UserController:show' => '?',
  2753.             'kernel:loadRoutes' => '?',
  2754.             'kernel:registerContainerConfiguration' => '?',
  2755.         ]);
  2756.     }
  2757.     /**
  2758.      * Gets the private '.service_locator.4T4EJFR' shared service.
  2759.      *
  2760.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2761.      */
  2762.     protected function get_ServiceLocator_4T4EJFRService()
  2763.     {
  2764.         return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2765.             'user' => ['privates''.errored..service_locator.4T4EJFR.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.'],
  2766.         ], [
  2767.             'user' => 'App\\Entity\\User',
  2768.         ]);
  2769.     }
  2770.     /**
  2771.      * Gets the private '.service_locator.7qRpnPu' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2774.      */
  2775.     protected function get_ServiceLocator_7qRpnPuService()
  2776.     {
  2777.         return $this->privates['.service_locator.7qRpnPu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2778.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2779.             'ruleRepository' => ['privates''App\\Repository\\RedirectRuleRepository''getRedirectRuleRepositoryService'false],
  2780.         ], [
  2781.             'em' => '?',
  2782.             'ruleRepository' => 'App\\Repository\\RedirectRuleRepository',
  2783.         ]);
  2784.     }
  2785.     /**
  2786.      * Gets the private '.service_locator.9uW928t' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2789.      */
  2790.     protected function get_ServiceLocator_9uW928tService()
  2791.     {
  2792.         return $this->privates['.service_locator.9uW928t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2793.             'user' => ['privates''.errored..service_locator.9uW928t.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.9uW928t": it references class "App\\Entity\\User" but no such service exists.'],
  2794.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2795.         ], [
  2796.             'user' => 'App\\Entity\\User',
  2797.             'userRepository' => 'App\\Repository\\UserRepository',
  2798.         ]);
  2799.     }
  2800.     /**
  2801.      * Gets the private '.service_locator.LXY75xE' shared service.
  2802.      *
  2803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2804.      */
  2805.     protected function get_ServiceLocator_LXY75xEService()
  2806.     {
  2807.         return $this->privates['.service_locator.LXY75xE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2808.             'site' => ['privates''.errored..service_locator.LXY75xE.App\\Entity\\Site'NULL'Cannot autowire service ".service_locator.LXY75xE": it references class "App\\Entity\\Site" but no such service exists.'],
  2809.         ], [
  2810.             'site' => 'App\\Entity\\Site',
  2811.         ]);
  2812.     }
  2813.     /**
  2814.      * Gets the private '.service_locator.Q1F27w5' shared service.
  2815.      *
  2816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2817.      */
  2818.     protected function get_ServiceLocator_Q1F27w5Service()
  2819.     {
  2820.         return $this->privates['.service_locator.Q1F27w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2821.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2822.         ], [
  2823.             'userRepository' => 'App\\Repository\\UserRepository',
  2824.         ]);
  2825.     }
  2826.     /**
  2827.      * Gets the private '.service_locator.XsyfP82' shared service.
  2828.      *
  2829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2830.      */
  2831.     protected function get_ServiceLocator_XsyfP82Service()
  2832.     {
  2833.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2834.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2835.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2836.         ], [
  2837.             'event_dispatcher' => '?',
  2838.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2839.         ]);
  2840.     }
  2841.     /**
  2842.      * Gets the private '.service_locator.mx0UMmY' shared service.
  2843.      *
  2844.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2845.      */
  2846.     protected function get_ServiceLocator_Mx0UMmYService()
  2847.     {
  2848.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2849.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2850.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2851.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2852.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2853.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2854.             'router' => ['services''router''getRouterService'false],
  2855.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2856.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2857.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2858.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2859.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2860.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2861.         ], [
  2862.             'doctrine' => '?',
  2863.             'form.factory' => '?',
  2864.             'http_kernel' => '?',
  2865.             'parameter_bag' => '?',
  2866.             'request_stack' => '?',
  2867.             'router' => '?',
  2868.             'security.authorization_checker' => '?',
  2869.             'security.csrf.token_manager' => '?',
  2870.             'security.token_storage' => '?',
  2871.             'serializer' => '?',
  2872.             'session' => '.session.deprecated',
  2873.             'twig' => '?',
  2874.         ]);
  2875.     }
  2876.     /**
  2877.      * Gets the private '.service_locator.xUrKPVU' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2880.      */
  2881.     protected function get_ServiceLocator_XUrKPVUService()
  2882.     {
  2883.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2884.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  2885.         ], [
  2886.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2887.         ]);
  2888.     }
  2889.     /**
  2890.      * Gets the private '.service_locator.zFcJjKU' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2893.      */
  2894.     protected function get_ServiceLocator_ZFcJjKUService()
  2895.     {
  2896.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2897.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2898.         ], [
  2899.             'authenticationUtils' => '?',
  2900.         ]);
  2901.     }
  2902.     /**
  2903.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2904.      *
  2905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2906.      */
  2907.     protected function get_ServiceLocator_ZJyh7qSService()
  2908.     {
  2909.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2910.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2911.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2912.         ], [
  2913.             'security.firewall.map.context.dev' => '?',
  2914.             'security.firewall.map.context.main' => '?',
  2915.         ]);
  2916.     }
  2917.     /**
  2918.      * Gets the private '.session.deprecated' shared service.
  2919.      *
  2920.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2921.      */
  2922.     protected function get_Session_DeprecatedService()
  2923.     {
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2926.         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();
  2927.     }
  2928.     /**
  2929.      * Gets the private '.twig.command.debug.lazy' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\Console\Command\LazyCommand
  2932.      */
  2933.     protected function get_Twig_Command_Debug_LazyService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2937.         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 {
  2938.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2939.         });
  2940.     }
  2941.     /**
  2942.      * Gets the private '.twig.command.lint.lazy' shared service.
  2943.      *
  2944.      * @return \Symfony\Component\Console\Command\LazyCommand
  2945.      */
  2946.     protected function get_Twig_Command_Lint_LazyService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2950.         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 {
  2951.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2952.         });
  2953.     }
  2954.     /**
  2955.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Console\Command\LazyCommand
  2958.      */
  2959.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2963.         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 {
  2964.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2965.         });
  2966.     }
  2967.     /**
  2968.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  2969.      *
  2970.      * @return \App\Command\CreateUserCommand
  2971.      */
  2972.     protected function getCreateUserCommandService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  2976.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  2977.         $instance->setName('app:create:user');
  2978.         return $instance;
  2979.     }
  2980.     /**
  2981.      * Gets the private 'App\Config\ConfigBuilder' shared autowired service.
  2982.      *
  2983.      * @return \App\Config\ConfigBuilder
  2984.      */
  2985.     protected function getConfigBuilderService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/src/Config/ConfigBuilder.php';
  2988.         return $this->privates['App\\Config\\ConfigBuilder'] = new \App\Config\ConfigBuilder(($this->privates['App\\Repository\\RedirectRuleRepository'] ?? $this->getRedirectRuleRepositoryService()));
  2989.     }
  2990.     /**
  2991.      * Gets the private 'App\Config\ConfigDeployer' shared autowired service.
  2992.      *
  2993.      * @return \App\Config\ConfigDeployer
  2994.      */
  2995.     protected function getConfigDeployerService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/src/Config/ConfigDeployer.php';
  2998.         include_once \dirname(__DIR__4).'/src/Service/AzureTokenProvider.php';
  2999.         return $this->privates['App\\Config\\ConfigDeployer'] = new \App\Config\ConfigDeployer($this->getEnv('string:GIT_EMAIL'), $this->getEnv('string:GIT_USERNAME'), $this->getEnv('string:GIT_REPO_NAME'), $this->getEnv('string:GIT_BRANCH'), new \App\Service\AzureTokenProvider(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('string:ADO_TENANT_ID'), $this->getEnv('string:ADO_CLIENT_ID'), $this->getEnv('string:ADO_CLIENT_SECRET'), $this->getEnv('string:ADO_RESOURCE'), $this->getEnv('string:ADO_SCOPE')));
  3000.     }
  3001.     /**
  3002.      * Gets the private 'App\Form\AdvancedRuleType' shared autowired service.
  3003.      *
  3004.      * @return \App\Form\AdvancedRuleType
  3005.      */
  3006.     protected function getAdvancedRuleTypeService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3010.         include_once \dirname(__DIR__4).'/src/Form/AdvancedRuleType.php';
  3011.         return $this->privates['App\\Form\\AdvancedRuleType'] = new \App\Form\AdvancedRuleType();
  3012.     }
  3013.     /**
  3014.      * Gets the private 'App\Form\ReleaseType' shared autowired service.
  3015.      *
  3016.      * @return \App\Form\ReleaseType
  3017.      */
  3018.     protected function getReleaseTypeService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3022.         include_once \dirname(__DIR__4).'/src/Form/ReleaseType.php';
  3023.         return $this->privates['App\\Form\\ReleaseType'] = new \App\Form\ReleaseType();
  3024.     }
  3025.     /**
  3026.      * Gets the private 'App\Form\SimpleRuleType' shared autowired service.
  3027.      *
  3028.      * @return \App\Form\SimpleRuleType
  3029.      */
  3030.     protected function getSimpleRuleTypeService()
  3031.     {
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3034.         include_once \dirname(__DIR__4).'/src/Form/SimpleRuleType.php';
  3035.         return $this->privates['App\\Form\\SimpleRuleType'] = new \App\Form\SimpleRuleType();
  3036.     }
  3037.     /**
  3038.      * Gets the private 'App\Form\SiteType' shared autowired service.
  3039.      *
  3040.      * @return \App\Form\SiteType
  3041.      */
  3042.     protected function getSiteTypeService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3046.         include_once \dirname(__DIR__4).'/src/Form/SiteType.php';
  3047.         return $this->privates['App\\Form\\SiteType'] = new \App\Form\SiteType();
  3048.     }
  3049.     /**
  3050.      * Gets the private 'App\Form\UserType' shared autowired service.
  3051.      *
  3052.      * @return \App\Form\UserType
  3053.      */
  3054.     protected function getUserTypeService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3058.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  3059.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  3060.     }
  3061.     /**
  3062.      * Gets the private 'App\Repository\RedirectRuleRepository' shared autowired service.
  3063.      *
  3064.      * @return \App\Repository\RedirectRuleRepository
  3065.      */
  3066.     protected function getRedirectRuleRepositoryService()
  3067.     {
  3068.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3073.         include_once \dirname(__DIR__4).'/src/Repository/RedirectRuleRepository.php';
  3074.         return $this->privates['App\\Repository\\RedirectRuleRepository'] = new \App\Repository\RedirectRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3075.     }
  3076.     /**
  3077.      * Gets the private 'App\Repository\ReleaseContentRepository' shared autowired service.
  3078.      *
  3079.      * @return \App\Repository\ReleaseContentRepository
  3080.      */
  3081.     protected function getReleaseContentRepositoryService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3088.         include_once \dirname(__DIR__4).'/src/Repository/ReleaseContentRepository.php';
  3089.         return $this->privates['App\\Repository\\ReleaseContentRepository'] = new \App\Repository\ReleaseContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'App\Repository\ReleaseRepository' shared autowired service.
  3093.      *
  3094.      * @return \App\Repository\ReleaseRepository
  3095.      */
  3096.     protected function getReleaseRepositoryService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3103.         include_once \dirname(__DIR__4).'/src/Repository/ReleaseRepository.php';
  3104.         return $this->privates['App\\Repository\\ReleaseRepository'] = new \App\Repository\ReleaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'App\Repository\SiteRepository' shared autowired service.
  3108.      *
  3109.      * @return \App\Repository\SiteRepository
  3110.      */
  3111.     protected function getSiteRepositoryService()
  3112.     {
  3113.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3118.         include_once \dirname(__DIR__4).'/src/Repository/SiteRepository.php';
  3119.         return $this->privates['App\\Repository\\SiteRepository'] = new \App\Repository\SiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3120.     }
  3121.     /**
  3122.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3123.      *
  3124.      * @return \App\Repository\UserRepository
  3125.      */
  3126.     protected function getUserRepositoryService()
  3127.     {
  3128.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3134.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3135.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3136.     }
  3137.     /**
  3138.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3139.      *
  3140.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3141.      */
  3142.     protected function getManagerRegistryAwareConnectionProviderService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3146.         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'));
  3147.     }
  3148.     /**
  3149.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3150.      *
  3151.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3152.      */
  3153.     protected function getRunSqlCommandService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3157.         $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()));
  3158.         $instance->setName('dbal:run-sql');
  3159.         return $instance;
  3160.     }
  3161.     /**
  3162.      * Gets the private 'annotations.cache_adapter' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3165.      */
  3166.     protected function getAnnotations_CacheAdapterService()
  3167.     {
  3168.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3169.     }
  3170.     /**
  3171.      * Gets the private 'annotations.cache_warmer' shared service.
  3172.      *
  3173.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3174.      */
  3175.     protected function getAnnotations_CacheWarmerService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3180.         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);
  3181.     }
  3182.     /**
  3183.      * Gets the private 'annotations.cached_reader' shared service.
  3184.      *
  3185.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3186.      */
  3187.     protected function getAnnotations_CachedReaderService()
  3188.     {
  3189.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3190.     }
  3191.     /**
  3192.      * Gets the private 'annotations.reader' shared service.
  3193.      *
  3194.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3195.      */
  3196.     protected function getAnnotations_ReaderService()
  3197.     {
  3198.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3199.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3200.         $a->registerUniqueLoader('class_exists');
  3201.         $instance->addGlobalIgnoredName('required'$a);
  3202.         return $instance;
  3203.     }
  3204.     /**
  3205.      * Gets the private 'cache.annotations' shared service.
  3206.      *
  3207.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3208.      */
  3209.     protected function getCache_AnnotationsService()
  3210.     {
  3211.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BD52y7U1pZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3212.     }
  3213.     /**
  3214.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3217.      */
  3218.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3219.     {
  3220.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3221.     }
  3222.     /**
  3223.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3224.      *
  3225.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3226.      */
  3227.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3228.     {
  3229.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3230.     }
  3231.     /**
  3232.      * Gets the private 'cache.property_info' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3235.      */
  3236.     protected function getCache_PropertyInfoService()
  3237.     {
  3238.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mIqluq3tbx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'cache.security_expression_language' shared service.
  3242.      *
  3243.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3244.      */
  3245.     protected function getCache_SecurityExpressionLanguageService()
  3246.     {
  3247.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('66mItEoSew'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3248.     }
  3249.     /**
  3250.      * Gets the private 'cache.serializer' shared service.
  3251.      *
  3252.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3253.      */
  3254.     protected function getCache_SerializerService()
  3255.     {
  3256.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4Q3YEqJVit'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3257.     }
  3258.     /**
  3259.      * Gets the private 'cache.validator' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3262.      */
  3263.     protected function getCache_ValidatorService()
  3264.     {
  3265.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfkP72su2m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3266.     }
  3267.     /**
  3268.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3269.      *
  3270.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3271.      */
  3272.     protected function getCachePoolClearer_CacheWarmerService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3276.         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']);
  3277.     }
  3278.     /**
  3279.      * Gets the private 'config_builder.warmer' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3282.      */
  3283.     protected function getConfigBuilder_WarmerService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3287.         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()));
  3288.     }
  3289.     /**
  3290.      * Gets the private 'config_cache_factory' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3293.      */
  3294.     protected function getConfigCacheFactoryService()
  3295.     {
  3296.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3297.             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)));
  3298.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3299.         }, 2));
  3300.     }
  3301.     /**
  3302.      * Gets the private 'console.command.about' shared service.
  3303.      *
  3304.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3305.      */
  3306.     protected function getConsole_Command_AboutService()
  3307.     {
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3310.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3311.         $instance->setName('about');
  3312.         $instance->setDescription('Display information about the current project');
  3313.         return $instance;
  3314.     }
  3315.     /**
  3316.      * Gets the private 'console.command.assets_install' shared service.
  3317.      *
  3318.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3319.      */
  3320.     protected function getConsole_Command_AssetsInstallService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3325.         $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));
  3326.         $instance->setName('assets:install');
  3327.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the private 'console.command.cache_clear' shared service.
  3332.      *
  3333.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3334.      */
  3335.     protected function getConsole_Command_CacheClearService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3340.         $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())));
  3341.         $instance->setName('cache:clear');
  3342.         $instance->setDescription('Clear the cache');
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3347.      *
  3348.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3349.      */
  3350.     protected function getConsole_Command_CachePoolClearService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3354.         $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']);
  3355.         $instance->setName('cache:pool:clear');
  3356.         $instance->setDescription('Clear cache pools');
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3361.      *
  3362.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3363.      */
  3364.     protected function getConsole_Command_CachePoolDeleteService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3368.         $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']);
  3369.         $instance->setName('cache:pool:delete');
  3370.         $instance->setDescription('Delete an item from a cache pool');
  3371.         return $instance;
  3372.     }
  3373.     /**
  3374.      * Gets the private 'console.command.cache_pool_list' shared service.
  3375.      *
  3376.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3377.      */
  3378.     protected function getConsole_Command_CachePoolListService()
  3379.     {
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3382.         $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']);
  3383.         $instance->setName('cache:pool:list');
  3384.         $instance->setDescription('List available cache pools');
  3385.         return $instance;
  3386.     }
  3387.     /**
  3388.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3389.      *
  3390.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3391.      */
  3392.     protected function getConsole_Command_CachePoolPruneService()
  3393.     {
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3396.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3397.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3398.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3399.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3400.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3401.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3402.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3403.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3404.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3405.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3406.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3407.         }, 10));
  3408.         $instance->setName('cache:pool:prune');
  3409.         $instance->setDescription('Prune cache pools');
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'console.command.cache_warmup' shared service.
  3414.      *
  3415.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3416.      */
  3417.     protected function getConsole_Command_CacheWarmupService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3421.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3422.         $instance->setName('cache:warmup');
  3423.         $instance->setDescription('Warm up an empty cache');
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'console.command.config_debug' shared service.
  3428.      *
  3429.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3430.      */
  3431.     protected function getConsole_Command_ConfigDebugService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3438.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3439.         $instance->setName('debug:config');
  3440.         $instance->setDescription('Dump the current configuration for an extension');
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the private 'console.command.config_dump_reference' shared service.
  3445.      *
  3446.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3447.      */
  3448.     protected function getConsole_Command_ConfigDumpReferenceService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3455.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3456.         $instance->setName('config:dump-reference');
  3457.         $instance->setDescription('Dump the default configuration for an extension');
  3458.         return $instance;
  3459.     }
  3460.     /**
  3461.      * Gets the private 'console.command.container_debug' shared service.
  3462.      *
  3463.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3464.      */
  3465.     protected function getConsole_Command_ContainerDebugService()
  3466.     {
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3470.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3471.         $instance->setName('debug:container');
  3472.         $instance->setDescription('Display current services for an application');
  3473.         return $instance;
  3474.     }
  3475.     /**
  3476.      * Gets the private 'console.command.container_lint' shared service.
  3477.      *
  3478.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3479.      */
  3480.     protected function getConsole_Command_ContainerLintService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3484.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3485.         $instance->setName('lint:container');
  3486.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3487.         return $instance;
  3488.     }
  3489.     /**
  3490.      * Gets the private 'console.command.debug_autowiring' shared service.
  3491.      *
  3492.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3493.      */
  3494.     protected function getConsole_Command_DebugAutowiringService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3500.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3501.         $instance->setName('debug:autowiring');
  3502.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3503.         return $instance;
  3504.     }
  3505.     /**
  3506.      * Gets the private 'console.command.dotenv_debug' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3509.      */
  3510.     protected function getConsole_Command_DotenvDebugService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3514.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3515.         $instance->setName('debug:dotenv');
  3516.         $instance->setDescription('Lists all dotenv files with variables and values');
  3517.         return $instance;
  3518.     }
  3519.     /**
  3520.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3521.      *
  3522.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3523.      */
  3524.     protected function getConsole_Command_EventDispatcherDebugService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3528.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3529.         $instance->setName('debug:event-dispatcher');
  3530.         $instance->setDescription('Display configured listeners for an application');
  3531.         return $instance;
  3532.     }
  3533.     /**
  3534.      * Gets the private 'console.command.form_debug' shared service.
  3535.      *
  3536.      * @return \Symfony\Component\Form\Command\DebugCommand
  3537.      */
  3538.     protected function getConsole_Command_FormDebugService()
  3539.     {
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3542.         $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\\AdvancedRuleType'=> 'App\\Form\\ReleaseType'=> 'App\\Form\\SimpleRuleType'=> 'App\\Form\\SiteType'=> 'App\\Form\\UserType'=> '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()));
  3543.         $instance->setName('debug:form');
  3544.         $instance->setDescription('Display form type information');
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the private 'console.command.router_debug' shared service.
  3549.      *
  3550.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3551.      */
  3552.     protected function getConsole_Command_RouterDebugService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3557.         $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()));
  3558.         $instance->setName('debug:router');
  3559.         $instance->setDescription('Display current routes for an application');
  3560.         return $instance;
  3561.     }
  3562.     /**
  3563.      * Gets the private 'console.command.router_match' shared service.
  3564.      *
  3565.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3566.      */
  3567.     protected function getConsole_Command_RouterMatchService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3571.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3572.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3573.         }, 1));
  3574.         $instance->setName('router:match');
  3575.         $instance->setDescription('Help debug routes by simulating a path info match');
  3576.         return $instance;
  3577.     }
  3578.     /**
  3579.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3580.      *
  3581.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3582.      */
  3583.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3584.     {
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3589.         $this->privates['console.command.secrets_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')))));
  3590.         $instance->setName('secrets:decrypt-to-local');
  3591.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3592.         return $instance;
  3593.     }
  3594.     /**
  3595.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3596.      *
  3597.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3598.      */
  3599.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3605.         $this->privates['console.command.secrets_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')))));
  3606.         $instance->setName('secrets:encrypt-from-local');
  3607.         $instance->setDescription('Encrypt all local secrets to the vault');
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3612.      *
  3613.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3614.      */
  3615.     protected function getConsole_Command_SecretsGenerateKeyService()
  3616.     {
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3621.         $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')))));
  3622.         $instance->setName('secrets:generate-keys');
  3623.         $instance->setDescription('Generate new encryption keys');
  3624.         return $instance;
  3625.     }
  3626.     /**
  3627.      * Gets the private 'console.command.secrets_list' shared service.
  3628.      *
  3629.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3630.      */
  3631.     protected function getConsole_Command_SecretsListService()
  3632.     {
  3633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3637.         $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')))));
  3638.         $instance->setName('secrets:list');
  3639.         $instance->setDescription('List all secrets');
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the private 'console.command.secrets_remove' shared service.
  3644.      *
  3645.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3646.      */
  3647.     protected function getConsole_Command_SecretsRemoveService()
  3648.     {
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3653.         $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')))));
  3654.         $instance->setName('secrets:remove');
  3655.         $instance->setDescription('Remove a secret from the vault');
  3656.         return $instance;
  3657.     }
  3658.     /**
  3659.      * Gets the private 'console.command.secrets_set' shared service.
  3660.      *
  3661.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3662.      */
  3663.     protected function getConsole_Command_SecretsSetService()
  3664.     {
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3669.         $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')))));
  3670.         $instance->setName('secrets:set');
  3671.         $instance->setDescription('Set a secret in the vault');
  3672.         return $instance;
  3673.     }
  3674.     /**
  3675.      * Gets the private 'console.command.translation_debug' shared service.
  3676.      *
  3677.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3678.      */
  3679.     protected function getConsole_Command_TranslationDebugService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3683.         $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')], []);
  3684.         $instance->setName('debug:translation');
  3685.         $instance->setDescription('Display translation messages information');
  3686.         return $instance;
  3687.     }
  3688.     /**
  3689.      * Gets the private 'console.command.translation_extract' shared service.
  3690.      *
  3691.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3692.      */
  3693.     protected function getConsole_Command_TranslationExtractService()
  3694.     {
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3697.         $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')], []);
  3698.         $instance->setName('translation:extract');
  3699.         $instance->setAliases([=> 'translation:update']);
  3700.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3701.         return $instance;
  3702.     }
  3703.     /**
  3704.      * Gets the private 'console.command.translation_pull' shared service.
  3705.      *
  3706.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3707.      */
  3708.     protected function getConsole_Command_TranslationPullService()
  3709.     {
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3713.         $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', [], []);
  3714.         $instance->setName('translation:pull');
  3715.         $instance->setDescription('Pull translations from a given provider.');
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the private 'console.command.translation_push' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3722.      */
  3723.     protected function getConsole_Command_TranslationPushService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3728.         $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()), [], []);
  3729.         $instance->setName('translation:push');
  3730.         $instance->setDescription('Push translations to a given provider.');
  3731.         return $instance;
  3732.     }
  3733.     /**
  3734.      * Gets the private 'console.command.validator_debug' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3737.      */
  3738.     protected function getConsole_Command_ValidatorDebugService()
  3739.     {
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3742.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3743.         $instance->setName('debug:validator');
  3744.         $instance->setDescription('Display validation constraints for classes');
  3745.         return $instance;
  3746.     }
  3747.     /**
  3748.      * Gets the private 'console.command.xliff_lint' shared service.
  3749.      *
  3750.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3751.      */
  3752.     protected function getConsole_Command_XliffLintService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3756.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3757.         $instance->setName('lint:xliff');
  3758.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3759.         return $instance;
  3760.     }
  3761.     /**
  3762.      * Gets the private 'console.command.yaml_lint' shared service.
  3763.      *
  3764.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3765.      */
  3766.     protected function getConsole_Command_YamlLintService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3771.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3772.         $instance->setName('lint:yaml');
  3773.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the private 'console.error_listener' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3780.      */
  3781.     protected function getConsole_ErrorListenerService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3784.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3785.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3786.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3787.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3788.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3789.     }
  3790.     /**
  3791.      * Gets the private 'container.env_var_processor' shared service.
  3792.      *
  3793.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3794.      */
  3795.     protected function getContainer_EnvVarProcessorService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3799.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3800.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3801.         }, 1));
  3802.     }
  3803.     /**
  3804.      * Gets the private 'container.getenv' shared service.
  3805.      *
  3806.      * @return \Closure
  3807.      */
  3808.     protected function getContainer_GetenvService()
  3809.     {
  3810.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3811.     }
  3812.     /**
  3813.      * Gets the private 'data_collector.form' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3816.      */
  3817.     protected function getDataCollector_FormService()
  3818.     {
  3819.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3820.     }
  3821.     /**
  3822.      * Gets the private 'data_collector.request' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3825.      */
  3826.     protected function getDataCollector_RequestService()
  3827.     {
  3828.         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())));
  3829.     }
  3830.     /**
  3831.      * Gets the private 'data_collector.request.session_collector' shared service.
  3832.      *
  3833.      * @return \Closure
  3834.      */
  3835.     protected function getDataCollector_Request_SessionCollectorService()
  3836.     {
  3837.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3838.     }
  3839.     /**
  3840.      * Gets the private 'debug.argument_resolver.default' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3843.      */
  3844.     protected function getDebug_ArgumentResolver_DefaultService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3849.         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))));
  3850.     }
  3851.     /**
  3852.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3855.      */
  3856.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3857.     {
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3861.         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.2T8O2L7'] ?? $this->get_ServiceLocator_2T8O2L7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3862.     }
  3863.     /**
  3864.      * Gets the private 'debug.argument_resolver.request' shared service.
  3865.      *
  3866.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3867.      */
  3868.     protected function getDebug_ArgumentResolver_RequestService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3873.         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))));
  3874.     }
  3875.     /**
  3876.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3877.      *
  3878.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3879.      */
  3880.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3881.     {
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3885.         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))));
  3886.     }
  3887.     /**
  3888.      * Gets the private 'debug.argument_resolver.service' shared service.
  3889.      *
  3890.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3891.      */
  3892.     protected function getDebug_ArgumentResolver_ServiceService()
  3893.     {
  3894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3897.         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.2T8O2L7'] ?? $this->get_ServiceLocator_2T8O2L7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3898.     }
  3899.     /**
  3900.      * Gets the private 'debug.argument_resolver.session' shared service.
  3901.      *
  3902.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3903.      */
  3904.     protected function getDebug_ArgumentResolver_SessionService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3909.         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))));
  3910.     }
  3911.     /**
  3912.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3915.      */
  3916.     protected function getDebug_ArgumentResolver_VariadicService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3921.         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))));
  3922.     }
  3923.     /**
  3924.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3925.      *
  3926.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3927.      */
  3928.     protected function getDebug_DebugHandlersListenerService()
  3929.     {
  3930.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3931.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3932.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3933.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3935.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3936.     }
  3937.     /**
  3938.      * Gets the private 'debug.dump_listener' shared service.
  3939.      *
  3940.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3941.      */
  3942.     protected function getDebug_DumpListenerService()
  3943.     {
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3946.         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()));
  3947.     }
  3948.     /**
  3949.      * Gets the private 'debug.file_link_formatter' shared service.
  3950.      *
  3951.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3952.      */
  3953.     protected function getDebug_FileLinkFormatterService()
  3954.     {
  3955.         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 () {
  3956.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3957.         });
  3958.     }
  3959.     /**
  3960.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3961.      *
  3962.      * @return \string
  3963.      */
  3964.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3965.     {
  3966.         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');
  3967.     }
  3968.     /**
  3969.      * Gets the private 'debug.log_processor' shared service.
  3970.      *
  3971.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3972.      */
  3973.     protected function getDebug_LogProcessorService()
  3974.     {
  3975.         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())));
  3976.     }
  3977.     /**
  3978.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3979.      *
  3980.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3981.      */
  3982.     protected function getDebug_Security_Access_DecisionManagerService()
  3983.     {
  3984.         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 () {
  3985.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3986.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3987.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3988.             yield => ($this->privates['debug.security.voter.App\\Voter\\SiteVoter'] ?? $this->getSiteVoterService());
  3989.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3990.     }
  3991.     /**
  3992.      * Gets the private 'debug.security.firewall' shared service.
  3993.      *
  3994.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3995.      */
  3996.     protected function getDebug_Security_FirewallService()
  3997.     {
  3998.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3999.         if (isset($this->privates['debug.security.firewall'])) {
  4000.             return $this->privates['debug.security.firewall'];
  4001.         }
  4002.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4003.         if (isset($this->privates['debug.security.firewall'])) {
  4004.             return $this->privates['debug.security.firewall'];
  4005.         }
  4006.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4007.     }
  4008.     /**
  4009.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  4010.      *
  4011.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  4012.      */
  4013.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  4020.         $a = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  4021.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  4022.             return $this->privates['debug.security.firewall.authenticator.main'];
  4023.         }
  4024.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  4025.     }
  4026.     /**
  4027.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4028.      *
  4029.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4030.      */
  4031.     protected function getDebug_Security_UserValueResolverService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4036.         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))));
  4037.     }
  4038.     /**
  4039.      * Gets the private 'debug.security.voter.App\Voter\SiteVoter' shared service.
  4040.      *
  4041.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4042.      */
  4043.     protected function getSiteVoterService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4049.         include_once \dirname(__DIR__4).'/src/Voter/SiteVoter.php';
  4050.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4051.         if (isset($this->privates['debug.security.voter.App\\Voter\\SiteVoter'])) {
  4052.             return $this->privates['debug.security.voter.App\\Voter\\SiteVoter'];
  4053.         }
  4054.         return $this->privates['debug.security.voter.App\\Voter\\SiteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voter\SiteVoter(), $a);
  4055.     }
  4056.     /**
  4057.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4058.      *
  4059.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4060.      */
  4061.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4062.     {
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4067.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4068.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4069.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4070.         }
  4071.         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);
  4072.     }
  4073.     /**
  4074.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4075.      *
  4076.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4077.      */
  4078.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4079.     {
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4084.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4085.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4086.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4087.         }
  4088.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4089.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4090.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4091.         }
  4092.         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);
  4093.     }
  4094.     /**
  4095.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4096.      *
  4097.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4098.      */
  4099.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4100.     {
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4106.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4107.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  4108.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  4109.         }
  4110.         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);
  4111.     }
  4112.     /**
  4113.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4114.      *
  4115.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4116.      */
  4117.     protected function getDebug_Security_Voter_VoteListenerService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4120.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4121.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4122.             return $this->privates['debug.security.voter.vote_listener'];
  4123.         }
  4124.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4125.     }
  4126.     /**
  4127.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4128.      *
  4129.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4130.      */
  4131.     protected function getDoctrine_CacheClearMetadataCommandService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4138.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4139.         $instance->setName('doctrine:cache:clear-metadata');
  4140.         return $instance;
  4141.     }
  4142.     /**
  4143.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4144.      *
  4145.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4146.      */
  4147.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4148.     {
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4154.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4155.         $instance->setName('doctrine:cache:clear-query');
  4156.         return $instance;
  4157.     }
  4158.     /**
  4159.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4160.      *
  4161.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4162.      */
  4163.     protected function getDoctrine_CacheClearResultCommandService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4170.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4171.         $instance->setName('doctrine:cache:clear-result');
  4172.         return $instance;
  4173.     }
  4174.     /**
  4175.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4176.      *
  4177.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4178.      */
  4179.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4186.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4187.         $instance->setName('doctrine:cache:clear-collection-region');
  4188.         return $instance;
  4189.     }
  4190.     /**
  4191.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4192.      *
  4193.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4194.      */
  4195.     protected function getDoctrine_ClearEntityRegionCommandService()
  4196.     {
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4202.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4203.         $instance->setName('doctrine:cache:clear-entity-region');
  4204.         return $instance;
  4205.     }
  4206.     /**
  4207.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4208.      *
  4209.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4210.      */
  4211.     protected function getDoctrine_ClearQueryRegionCommandService()
  4212.     {
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4218.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4219.         $instance->setName('doctrine:cache:clear-query-region');
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'doctrine.database_create_command' shared service.
  4224.      *
  4225.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4226.      */
  4227.     protected function getDoctrine_DatabaseCreateCommandService()
  4228.     {
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4232.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4233.         $instance->setName('doctrine:database:create');
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'doctrine.database_drop_command' shared service.
  4238.      *
  4239.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4240.      */
  4241.     protected function getDoctrine_DatabaseDropCommandService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4246.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4247.         $instance->setName('doctrine:database:drop');
  4248.         return $instance;
  4249.     }
  4250.     /**
  4251.      * Gets the private 'doctrine.database_import_command' shared service.
  4252.      *
  4253.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4254.      */
  4255.     protected function getDoctrine_DatabaseImportCommandService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4260.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4261.         $instance->setName('doctrine:database:import');
  4262.         return $instance;
  4263.     }
  4264.     /**
  4265.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4266.      *
  4267.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4268.      */
  4269.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4276.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4277.         $instance->setName('doctrine:ensure-production-settings');
  4278.         return $instance;
  4279.     }
  4280.     /**
  4281.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4282.      *
  4283.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4284.      */
  4285.     protected function getDoctrine_FixturesLoadCommandService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4298.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  4301.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4302.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  4303.         $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()]);
  4304.         $instance->setName('doctrine:fixtures:load');
  4305.         return $instance;
  4306.     }
  4307.     /**
  4308.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4309.      *
  4310.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4311.      */
  4312.     protected function getDoctrine_MappingConvertCommandService()
  4313.     {
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4319.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4320.         $instance->setName('doctrine:mapping:convert');
  4321.         return $instance;
  4322.     }
  4323.     /**
  4324.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4325.      *
  4326.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4327.      */
  4328.     protected function getDoctrine_MappingImportCommandService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4333.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4334.         $instance->setName('doctrine:mapping:import');
  4335.         return $instance;
  4336.     }
  4337.     /**
  4338.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4339.      *
  4340.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4341.      */
  4342.     protected function getDoctrine_MappingInfoCommandService()
  4343.     {
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4349.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4350.         $instance->setName('doctrine:mapping:info');
  4351.         return $instance;
  4352.     }
  4353.     /**
  4354.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4355.      *
  4356.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4357.      */
  4358.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4359.     {
  4360.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  4361.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4362.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4363.     }
  4364.     /**
  4365.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4366.      *
  4367.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4368.      */
  4369.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4372.         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()));
  4373.     }
  4374.     /**
  4375.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4376.      *
  4377.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4378.      */
  4379.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4380.     {
  4381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4382.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4383.     }
  4384.     /**
  4385.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4386.      *
  4387.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4388.      */
  4389.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4393.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4394.     }
  4395.     /**
  4396.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4397.      *
  4398.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4399.      */
  4400.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4404.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4405.             return new \EmptyIterator();
  4406.         }, 0));
  4407.     }
  4408.     /**
  4409.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4410.      *
  4411.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4412.      */
  4413.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4417.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4418.     }
  4419.     /**
  4420.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4421.      *
  4422.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4423.      */
  4424.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4425.     {
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4428.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4429.     }
  4430.     /**
  4431.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4432.      *
  4433.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4434.      */
  4435.     protected function getDoctrine_Orm_Validator_UniqueService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4440.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4441.     }
  4442.     /**
  4443.      * Gets the private 'doctrine.query_dql_command' shared service.
  4444.      *
  4445.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4446.      */
  4447.     protected function getDoctrine_QueryDqlCommandService()
  4448.     {
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4454.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4455.         $instance->setName('doctrine:query:dql');
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'doctrine.query_sql_command' shared service.
  4460.      *
  4461.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4462.      */
  4463.     protected function getDoctrine_QuerySqlCommandService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4468.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4469.         $instance->setName('doctrine:query:sql');
  4470.         return $instance;
  4471.     }
  4472.     /**
  4473.      * Gets the private 'doctrine.schema_create_command' shared service.
  4474.      *
  4475.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4476.      */
  4477.     protected function getDoctrine_SchemaCreateCommandService()
  4478.     {
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4485.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4486.         $instance->setName('doctrine:schema:create');
  4487.         return $instance;
  4488.     }
  4489.     /**
  4490.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4491.      *
  4492.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4493.      */
  4494.     protected function getDoctrine_SchemaDropCommandService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4502.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4503.         $instance->setName('doctrine:schema:drop');
  4504.         return $instance;
  4505.     }
  4506.     /**
  4507.      * Gets the private 'doctrine.schema_update_command' shared service.
  4508.      *
  4509.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4510.      */
  4511.     protected function getDoctrine_SchemaUpdateCommandService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4519.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4520.         $instance->setName('doctrine:schema:update');
  4521.         return $instance;
  4522.     }
  4523.     /**
  4524.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4525.      *
  4526.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4527.      */
  4528.     protected function getDoctrine_SchemaValidateCommandService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4535.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4536.         $instance->setName('doctrine:schema:validate');
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'doctrine.ulid_generator' shared service.
  4541.      *
  4542.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4543.      */
  4544.     protected function getDoctrine_UlidGeneratorService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4548.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4549.     }
  4550.     /**
  4551.      * Gets the private 'doctrine.uuid_generator' shared service.
  4552.      *
  4553.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4554.      */
  4555.     protected function getDoctrine_UuidGeneratorService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4559.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4560.     }
  4561.     /**
  4562.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4563.      *
  4564.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4565.      */
  4566.     protected function getDoctrineMigrations_DiffCommandService()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4572.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4573.         $instance->setName('doctrine:migrations:diff');
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4578.      *
  4579.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4580.      */
  4581.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4587.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4588.         $instance->setName('doctrine:migrations:dump-schema');
  4589.         return $instance;
  4590.     }
  4591.     /**
  4592.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4593.      *
  4594.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4595.      */
  4596.     protected function getDoctrineMigrations_ExecuteCommandService()
  4597.     {
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4602.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4603.         $instance->setName('doctrine:migrations:execute');
  4604.         return $instance;
  4605.     }
  4606.     /**
  4607.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4608.      *
  4609.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4610.      */
  4611.     protected function getDoctrineMigrations_GenerateCommandService()
  4612.     {
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4617.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4618.         $instance->setName('doctrine:migrations:generate');
  4619.         return $instance;
  4620.     }
  4621.     /**
  4622.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4623.      *
  4624.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4625.      */
  4626.     protected function getDoctrineMigrations_LatestCommandService()
  4627.     {
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4632.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4633.         $instance->setName('doctrine:migrations:latest');
  4634.         return $instance;
  4635.     }
  4636.     /**
  4637.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4638.      *
  4639.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4640.      */
  4641.     protected function getDoctrineMigrations_MigrateCommandService()
  4642.     {
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4647.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4648.         $instance->setName('doctrine:migrations:migrate');
  4649.         return $instance;
  4650.     }
  4651.     /**
  4652.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4653.      *
  4654.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4655.      */
  4656.     protected function getDoctrineMigrations_RollupCommandService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4662.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4663.         $instance->setName('doctrine:migrations:rollup');
  4664.         return $instance;
  4665.     }
  4666.     /**
  4667.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4668.      *
  4669.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4670.      */
  4671.     protected function getDoctrineMigrations_StatusCommandService()
  4672.     {
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4677.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4678.         $instance->setName('doctrine:migrations:status');
  4679.         return $instance;
  4680.     }
  4681.     /**
  4682.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4683.      *
  4684.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4685.      */
  4686.     protected function getDoctrineMigrations_UpToDateCommandService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4692.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4693.         $instance->setName('doctrine:migrations:up-to-date');
  4694.         return $instance;
  4695.     }
  4696.     /**
  4697.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4698.      *
  4699.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4700.      */
  4701.     protected function getDoctrineMigrations_VersionCommandService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4707.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4708.         $instance->setName('doctrine:migrations:version');
  4709.         return $instance;
  4710.     }
  4711.     /**
  4712.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4713.      *
  4714.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4715.      */
  4716.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4720.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4721.         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()));
  4722.     }
  4723.     /**
  4724.      * Gets the private 'exception_listener' shared service.
  4725.      *
  4726.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4727.      */
  4728.     protected function getExceptionListenerService()
  4729.     {
  4730.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4731.     }
  4732.     /**
  4733.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4734.      *
  4735.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4736.      */
  4737.     protected function getForm_ChoiceListFactory_CachedService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4743.         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())));
  4744.     }
  4745.     /**
  4746.      * Gets the private 'form.registry' shared service.
  4747.      *
  4748.      * @return \Symfony\Component\Form\FormRegistry
  4749.      */
  4750.     protected function getForm_RegistryService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4759.         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, [
  4760.             'App\\Form\\AdvancedRuleType' => ['privates''App\\Form\\AdvancedRuleType''getAdvancedRuleTypeService'false],
  4761.             'App\\Form\\ReleaseType' => ['privates''App\\Form\\ReleaseType''getReleaseTypeService'false],
  4762.             'App\\Form\\SimpleRuleType' => ['privates''App\\Form\\SimpleRuleType''getSimpleRuleTypeService'false],
  4763.             'App\\Form\\SiteType' => ['privates''App\\Form\\SiteType''getSiteTypeService'false],
  4764.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  4765.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4766.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4767.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4768.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4769.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4770.         ], [
  4771.             'App\\Form\\AdvancedRuleType' => '?',
  4772.             'App\\Form\\ReleaseType' => '?',
  4773.             'App\\Form\\SimpleRuleType' => '?',
  4774.             'App\\Form\\SiteType' => '?',
  4775.             'App\\Form\\UserType' => '?',
  4776.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4777.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4778.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4779.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4780.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4781.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4782.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4783.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4784.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4785.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4786.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4787.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4788.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4789.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4790.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4791.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4792.         }, 1)], new RewindableGenerator(function () {
  4793.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4794.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4795.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4796.     }
  4797.     /**
  4798.      * Gets the private 'form.server_params' shared service.
  4799.      *
  4800.      * @return \Symfony\Component\Form\Util\ServerParams
  4801.      */
  4802.     protected function getForm_ServerParamsService()
  4803.     {
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4805.         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())));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'form.type.choice' shared service.
  4809.      *
  4810.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4811.      */
  4812.     protected function getForm_Type_ChoiceService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4817.         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()));
  4818.     }
  4819.     /**
  4820.      * Gets the private 'form.type.color' shared service.
  4821.      *
  4822.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4823.      */
  4824.     protected function getForm_Type_ColorService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4829.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'form.type.entity' shared service.
  4833.      *
  4834.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4835.      */
  4836.     protected function getForm_Type_EntityService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4842.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4843.     }
  4844.     /**
  4845.      * Gets the private 'form.type.form' shared service.
  4846.      *
  4847.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4848.      */
  4849.     protected function getForm_Type_FormService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4855.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4856.     }
  4857.     /**
  4858.      * Gets the private 'form.type_extension.csrf' shared service.
  4859.      *
  4860.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4861.      */
  4862.     protected function getForm_TypeExtension_CsrfService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4867.         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()));
  4868.     }
  4869.     /**
  4870.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4871.      *
  4872.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4873.      */
  4874.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4879.         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()));
  4880.     }
  4881.     /**
  4882.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4883.      *
  4884.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4885.      */
  4886.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4887.     {
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4893.         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())));
  4894.     }
  4895.     /**
  4896.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4897.      *
  4898.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4899.      */
  4900.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4901.     {
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4905.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4906.     }
  4907.     /**
  4908.      * Gets the private 'form.type_extension.form.validator' shared service.
  4909.      *
  4910.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4911.      */
  4912.     protected function getForm_TypeExtension_Form_ValidatorService()
  4913.     {
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4918.         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()));
  4919.     }
  4920.     /**
  4921.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4922.      *
  4923.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4924.      */
  4925.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4930.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4931.     }
  4932.     /**
  4933.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4934.      *
  4935.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4936.      */
  4937.     protected function getForm_TypeGuesser_DoctrineService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4941.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4942.     }
  4943.     /**
  4944.      * Gets the private 'form.type_guesser.validator' shared service.
  4945.      *
  4946.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4947.      */
  4948.     protected function getForm_TypeGuesser_ValidatorService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4952.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4953.     }
  4954.     /**
  4955.      * Gets the private 'fragment.renderer.inline' shared service.
  4956.      *
  4957.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4958.      */
  4959.     protected function getFragment_Renderer_InlineService()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4964.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4965.         if (isset($this->privates['fragment.renderer.inline'])) {
  4966.             return $this->privates['fragment.renderer.inline'];
  4967.         }
  4968.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  4969.         $instance->setFragmentPath('/_fragment');
  4970.         return $instance;
  4971.     }
  4972.     /**
  4973.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4974.      *
  4975.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4976.      */
  4977.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4978.     {
  4979.         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())));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4983.      *
  4984.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4985.      */
  4986.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4987.     {
  4988.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4989.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4990.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4991.         }
  4992.         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);
  4993.     }
  4994.     /**
  4995.      * Gets the private 'locale_aware_listener' shared service.
  4996.      *
  4997.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4998.      */
  4999.     protected function getLocaleAwareListenerService()
  5000.     {
  5001.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5002.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5003.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5004.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5005.     }
  5006.     /**
  5007.      * Gets the private 'locale_listener' shared service.
  5008.      *
  5009.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5010.      */
  5011.     protected function getLocaleListenerService()
  5012.     {
  5013.         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, []);
  5014.     }
  5015.     /**
  5016.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5017.      *
  5018.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5019.      */
  5020.     protected function getMaker_AutoCommand_MakeAuthService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5029.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5030.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5031.         $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()), $a$b);
  5032.         $instance->setName('make:auth');
  5033.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5034.         return $instance;
  5035.     }
  5036.     /**
  5037.      * Gets the private 'maker.auto_command.make_command' shared service.
  5038.      *
  5039.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5040.      */
  5041.     protected function getMaker_AutoCommand_MakeCommandService()
  5042.     {
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5048.         $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()));
  5049.         $instance->setName('make:command');
  5050.         $instance->setDescription('Creates a new console command class');
  5051.         return $instance;
  5052.     }
  5053.     /**
  5054.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5055.      *
  5056.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5057.      */
  5058.     protected function getMaker_AutoCommand_MakeControllerService()
  5059.     {
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5065.         $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()));
  5066.         $instance->setName('make:controller');
  5067.         $instance->setDescription('Creates a new controller class');
  5068.         return $instance;
  5069.     }
  5070.     /**
  5071.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5072.      *
  5073.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5074.      */
  5075.     protected function getMaker_AutoCommand_MakeCrudService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5082.         $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()));
  5083.         $instance->setName('make:crud');
  5084.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5085.         return $instance;
  5086.     }
  5087.     /**
  5088.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5089.      *
  5090.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5091.      */
  5092.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5093.     {
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5099.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5100.         $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()));
  5101.         $instance->setName('make:docker:database');
  5102.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5103.         return $instance;
  5104.     }
  5105.     /**
  5106.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5107.      *
  5108.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5109.      */
  5110.     protected function getMaker_AutoCommand_MakeEntityService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5118.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5119.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5120.         $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);
  5121.         $instance->setName('make:entity');
  5122.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5123.         return $instance;
  5124.     }
  5125.     /**
  5126.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5127.      *
  5128.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5129.      */
  5130.     protected function getMaker_AutoCommand_MakeFixturesService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5137.         $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()));
  5138.         $instance->setName('make:fixtures');
  5139.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5140.         return $instance;
  5141.     }
  5142.     /**
  5143.      * Gets the private 'maker.auto_command.make_form' shared service.
  5144.      *
  5145.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5146.      */
  5147.     protected function getMaker_AutoCommand_MakeFormService()
  5148.     {
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5154.         $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()));
  5155.         $instance->setName('make:form');
  5156.         $instance->setDescription('Creates a new form class');
  5157.         return $instance;
  5158.     }
  5159.     /**
  5160.      * Gets the private 'maker.auto_command.make_message' shared service.
  5161.      *
  5162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5163.      */
  5164.     protected function getMaker_AutoCommand_MakeMessageService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5171.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5172.         $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()));
  5173.         $instance->setName('make:message');
  5174.         $instance->setDescription('Creates a new message and handler');
  5175.         return $instance;
  5176.     }
  5177.     /**
  5178.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5179.      *
  5180.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5181.      */
  5182.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5183.     {
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5189.         $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()));
  5190.         $instance->setName('make:messenger-middleware');
  5191.         $instance->setDescription('Creates a new messenger middleware');
  5192.         return $instance;
  5193.     }
  5194.     /**
  5195.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5196.      *
  5197.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5198.      */
  5199.     protected function getMaker_AutoCommand_MakeMigrationService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5207.         $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()));
  5208.         $instance->setName('make:migration');
  5209.         $instance->setDescription('Creates a new migration based on database changes');
  5210.         return $instance;
  5211.     }
  5212.     /**
  5213.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5214.      *
  5215.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5216.      */
  5217.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5224.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5225.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5226.         $instance->setName('make:registration-form');
  5227.         $instance->setDescription('Creates a new registration form system');
  5228.         return $instance;
  5229.     }
  5230.     /**
  5231.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5232.      *
  5233.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5234.      */
  5235.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5236.     {
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5242.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5243.         $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()));
  5244.         $instance->setName('make:reset-password');
  5245.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5246.         return $instance;
  5247.     }
  5248.     /**
  5249.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5250.      *
  5251.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5252.      */
  5253.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5254.     {
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5260.         $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()));
  5261.         $instance->setName('make:serializer:encoder');
  5262.         $instance->setDescription('Creates a new serializer encoder class');
  5263.         return $instance;
  5264.     }
  5265.     /**
  5266.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5267.      *
  5268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5269.      */
  5270.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5271.     {
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5277.         $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()));
  5278.         $instance->setName('make:serializer:normalizer');
  5279.         $instance->setDescription('Creates a new serializer normalizer class');
  5280.         return $instance;
  5281.     }
  5282.     /**
  5283.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5284.      *
  5285.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5286.      */
  5287.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5294.         $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()));
  5295.         $instance->setName('make:stimulus-controller');
  5296.         $instance->setDescription('Creates a new Stimulus controller');
  5297.         return $instance;
  5298.     }
  5299.     /**
  5300.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5301.      *
  5302.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5303.      */
  5304.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5312.         $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()));
  5313.         $instance->setName('make:subscriber');
  5314.         $instance->setDescription('Creates a new event subscriber class');
  5315.         return $instance;
  5316.     }
  5317.     /**
  5318.      * Gets the private 'maker.auto_command.make_test' shared service.
  5319.      *
  5320.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5321.      */
  5322.     protected function getMaker_AutoCommand_MakeTestService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5330.         $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()));
  5331.         $instance->setName('make:test');
  5332.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5333.         $instance->setDescription('Creates a new test class');
  5334.         return $instance;
  5335.     }
  5336.     /**
  5337.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5338.      *
  5339.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5340.      */
  5341.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  5342.     {
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5348.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5349.         $instance->setName('make:twig-component');
  5350.         $instance->setDescription('Creates a twig (or live) component');
  5351.         return $instance;
  5352.     }
  5353.     /**
  5354.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5355.      *
  5356.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5357.      */
  5358.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5365.         $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()));
  5366.         $instance->setName('make:twig-extension');
  5367.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  5368.         return $instance;
  5369.     }
  5370.     /**
  5371.      * Gets the private 'maker.auto_command.make_user' shared service.
  5372.      *
  5373.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5374.      */
  5375.     protected function getMaker_AutoCommand_MakeUserService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5384.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5385.         $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()));
  5386.         $instance->setName('make:user');
  5387.         $instance->setDescription('Creates a new security user class');
  5388.         return $instance;
  5389.     }
  5390.     /**
  5391.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5392.      *
  5393.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5394.      */
  5395.     protected function getMaker_AutoCommand_MakeValidatorService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5402.         $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()));
  5403.         $instance->setName('make:validator');
  5404.         $instance->setDescription('Creates a new validator and constraint class');
  5405.         return $instance;
  5406.     }
  5407.     /**
  5408.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5409.      *
  5410.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5411.      */
  5412.     protected function getMaker_AutoCommand_MakeVoterService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5419.         $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()));
  5420.         $instance->setName('make:voter');
  5421.         $instance->setDescription('Creates a new security voter class');
  5422.         return $instance;
  5423.     }
  5424.     /**
  5425.      * Gets the private 'maker.doctrine_helper' shared service.
  5426.      *
  5427.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5428.      */
  5429.     protected function getMaker_DoctrineHelperService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5432.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')])))]]]);
  5433.     }
  5434.     /**
  5435.      * Gets the private 'maker.entity_class_generator' shared service.
  5436.      *
  5437.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5438.      */
  5439.     protected function getMaker_EntityClassGeneratorService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5442.         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()));
  5443.     }
  5444.     /**
  5445.      * Gets the private 'maker.file_manager' shared service.
  5446.      *
  5447.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5448.      */
  5449.     protected function getMaker_FileManagerService()
  5450.     {
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5456.         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'));
  5457.     }
  5458.     /**
  5459.      * Gets the private 'maker.generator' shared service.
  5460.      *
  5461.      * @return \Symfony\Bundle\MakerBundle\Generator
  5462.      */
  5463.     protected function getMaker_GeneratorService()
  5464.     {
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5467.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  5468.     }
  5469.     /**
  5470.      * Gets the private 'maker.php_compat_util' shared service.
  5471.      *
  5472.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5473.      */
  5474.     protected function getMaker_PhpCompatUtilService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5477.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5478.     }
  5479.     /**
  5480.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5481.      *
  5482.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5483.      */
  5484.     protected function getMaker_Renderer_FormTypeRendererService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5487.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5488.     }
  5489.     /**
  5490.      * Gets the private 'mime_types' shared service.
  5491.      *
  5492.      * @return \Symfony\Component\Mime\MimeTypes
  5493.      */
  5494.     protected function getMimeTypesService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5499.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5500.         $instance->setDefault($instance);
  5501.         return $instance;
  5502.     }
  5503.     /**
  5504.      * Gets the private 'monolog.command.server_log' shared service.
  5505.      *
  5506.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5507.      */
  5508.     protected function getMonolog_Command_ServerLogService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5512.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5513.         $instance->setName('server:log');
  5514.         $instance->setDescription('Start a log server that displays logs in real time');
  5515.         return $instance;
  5516.     }
  5517.     /**
  5518.      * Gets the private 'monolog.handler.console' shared service.
  5519.      *
  5520.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5521.      */
  5522.     protected function getMonolog_Handler_ConsoleService()
  5523.     {
  5524.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5525.     }
  5526.     /**
  5527.      * Gets the private 'monolog.handler.main' shared service.
  5528.      *
  5529.      * @return \Monolog\Handler\StreamHandler
  5530.      */
  5531.     protected function getMonolog_Handler_MainService()
  5532.     {
  5533.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5534.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5535.         return $instance;
  5536.     }
  5537.     /**
  5538.      * Gets the private 'monolog.logger' shared service.
  5539.      *
  5540.      * @return \Symfony\Bridge\Monolog\Logger
  5541.      */
  5542.     protected function getMonolog_LoggerService()
  5543.     {
  5544.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5545.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5546.         $instance->useMicrosecondTimestamps(true);
  5547.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5548.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5549.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5550.         return $instance;
  5551.     }
  5552.     /**
  5553.      * Gets the private 'monolog.logger.cache' shared service.
  5554.      *
  5555.      * @return \Symfony\Bridge\Monolog\Logger
  5556.      */
  5557.     protected function getMonolog_Logger_CacheService()
  5558.     {
  5559.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5560.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5561.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5562.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5563.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5564.         return $instance;
  5565.     }
  5566.     /**
  5567.      * Gets the private 'monolog.logger.request' shared service.
  5568.      *
  5569.      * @return \Symfony\Bridge\Monolog\Logger
  5570.      */
  5571.     protected function getMonolog_Logger_RequestService()
  5572.     {
  5573.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5574.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5575.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5576.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5577.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5578.         return $instance;
  5579.     }
  5580.     /**
  5581.      * Gets the private 'monolog.logger.security' shared service.
  5582.      *
  5583.      * @return \Symfony\Bridge\Monolog\Logger
  5584.      */
  5585.     protected function getMonolog_Logger_SecurityService()
  5586.     {
  5587.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5588.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5589.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5590.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5591.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5592.         return $instance;
  5593.     }
  5594.     /**
  5595.      * Gets the private 'parameter_bag' shared service.
  5596.      *
  5597.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5598.      */
  5599.     protected function getParameterBagService()
  5600.     {
  5601.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5602.     }
  5603.     /**
  5604.      * Gets the private 'profiler_listener' shared service.
  5605.      *
  5606.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5607.      */
  5608.     protected function getProfilerListenerService()
  5609.     {
  5610.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5611.         if (isset($this->privates['profiler_listener'])) {
  5612.             return $this->privates['profiler_listener'];
  5613.         }
  5614.         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);
  5615.     }
  5616.     /**
  5617.      * Gets the private 'property_accessor' shared service.
  5618.      *
  5619.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5620.      */
  5621.     protected function getPropertyAccessorService()
  5622.     {
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5629.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5630.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5631.     }
  5632.     /**
  5633.      * Gets the private 'property_info' shared service.
  5634.      *
  5635.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5636.      */
  5637.     protected function getPropertyInfoService()
  5638.     {
  5639.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5640.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5641.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5642.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5643.         }, 3), new RewindableGenerator(function () {
  5644.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5645.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5646.         }, 2), new RewindableGenerator(function () {
  5647.             return new \EmptyIterator();
  5648.         }, 0), new RewindableGenerator(function () {
  5649.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5650.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5651.         }, 2), new RewindableGenerator(function () {
  5652.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5653.         }, 1));
  5654.     }
  5655.     /**
  5656.      * Gets the private 'property_info.serializer_extractor' shared service.
  5657.      *
  5658.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5659.      */
  5660.     protected function getPropertyInfo_SerializerExtractorService()
  5661.     {
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5663.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5664.     }
  5665.     /**
  5666.      * Gets the private 'router.cache_warmer' shared service.
  5667.      *
  5668.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5669.      */
  5670.     protected function getRouter_CacheWarmerService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5674.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5675.             'router' => ['services''router''getRouterService'false],
  5676.         ], [
  5677.             'router' => '?',
  5678.         ]))->withContext('router.cache_warmer'$this));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'router.expression_language_provider' shared service.
  5682.      *
  5683.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5684.      */
  5685.     protected function getRouter_ExpressionLanguageProviderService()
  5686.     {
  5687.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5688.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5689.         ], [
  5690.             'env' => 'Closure',
  5691.         ]));
  5692.     }
  5693.     /**
  5694.      * Gets the private 'router.request_context' shared service.
  5695.      *
  5696.      * @return \Symfony\Component\Routing\RequestContext
  5697.      */
  5698.     protected function getRouter_RequestContextService()
  5699.     {
  5700.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5701.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5702.         return $instance;
  5703.     }
  5704.     /**
  5705.      * Gets the private 'router_listener' shared service.
  5706.      *
  5707.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5708.      */
  5709.     protected function getRouterListenerService()
  5710.     {
  5711.         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);
  5712.     }
  5713.     /**
  5714.      * Gets the private 'secrets.vault' shared service.
  5715.      *
  5716.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5717.      */
  5718.     protected function getSecrets_VaultService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5724.         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'));
  5725.     }
  5726.     /**
  5727.      * Gets the private 'security.access_listener' shared service.
  5728.      *
  5729.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5730.      */
  5731.     protected function getSecurity_AccessListenerService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5734.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5735.         if (isset($this->privates['security.access_listener'])) {
  5736.             return $this->privates['security.access_listener'];
  5737.         }
  5738.         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()), false);
  5739.     }
  5740.     /**
  5741.      * Gets the private 'security.access_map' shared service.
  5742.      *
  5743.      * @return \Symfony\Component\Security\Http\AccessMap
  5744.      */
  5745.     protected function getSecurity_AccessMapService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5751.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5752.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard'), [=> 'ROLE_USER'], NULL);
  5753.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/site'), [=> 'ROLE_USER'], NULL);
  5754.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [=> 'ROLE_USER_MANAGEMENT'], NULL);
  5755.         return $instance;
  5756.     }
  5757.     /**
  5758.      * Gets the private 'security.authentication_utils' shared service.
  5759.      *
  5760.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5761.      */
  5762.     protected function getSecurity_AuthenticationUtilsService()
  5763.     {
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5765.         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())));
  5766.     }
  5767.     /**
  5768.      * Gets the private 'security.authenticator.form_login.main' shared service.
  5769.      *
  5770.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  5771.      */
  5772.     protected function getSecurity_Authenticator_FormLogin_MainService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5785.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5786.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5787.         $b->setOptions(['login_path' => 'login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  5788.         $b->setFirewallName('main');
  5789.         $c = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5790.         if (isset($this->privates['security.authenticator.form_login.main'])) {
  5791.             return $this->privates['security.authenticator.form_login.main'];
  5792.         }
  5793.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($c$a, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5794.         $d->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5795.         return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $b$d, ['login_path' => 'login''check_path' => 'login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false]);
  5796.     }
  5797.     /**
  5798.      * Gets the private 'security.channel_listener' shared service.
  5799.      *
  5800.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5801.      */
  5802.     protected function getSecurity_ChannelListenerService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5805.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5806.         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());
  5807.     }
  5808.     /**
  5809.      * Gets the private 'security.command.debug_firewall' shared service.
  5810.      *
  5811.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5812.      */
  5813.     protected function getSecurity_Command_DebugFirewallService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5817.         $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.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), ['main' => [=> ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())]], true);
  5818.         $instance->setName('debug:firewall');
  5819.         $instance->setDescription('Display information about your security firewall(s)');
  5820.         return $instance;
  5821.     }
  5822.     /**
  5823.      * Gets the private 'security.command.user_password_encoder' shared service.
  5824.      *
  5825.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5826.      *
  5827.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5828.      */
  5829.     protected function getSecurity_Command_UserPasswordEncoderService()
  5830.     {
  5831.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5832.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface'=> 'App\\Entity\\User']);
  5833.         $instance->setName('security:encode-password');
  5834.         $instance->setDescription('Encode a password');
  5835.         return $instance;
  5836.     }
  5837.     /**
  5838.      * Gets the private 'security.command.user_password_hash' shared service.
  5839.      *
  5840.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5841.      */
  5842.     protected function getSecurity_Command_UserPasswordHashService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5846.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface'=> 'App\\Entity\\User']);
  5847.         $instance->setName('security:hash-password');
  5848.         $instance->setDescription('Hash a user password');
  5849.         return $instance;
  5850.     }
  5851.     /**
  5852.      * Gets the private 'security.context_listener.0' shared service.
  5853.      *
  5854.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5855.      */
  5856.     protected function getSecurity_ContextListener_0Service()
  5857.     {
  5858.         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 () {
  5859.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5860.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  5861.     }
  5862.     /**
  5863.      * Gets the private 'security.csrf.token_storage' shared service.
  5864.      *
  5865.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5866.      */
  5867.     protected function getSecurity_Csrf_TokenStorageService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5872.         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())));
  5873.     }
  5874.     /**
  5875.      * Gets the private 'security.encoder_factory.generic' shared service.
  5876.      *
  5877.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5878.      *
  5879.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5880.      */
  5881.     protected function getSecurity_EncoderFactory_GenericService()
  5882.     {
  5883.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5884.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5885.     }
  5886.     /**
  5887.      * Gets the private 'security.event_dispatcher.main' shared service.
  5888.      *
  5889.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5890.      */
  5891.     protected function getSecurity_EventDispatcher_MainService()
  5892.     {
  5893.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5894.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5895.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  5896.         }, => 'checkPassport'], 2048);
  5897.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5898.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  5899.         }, => 'onSuccessfulLogin'], 0);
  5900.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5901.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5902.         }, => 'onLogout'], 64);
  5903.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5904.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5905.         }, => 'onLogout'], 0);
  5906.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5907.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  5908.         }, => 'preCheckCredentials'], 256);
  5909.         $instance->addListener('security.authentication.success', [=> function () {
  5910.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  5911.         }, => 'postCheckCredentials'], 256);
  5912.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5913.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  5914.         }, => 'checkPassport'], 1024);
  5915.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5916.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  5917.         }, => 'checkPassport'], 0);
  5918.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5919.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  5920.         }, => 'onLoginSuccess'], 0);
  5921.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5922.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  5923.         }, => 'checkPassport'], 512);
  5924.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5925.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5926.         }, => 'onLogout'], 0);
  5927.         return $instance;
  5928.     }
  5929.     /**
  5930.      * Gets the private 'security.firewall.map' shared service.
  5931.      *
  5932.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5933.      */
  5934.     protected function getSecurity_Firewall_MapService()
  5935.     {
  5936.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  5937.         if (isset($this->privates['security.firewall.map'])) {
  5938.             return $this->privates['security.firewall.map'];
  5939.         }
  5940.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5941.             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)/')));
  5942.             yield 'security.firewall.map.context.main' => NULL;
  5943.         }, 2));
  5944.     }
  5945.     /**
  5946.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5947.      *
  5948.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5949.      */
  5950.     protected function getSecurity_Firewall_Map_Context_DevService()
  5951.     {
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5954.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5955.             return new \EmptyIterator();
  5956.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5957.     }
  5958.     /**
  5959.      * Gets the private 'security.firewall.map.context.main' shared service.
  5960.      *
  5961.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5962.      */
  5963.     protected function getSecurity_Firewall_Map_Context_MainService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5971.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5972.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5973.         $c = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  5974.         if (isset($this->privates['security.firewall.map.context.main'])) {
  5975.             return $this->privates['security.firewall.map.context.main'];
  5976.         }
  5977.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5978.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5979.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5980.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  5981.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5982.         }, 4), 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'$cNULLNULL, ($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' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''security.authenticator.form_login.main'NULLNULL, [=> 'form_login'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5983.     }
  5984.     /**
  5985.      * Gets the private 'security.http_utils' shared service.
  5986.      *
  5987.      * @return \Symfony\Component\Security\Http\HttpUtils
  5988.      */
  5989.     protected function getSecurity_HttpUtilsService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5992.         $a = ($this->services['router'] ?? $this->getRouterService());
  5993.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5994.     }
  5995.     /**
  5996.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  5997.      *
  5998.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  5999.      */
  6000.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  6001.     {
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  6003.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'security.listener.csrf_protection' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  6009.      */
  6010.     protected function getSecurity_Listener_CsrfProtectionService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  6013.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6014.     }
  6015.     /**
  6016.      * Gets the private 'security.listener.main.user_provider' shared service.
  6017.      *
  6018.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  6019.      */
  6020.     protected function getSecurity_Listener_Main_UserProviderService()
  6021.     {
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  6023.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  6024.     }
  6025.     /**
  6026.      * Gets the private 'security.listener.password_migrating' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  6029.      */
  6030.     protected function getSecurity_Listener_PasswordMigratingService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  6033.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6034.     }
  6035.     /**
  6036.      * Gets the private 'security.listener.session.main' shared service.
  6037.      *
  6038.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  6039.      */
  6040.     protected function getSecurity_Listener_Session_MainService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6045.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  6046.     }
  6047.     /**
  6048.      * Gets the private 'security.listener.user_checker.main' shared service.
  6049.      *
  6050.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  6051.      */
  6052.     protected function getSecurity_Listener_UserChecker_MainService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6057.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \Symfony\Component\Security\Core\User\InMemoryUserChecker());
  6058.     }
  6059.     /**
  6060.      * Gets the private 'security.listener.user_provider' shared service.
  6061.      *
  6062.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  6063.      */
  6064.     protected function getSecurity_Listener_UserProviderService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  6067.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  6068.     }
  6069.     /**
  6070.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6073.      */
  6074.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6077.         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()));
  6078.     }
  6079.     /**
  6080.      * Gets the private 'security.logout.listener.default.main' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6083.      */
  6084.     protected function getSecurity_Logout_Listener_Default_MainService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6087.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6088.     }
  6089.     /**
  6090.      * Gets the private 'security.logout_url_generator' shared service.
  6091.      *
  6092.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6093.      */
  6094.     protected function getSecurity_LogoutUrlGeneratorService()
  6095.     {
  6096.         $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()));
  6097.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  6098.         return $instance;
  6099.     }
  6100.     /**
  6101.      * Gets the private 'security.password_hasher_factory' shared service.
  6102.      *
  6103.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6104.      */
  6105.     protected function getSecurity_PasswordHasherFactoryService()
  6106.     {
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6109.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6110.     }
  6111.     /**
  6112.      * Gets the private 'security.role_hierarchy' shared service.
  6113.      *
  6114.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6115.      */
  6116.     protected function getSecurity_RoleHierarchyService()
  6117.     {
  6118.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6119.     }
  6120.     /**
  6121.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6122.      *
  6123.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6124.      */
  6125.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6126.     {
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6130.         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);
  6131.     }
  6132.     /**
  6133.      * Gets the private 'security.validator.user_password' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6136.      */
  6137.     protected function getSecurity_Validator_UserPasswordService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6142.         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()));
  6143.     }
  6144.     /**
  6145.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6146.      *
  6147.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6148.      */
  6149.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6150.     {
  6151.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6152.     }
  6153.     /**
  6154.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6155.      *
  6156.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6157.      */
  6158.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6159.     {
  6160.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6161.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6162.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6163.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6164.     }
  6165.     /**
  6166.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6167.      *
  6168.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6169.      */
  6170.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6171.     {
  6172.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6173.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6174.             return $this->privates['sensio_framework_extra.security.listener'];
  6175.         }
  6176.         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()));
  6177.     }
  6178.     /**
  6179.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6180.      *
  6181.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6182.      */
  6183.     protected function getSensioFrameworkExtra_View_ListenerService()
  6184.     {
  6185.         $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))));
  6186.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6187.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6188.         ], [
  6189.             'twig' => '?',
  6190.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6191.         return $instance;
  6192.     }
  6193.     /**
  6194.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6195.      *
  6196.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6197.      */
  6198.     protected function getSerializer_Mapping_CacheWarmerService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6205.         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'));
  6206.     }
  6207.     /**
  6208.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6209.      *
  6210.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6211.      */
  6212.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6220.         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()))]));
  6221.     }
  6222.     /**
  6223.      * Gets the private 'session.factory' shared service.
  6224.      *
  6225.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6226.      */
  6227.     protected function getSession_FactoryService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6231.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6232.         if (isset($this->privates['session.factory'])) {
  6233.             return $this->privates['session.factory'];
  6234.         }
  6235.         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']);
  6236.     }
  6237.     /**
  6238.      * Gets the private 'session.storage.factory.service' shared service.
  6239.      *
  6240.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6241.      *
  6242.      * @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.
  6243.      */
  6244.     protected function getSession_Storage_Factory_ServiceService()
  6245.     {
  6246.         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.');
  6247.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6248.     }
  6249.     /**
  6250.      * Gets the private 'session.storage.metadata_bag' shared service.
  6251.      *
  6252.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6253.      *
  6254.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6255.      */
  6256.     protected function getSession_Storage_MetadataBagService()
  6257.     {
  6258.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6259.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6260.     }
  6261.     /**
  6262.      * Gets the private 'session.storage.native' shared service.
  6263.      *
  6264.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6265.      *
  6266.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6267.      */
  6268.     protected function getSession_Storage_NativeService()
  6269.     {
  6270.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6271.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  6272.     }
  6273.     /**
  6274.      * Gets the private 'session_listener' shared service.
  6275.      *
  6276.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6277.      */
  6278.     protected function getSessionListenerService()
  6279.     {
  6280.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6281.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6282.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6283.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6284.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6285.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6286.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6287.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6288.         ], [
  6289.             'initialized_session' => '?',
  6290.             'logger' => '?',
  6291.             'request_stack' => '?',
  6292.             'session' => '?',
  6293.             'session_collector' => '?',
  6294.             'session_factory' => '?',
  6295.             'session_storage' => '?',
  6296.         ]), true$this->parameters['session.storage.options']);
  6297.     }
  6298.     /**
  6299.      * Gets the private 'translation.extractor' shared service.
  6300.      *
  6301.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6302.      */
  6303.     protected function getTranslation_ExtractorService()
  6304.     {
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6310.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6311.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6312.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6313.         return $instance;
  6314.     }
  6315.     /**
  6316.      * Gets the private 'translation.loader.csv' shared service.
  6317.      *
  6318.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6319.      */
  6320.     protected function getTranslation_Loader_CsvService()
  6321.     {
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6326.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6327.     }
  6328.     /**
  6329.      * Gets the private 'translation.loader.dat' shared service.
  6330.      *
  6331.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6332.      */
  6333.     protected function getTranslation_Loader_DatService()
  6334.     {
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6338.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6339.     }
  6340.     /**
  6341.      * Gets the private 'translation.loader.ini' shared service.
  6342.      *
  6343.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6344.      */
  6345.     protected function getTranslation_Loader_IniService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6351.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6352.     }
  6353.     /**
  6354.      * Gets the private 'translation.loader.json' shared service.
  6355.      *
  6356.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6357.      */
  6358.     protected function getTranslation_Loader_JsonService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6364.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6365.     }
  6366.     /**
  6367.      * Gets the private 'translation.loader.mo' shared service.
  6368.      *
  6369.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6370.      */
  6371.     protected function getTranslation_Loader_MoService()
  6372.     {
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6377.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6378.     }
  6379.     /**
  6380.      * Gets the private 'translation.loader.php' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6383.      */
  6384.     protected function getTranslation_Loader_PhpService()
  6385.     {
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6390.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6391.     }
  6392.     /**
  6393.      * Gets the private 'translation.loader.po' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6396.      */
  6397.     protected function getTranslation_Loader_PoService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6403.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6404.     }
  6405.     /**
  6406.      * Gets the private 'translation.loader.qt' shared service.
  6407.      *
  6408.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6409.      */
  6410.     protected function getTranslation_Loader_QtService()
  6411.     {
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6414.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6415.     }
  6416.     /**
  6417.      * Gets the private 'translation.loader.res' shared service.
  6418.      *
  6419.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6420.      */
  6421.     protected function getTranslation_Loader_ResService()
  6422.     {
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6425.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6426.     }
  6427.     /**
  6428.      * Gets the private 'translation.loader.xliff' shared service.
  6429.      *
  6430.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6431.      */
  6432.     protected function getTranslation_Loader_XliffService()
  6433.     {
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6436.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6437.     }
  6438.     /**
  6439.      * Gets the private 'translation.loader.yml' shared service.
  6440.      *
  6441.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6442.      */
  6443.     protected function getTranslation_Loader_YmlService()
  6444.     {
  6445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6449.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6450.     }
  6451.     /**
  6452.      * Gets the private 'translation.provider_collection' shared service.
  6453.      *
  6454.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6455.      */
  6456.     protected function getTranslation_ProviderCollectionService()
  6457.     {
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6460.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6461.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6462.         }, 1), []))->fromConfig([]);
  6463.     }
  6464.     /**
  6465.      * Gets the private 'translation.reader' shared service.
  6466.      *
  6467.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6468.      */
  6469.     protected function getTranslation_ReaderService()
  6470.     {
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6487.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6488.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6489.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6490.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6491.         $instance->addLoader('yaml'$a);
  6492.         $instance->addLoader('yml'$a);
  6493.         $instance->addLoader('xlf'$b);
  6494.         $instance->addLoader('xliff'$b);
  6495.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6496.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6497.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6498.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6499.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6500.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6501.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6502.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the private 'translation.warmer' shared service.
  6507.      *
  6508.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6509.      */
  6510.     protected function getTranslation_WarmerService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6514.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6515.             'translator' => ['services''translator''getTranslatorService'false],
  6516.         ], [
  6517.             'translator' => '?',
  6518.         ]))->withContext('translation.warmer'$this));
  6519.     }
  6520.     /**
  6521.      * Gets the private 'translation.writer' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6524.      */
  6525.     protected function getTranslation_WriterService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6541.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6542.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6543.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6544.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6545.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6546.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6547.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6548.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6549.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6550.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6551.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6552.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6553.         return $instance;
  6554.     }
  6555.     /**
  6556.      * Gets the private 'translator.default' shared service.
  6557.      *
  6558.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6559.      */
  6560.     protected function getTranslator_DefaultService()
  6561.     {
  6562.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6563.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6564.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6565.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6566.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6567.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6568.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6569.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6570.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6571.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6572.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6573.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6574.         ], [
  6575.             'translation.loader.csv' => '?',
  6576.             'translation.loader.dat' => '?',
  6577.             'translation.loader.ini' => '?',
  6578.             'translation.loader.json' => '?',
  6579.             'translation.loader.mo' => '?',
  6580.             'translation.loader.php' => '?',
  6581.             'translation.loader.po' => '?',
  6582.             'translation.loader.qt' => '?',
  6583.             'translation.loader.res' => '?',
  6584.             'translation.loader.xliff' => '?',
  6585.             'translation.loader.yml' => '?',
  6586.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 15 => (\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/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/maker-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/monolog-bundle/translations'12 => 'vendor/twig/extra-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations']]], []);
  6587.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6588.         $instance->setFallbackLocales([=> 'en']);
  6589.         return $instance;
  6590.     }
  6591.     /**
  6592.      * Gets the private 'twig.command.debug' shared service.
  6593.      *
  6594.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6595.      */
  6596.     protected function getTwig_Command_DebugService()
  6597.     {
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6600.         $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()));
  6601.         $instance->setName('debug:twig');
  6602.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6603.         return $instance;
  6604.     }
  6605.     /**
  6606.      * Gets the private 'twig.command.lint' shared service.
  6607.      *
  6608.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6609.      */
  6610.     protected function getTwig_Command_LintService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6615.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6616.         $instance->setName('lint:twig');
  6617.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6618.         return $instance;
  6619.     }
  6620.     /**
  6621.      * Gets the private 'twig.form.engine' shared service.
  6622.      *
  6623.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6624.      */
  6625.     protected function getTwig_Form_EngineService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6630.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6631.         if (isset($this->privates['twig.form.engine'])) {
  6632.             return $this->privates['twig.form.engine'];
  6633.         }
  6634.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6635.     }
  6636.     /**
  6637.      * Gets the private 'twig.form.renderer' shared service.
  6638.      *
  6639.      * @return \Symfony\Component\Form\FormRenderer
  6640.      */
  6641.     protected function getTwig_Form_RendererService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6645.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6646.         if (isset($this->privates['twig.form.renderer'])) {
  6647.             return $this->privates['twig.form.renderer'];
  6648.         }
  6649.         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()));
  6650.     }
  6651.     /**
  6652.      * Gets the private 'twig.mailer.message_listener' shared service.
  6653.      *
  6654.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6655.      */
  6656.     protected function getTwig_Mailer_MessageListenerService()
  6657.     {
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6661.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6662.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6663.             return $this->privates['twig.mailer.message_listener'];
  6664.         }
  6665.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6666.     }
  6667.     /**
  6668.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6669.      *
  6670.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6671.      */
  6672.     protected function getTwig_Runtime_HttpkernelService()
  6673.     {
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6680.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6681.         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, [
  6682.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6683.         ], [
  6684.             'inline' => '?',
  6685.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6686.     }
  6687.     /**
  6688.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6689.      *
  6690.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6691.      */
  6692.     protected function getTwig_Runtime_SecurityCsrfService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6695.         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()));
  6696.     }
  6697.     /**
  6698.      * Gets the private 'twig.runtime.serializer' shared service.
  6699.      *
  6700.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6701.      */
  6702.     protected function getTwig_Runtime_SerializerService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6706.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6707.     }
  6708.     /**
  6709.      * Gets the private 'twig.template_cache_warmer' shared service.
  6710.      *
  6711.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6712.      */
  6713.     protected function getTwig_TemplateCacheWarmerService()
  6714.     {
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6718.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6719.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6720.         ], [
  6721.             'twig' => '?',
  6722.         ]))->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')));
  6723.     }
  6724.     /**
  6725.      * Gets the private 'validator.builder' shared service.
  6726.      *
  6727.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6728.      */
  6729.     protected function getValidator_BuilderService()
  6730.     {
  6731.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6732.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6733.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6734.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6735.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6736.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6737.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6738.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6739.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6740.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6741.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6742.         ], [
  6743.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6744.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6745.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6746.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6747.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6748.             'doctrine.orm.validator.unique' => '?',
  6749.             'security.validator.user_password' => '?',
  6750.             'validator.expression' => '?',
  6751.         ])));
  6752.         if ($this->has('translator')) {
  6753.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6754.         }
  6755.         $instance->setTranslationDomain('validators');
  6756.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6757.         $instance->enableAnnotationMapping(true);
  6758.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6759.         $instance->addMethodMapping('loadValidatorMetadata');
  6760.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6761.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6762.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6763.         return $instance;
  6764.     }
  6765.     /**
  6766.      * Gets the private 'validator.email' shared service.
  6767.      *
  6768.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6769.      */
  6770.     protected function getValidator_EmailService()
  6771.     {
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6775.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6776.     }
  6777.     /**
  6778.      * Gets the private 'validator.expression' shared service.
  6779.      *
  6780.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6781.      */
  6782.     protected function getValidator_ExpressionService()
  6783.     {
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6787.         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())));
  6788.     }
  6789.     /**
  6790.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6791.      *
  6792.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6793.      */
  6794.     protected function getValidator_Mapping_CacheWarmerService()
  6795.     {
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6799.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6800.     }
  6801.     /**
  6802.      * Gets the private 'validator.not_compromised_password' shared service.
  6803.      *
  6804.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6805.      */
  6806.     protected function getValidator_NotCompromisedPasswordService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6811.         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);
  6812.     }
  6813.     /**
  6814.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6815.      *
  6816.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6817.      */
  6818.     protected function getVarDumper_Command_ServerDumpService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6826.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6827.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6828.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6829.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6830.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6831.         $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()))]);
  6832.         $instance->setName('server:dump');
  6833.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6834.         return $instance;
  6835.     }
  6836.     /**
  6837.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6838.      *
  6839.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6840.      */
  6841.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6842.     {
  6843.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6844.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6845.         return $instance;
  6846.     }
  6847.     /**
  6848.      * Gets the private 'var_dumper.html_dumper' shared service.
  6849.      *
  6850.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6851.      */
  6852.     protected function getVarDumper_HtmlDumperService()
  6853.     {
  6854.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6855.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6856.         return $instance;
  6857.     }
  6858.     /**
  6859.      * Gets the private 'var_dumper.server_connection' shared service.
  6860.      *
  6861.      * @return \Symfony\Component\VarDumper\Server\Connection
  6862.      */
  6863.     protected function getVarDumper_ServerConnectionService()
  6864.     {
  6865.         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()]);
  6866.     }
  6867.     /**
  6868.      * Gets the private 'web_profiler.csp.handler' shared service.
  6869.      *
  6870.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6871.      */
  6872.     protected function getWebProfiler_Csp_HandlerService()
  6873.     {
  6874.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6875.     }
  6876.     /**
  6877.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6878.      *
  6879.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6880.      */
  6881.     protected function getWebProfiler_DebugToolbarService()
  6882.     {
  6883.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6884.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6885.             return $this->privates['web_profiler.debug_toolbar'];
  6886.         }
  6887.         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()));
  6888.     }
  6889.     /**
  6890.      * Gets the public 'cache_clearer' alias.
  6891.      *
  6892.      * @return object The ".container.private.cache_clearer" service.
  6893.      */
  6894.     protected function getCacheClearerService()
  6895.     {
  6896.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6897.         return $this->get('.container.private.cache_clearer');
  6898.     }
  6899.     /**
  6900.      * Gets the public 'filesystem' alias.
  6901.      *
  6902.      * @return object The ".container.private.filesystem" service.
  6903.      */
  6904.     protected function getFilesystemService()
  6905.     {
  6906.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6907.         return $this->get('.container.private.filesystem');
  6908.     }
  6909.     /**
  6910.      * Gets the public 'serializer' alias.
  6911.      *
  6912.      * @return object The ".container.private.serializer" service.
  6913.      */
  6914.     protected function getSerializerService()
  6915.     {
  6916.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6917.         return $this->get('.container.private.serializer');
  6918.     }
  6919.     /**
  6920.      * Gets the public 'security.csrf.token_manager' alias.
  6921.      *
  6922.      * @return object The ".container.private.security.csrf.token_manager" service.
  6923.      */
  6924.     protected function getSecurity_Csrf_TokenManagerService()
  6925.     {
  6926.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6927.         return $this->get('.container.private.security.csrf.token_manager');
  6928.     }
  6929.     /**
  6930.      * Gets the public 'form.factory' alias.
  6931.      *
  6932.      * @return object The ".container.private.form.factory" service.
  6933.      */
  6934.     protected function getForm_FactoryService()
  6935.     {
  6936.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6937.         return $this->get('.container.private.form.factory');
  6938.     }
  6939.     /**
  6940.      * Gets the public 'form.type.file' alias.
  6941.      *
  6942.      * @return object The ".container.private.form.type.file" service.
  6943.      */
  6944.     protected function getForm_Type_FileService()
  6945.     {
  6946.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6947.         return $this->get('.container.private.form.type.file');
  6948.     }
  6949.     /**
  6950.      * Gets the public 'profiler' alias.
  6951.      *
  6952.      * @return object The ".container.private.profiler" service.
  6953.      */
  6954.     protected function getProfilerService()
  6955.     {
  6956.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6957.         return $this->get('.container.private.profiler');
  6958.     }
  6959.     /**
  6960.      * Gets the public 'twig' alias.
  6961.      *
  6962.      * @return object The ".container.private.twig" service.
  6963.      */
  6964.     protected function getTwigService()
  6965.     {
  6966.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6967.         return $this->get('.container.private.twig');
  6968.     }
  6969.     /**
  6970.      * Gets the public 'security.authorization_checker' alias.
  6971.      *
  6972.      * @return object The ".container.private.security.authorization_checker" service.
  6973.      */
  6974.     protected function getSecurity_AuthorizationCheckerService()
  6975.     {
  6976.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6977.         return $this->get('.container.private.security.authorization_checker');
  6978.     }
  6979.     /**
  6980.      * Gets the public 'security.token_storage' alias.
  6981.      *
  6982.      * @return object The ".container.private.security.token_storage" service.
  6983.      */
  6984.     protected function getSecurity_TokenStorageService()
  6985.     {
  6986.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6987.         return $this->get('.container.private.security.token_storage');
  6988.     }
  6989.     /**
  6990.      * Gets the public 'security.password_encoder' alias.
  6991.      *
  6992.      * @return object The ".container.private.security.password_encoder" service.
  6993.      */
  6994.     protected function getSecurity_PasswordEncoderService()
  6995.     {
  6996.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6997.         return $this->get('.container.private.security.password_encoder');
  6998.     }
  6999.     /**
  7000.      * Gets the public 'session' alias.
  7001.      *
  7002.      * @return object The ".container.private.session" service.
  7003.      */
  7004.     protected function getSessionService()
  7005.     {
  7006.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7007.         return $this->get('.container.private.session');
  7008.     }
  7009.     /**
  7010.      * Gets the public 'validator' alias.
  7011.      *
  7012.      * @return object The ".container.private.validator" service.
  7013.      */
  7014.     protected function getValidatorService()
  7015.     {
  7016.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7017.         return $this->get('.container.private.validator');
  7018.     }
  7019.     /**
  7020.      * @return array|bool|float|int|string|\UnitEnum|null
  7021.      */
  7022.     public function getParameter(string $name)
  7023.     {
  7024.         if (isset($this->buildParameters[$name])) {
  7025.             return $this->buildParameters[$name];
  7026.         }
  7027.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7028.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7029.         }
  7030.         if (isset($this->loadedDynamicParameters[$name])) {
  7031.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7032.         }
  7033.         return $this->parameters[$name];
  7034.     }
  7035.     public function hasParameter(string $name): bool
  7036.     {
  7037.         if (isset($this->buildParameters[$name])) {
  7038.             return true;
  7039.         }
  7040.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7041.     }
  7042.     public function setParameter(string $name$value): void
  7043.     {
  7044.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7045.     }
  7046.     public function getParameterBag(): ParameterBagInterface
  7047.     {
  7048.         if (null === $this->parameterBag) {
  7049.             $parameters $this->parameters;
  7050.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7051.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7052.             }
  7053.             foreach ($this->buildParameters as $name => $value) {
  7054.                 $parameters[$name] = $value;
  7055.             }
  7056.             $this->parameterBag = new FrozenParameterBag($parameters);
  7057.         }
  7058.         return $this->parameterBag;
  7059.     }
  7060.     private $loadedDynamicParameters = [
  7061.         'kernel.runtime_environment' => false,
  7062.         'kernel.build_dir' => false,
  7063.         'kernel.cache_dir' => false,
  7064.         'kernel.secret' => false,
  7065.         'debug.container.dump' => false,
  7066.         'serializer.mapping.cache.file' => false,
  7067.         'session.save_path' => false,
  7068.         'validator.mapping.cache.file' => false,
  7069.         'profiler.storage.dsn' => false,
  7070.         'doctrine.orm.proxy_dir' => false,
  7071.     ];
  7072.     private $dynamicParameters = [];
  7073.     private function getDynamicParameter(string $name)
  7074.     {
  7075.         switch ($name) {
  7076.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7077.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7078.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7079.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7080.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7081.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7082.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7083.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7084.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7085.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7086.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7087.         }
  7088.         $this->loadedDynamicParameters[$name] = true;
  7089.         return $this->dynamicParameters[$name] = $value;
  7090.     }
  7091.     protected function getDefaultParameters(): array
  7092.     {
  7093.         return [
  7094.             'kernel.project_dir' => \dirname(__DIR__4),
  7095.             'kernel.environment' => 'dev',
  7096.             'kernel.debug' => true,
  7097.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7098.             'kernel.bundles' => [
  7099.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7100.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7101.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7102.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7103.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7104.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7105.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7106.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7107.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7108.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7109.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7110.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7111.             ],
  7112.             'kernel.bundles_metadata' => [
  7113.                 'FrameworkBundle' => [
  7114.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7115.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7116.                 ],
  7117.                 'DoctrineBundle' => [
  7118.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7119.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7120.                 ],
  7121.                 'DoctrineMigrationsBundle' => [
  7122.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7123.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7124.                 ],
  7125.                 'MakerBundle' => [
  7126.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7127.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7128.                 ],
  7129.                 'TwigBundle' => [
  7130.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7131.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7132.                 ],
  7133.                 'SecurityBundle' => [
  7134.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7135.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7136.                 ],
  7137.                 'DebugBundle' => [
  7138.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7139.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7140.                 ],
  7141.                 'MonologBundle' => [
  7142.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7143.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7144.                 ],
  7145.                 'TwigExtraBundle' => [
  7146.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7147.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7148.                 ],
  7149.                 'WebProfilerBundle' => [
  7150.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7151.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7152.                 ],
  7153.                 'DoctrineFixturesBundle' => [
  7154.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7155.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7156.                 ],
  7157.                 'SensioFrameworkExtraBundle' => [
  7158.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7159.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7160.                 ],
  7161.             ],
  7162.             'kernel.charset' => 'UTF-8',
  7163.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7164.             'container.dumper.inline_class_loader' => true,
  7165.             'container.dumper.inline_factories' => true,
  7166.             'event_dispatcher.event_aliases' => [
  7167.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7168.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7169.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7170.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7171.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7172.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7173.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7174.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7175.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7176.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7177.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7178.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7179.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7180.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7181.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7182.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7183.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7184.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7185.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7186.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7187.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7188.             ],
  7189.             'fragment.renderer.hinclude.global_template' => NULL,
  7190.             'fragment.path' => '/_fragment',
  7191.             'kernel.http_method_override' => true,
  7192.             'kernel.trusted_hosts' => [
  7193.             ],
  7194.             'kernel.default_locale' => 'en',
  7195.             'kernel.enabled_locales' => [
  7196.             ],
  7197.             'kernel.error_controller' => 'error_controller',
  7198.             'debug.file_link_format' => NULL,
  7199.             'asset.request_context.base_path' => NULL,
  7200.             'asset.request_context.secure' => NULL,
  7201.             'translator.logging' => false,
  7202.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7203.             'debug.error_handler.throw_at' => -1,
  7204.             'router.request_context.host' => 'localhost',
  7205.             'router.request_context.scheme' => 'http',
  7206.             'router.request_context.base_url' => '',
  7207.             'router.resource' => 'kernel::loadRoutes',
  7208.             'request_listener.http_port' => 80,
  7209.             'request_listener.https_port' => 443,
  7210.             'session.metadata.storage_key' => '_sf2_meta',
  7211.             'session.storage.options' => [
  7212.                 'cache_limiter' => '0',
  7213.                 'cookie_secure' => 'auto',
  7214.                 'cookie_httponly' => true,
  7215.                 'cookie_samesite' => 'lax',
  7216.                 'gc_probability' => 1,
  7217.             ],
  7218.             'session.metadata.update_threshold' => 0,
  7219.             'form.type_extension.csrf.enabled' => true,
  7220.             'form.type_extension.csrf.field_name' => '_token',
  7221.             'validator.translation_domain' => 'validators',
  7222.             'profiler_listener.only_exceptions' => false,
  7223.             'profiler_listener.only_main_requests' => false,
  7224.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7225.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7226.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7227.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7228.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7229.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7230.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7231.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7232.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7233.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7234.             'doctrine.entity_managers' => [
  7235.                 'default' => 'doctrine.orm.default_entity_manager',
  7236.             ],
  7237.             'doctrine.default_entity_manager' => 'default',
  7238.             'doctrine.dbal.connection_factory.types' => [
  7239.             ],
  7240.             'doctrine.connections' => [
  7241.                 'default' => 'doctrine.dbal.default_connection',
  7242.             ],
  7243.             'doctrine.default_connection' => 'default',
  7244.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7245.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7246.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7247.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7248.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7249.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7250.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7251.             'doctrine.orm.cache.memcache_port' => 11211,
  7252.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7253.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7254.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7255.             'doctrine.orm.cache.memcached_port' => 11211,
  7256.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7257.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7258.             'doctrine.orm.cache.redis_host' => 'localhost',
  7259.             'doctrine.orm.cache.redis_port' => 6379,
  7260.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7261.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7262.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7263.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7264.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7265.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7266.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7267.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7268.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7269.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7270.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7271.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7272.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7273.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7274.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7275.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7276.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7277.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7278.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7279.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7280.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7281.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7282.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7283.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7284.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7285.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7286.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7287.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7288.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7289.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7290.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7291.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7292.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  7293.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  7294.             'doctrine_migrations.name' => 'Application Migrations',
  7295.             'doctrine_migrations.migrations_paths' => [
  7296.             ],
  7297.             'doctrine_migrations.table_name' => 'migration_versions',
  7298.             'doctrine_migrations.column_name' => 'version',
  7299.             'doctrine_migrations.column_length' => 14,
  7300.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  7301.             'doctrine_migrations.all_or_nothing' => false,
  7302.             'doctrine_migrations.custom_template' => NULL,
  7303.             'doctrine_migrations.organize_migrations' => false,
  7304.             'twig.form.resources' => [
  7305.                 => 'form_div_layout.html.twig',
  7306.                 => 'bootstrap_3_layout.html.twig',
  7307.             ],
  7308.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7309.             'security.role_hierarchy.roles' => [
  7310.                 'ROLE_DEVELOPER' => [
  7311.                     => 'ROLE_USER_MANAGEMENT',
  7312.                 ],
  7313.             ],
  7314.             'security.access.denied_url' => NULL,
  7315.             'security.authentication.manager.erase_credentials' => true,
  7316.             'security.authentication.session_strategy.strategy' => 'migrate',
  7317.             'security.access.always_authenticate_before_granting' => false,
  7318.             'security.authentication.hide_user_not_found' => true,
  7319.             'security.firewalls' => [
  7320.                 => 'dev',
  7321.                 => 'main',
  7322.             ],
  7323.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7324.             'monolog.use_microseconds' => true,
  7325.             'monolog.swift_mailer.handlers' => [
  7326.             ],
  7327.             'monolog.handlers_to_channels' => [
  7328.                 'monolog.handler.console' => [
  7329.                     'type' => 'exclusive',
  7330.                     'elements' => [
  7331.                         => 'event',
  7332.                         => 'doctrine',
  7333.                         => 'console',
  7334.                     ],
  7335.                 ],
  7336.                 'monolog.handler.main' => [
  7337.                     'type' => 'exclusive',
  7338.                     'elements' => [
  7339.                         => 'event',
  7340.                     ],
  7341.                 ],
  7342.             ],
  7343.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7344.             'web_profiler.debug_toolbar.mode' => 2,
  7345.             'data_collector.templates' => [
  7346.                 'data_collector.request' => [
  7347.                     => 'request',
  7348.                     => '@WebProfiler/Collector/request.html.twig',
  7349.                 ],
  7350.                 'data_collector.time' => [
  7351.                     => 'time',
  7352.                     => '@WebProfiler/Collector/time.html.twig',
  7353.                 ],
  7354.                 'data_collector.memory' => [
  7355.                     => 'memory',
  7356.                     => '@WebProfiler/Collector/memory.html.twig',
  7357.                 ],
  7358.                 'data_collector.validator' => [
  7359.                     => 'validator',
  7360.                     => '@WebProfiler/Collector/validator.html.twig',
  7361.                 ],
  7362.                 'data_collector.ajax' => [
  7363.                     => 'ajax',
  7364.                     => '@WebProfiler/Collector/ajax.html.twig',
  7365.                 ],
  7366.                 'data_collector.form' => [
  7367.                     => 'form',
  7368.                     => '@WebProfiler/Collector/form.html.twig',
  7369.                 ],
  7370.                 'data_collector.exception' => [
  7371.                     => 'exception',
  7372.                     => '@WebProfiler/Collector/exception.html.twig',
  7373.                 ],
  7374.                 'data_collector.logger' => [
  7375.                     => 'logger',
  7376.                     => '@WebProfiler/Collector/logger.html.twig',
  7377.                 ],
  7378.                 'data_collector.events' => [
  7379.                     => 'events',
  7380.                     => '@WebProfiler/Collector/events.html.twig',
  7381.                 ],
  7382.                 'data_collector.router' => [
  7383.                     => 'router',
  7384.                     => '@WebProfiler/Collector/router.html.twig',
  7385.                 ],
  7386.                 'data_collector.cache' => [
  7387.                     => 'cache',
  7388.                     => '@WebProfiler/Collector/cache.html.twig',
  7389.                 ],
  7390.                 'data_collector.translation' => [
  7391.                     => 'translation',
  7392.                     => '@WebProfiler/Collector/translation.html.twig',
  7393.                 ],
  7394.                 'data_collector.security' => [
  7395.                     => 'security',
  7396.                     => '@Security/Collector/security.html.twig',
  7397.                 ],
  7398.                 'data_collector.twig' => [
  7399.                     => 'twig',
  7400.                     => '@WebProfiler/Collector/twig.html.twig',
  7401.                 ],
  7402.                 'data_collector.http_client' => [
  7403.                     => 'http_client',
  7404.                     => '@WebProfiler/Collector/http_client.html.twig',
  7405.                 ],
  7406.                 'data_collector.doctrine' => [
  7407.                     => 'db',
  7408.                     => '@Doctrine/Collector/db.html.twig',
  7409.                 ],
  7410.                 'data_collector.dump' => [
  7411.                     => 'dump',
  7412.                     => '@Debug/Profiler/dump.html.twig',
  7413.                 ],
  7414.                 'mailer.data_collector' => [
  7415.                     => 'mailer',
  7416.                     => '@WebProfiler/Collector/mailer.html.twig',
  7417.                 ],
  7418.                 'data_collector.config' => [
  7419.                     => 'config',
  7420.                     => '@WebProfiler/Collector/config.html.twig',
  7421.                 ],
  7422.             ],
  7423.             'console.command.ids' => [
  7424.             ],
  7425.         ];
  7426.     }
  7427.     protected function throw($message)
  7428.     {
  7429.         throw new RuntimeException($message);
  7430.     }
  7431. }