var/cache/dev/ContainerYztU59D/App_KernelDevDebugContainer.php line 7178

Open in your IDE?
  1. <?php
  2. namespace ContainerYztU59D;
  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\\ClientController' => 'getClientControllerService',
  47.             'App\\Controller\\DataDictionaryController' => 'getDataDictionaryControllerService',
  48.             'App\\Controller\\FeedController' => 'getFeedControllerService',
  49.             'App\\Controller\\FeedFileController' => 'getFeedFileControllerService',
  50.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  51.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  52.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  53.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  54.             'App\\Controller\\UserController' => 'getUserControllerService',
  55.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  56.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  58.             'cache.app' => 'getCache_AppService',
  59.             'cache.app_clearer' => 'getCache_AppClearerService',
  60.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  61.             'cache.system' => 'getCache_SystemService',
  62.             'cache.system_clearer' => 'getCache_SystemClearerService',
  63.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  64.             'cache_warmer' => 'getCacheWarmerService',
  65.             'console.command_loader' => 'getConsole_CommandLoaderService',
  66.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  67.             'data_collector.dump' => 'getDataCollector_DumpService',
  68.             'doctrine' => 'getDoctrineService',
  69.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  70.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  71.             'error_controller' => 'getErrorControllerService',
  72.             'event_dispatcher' => 'getEventDispatcherService',
  73.             'http_kernel' => 'getHttpKernelService',
  74.             'request_stack' => 'getRequestStackService',
  75.             'router' => 'getRouterService',
  76.             'routing.loader' => 'getRouting_LoaderService',
  77.             'services_resetter' => 'getServicesResetterService',
  78.             'translator' => 'getTranslatorService',
  79.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  80.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  81.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  82.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  83.             'cache_clearer' => 'getCacheClearerService',
  84.             'filesystem' => 'getFilesystemService',
  85.             'serializer' => 'getSerializerService',
  86.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  87.             'form.factory' => 'getForm_FactoryService',
  88.             'form.type.file' => 'getForm_Type_FileService',
  89.             'profiler' => 'getProfilerService',
  90.             'twig' => 'getTwigService',
  91.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  92.             'security.token_storage' => 'getSecurity_TokenStorageService',
  93.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  94.             'session' => 'getSessionService',
  95.             'validator' => 'getValidatorService',
  96.         ];
  97.         $this->aliases = [
  98.             'database_connection' => 'doctrine.dbal.default_connection',
  99.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  100.         ];
  101.         $this->privates['service_container'] = function () {
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  108.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  137.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  144.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  220.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  226.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  232.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  291.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  404.         };
  405.     }
  406.     public function compile(): void
  407.     {
  408.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  409.     }
  410.     public function isCompiled(): bool
  411.     {
  412.         return true;
  413.     }
  414.     public function getRemovedIds(): array
  415.     {
  416.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  417.     }
  418.     /**
  419.      * Gets the public '.container.private.cache_clearer' shared service.
  420.      *
  421.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  422.      */
  423.     protected function get_Container_Private_CacheClearerService()
  424.     {
  425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  427.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  428.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  429.         }, 1));
  430.     }
  431.     /**
  432.      * Gets the public '.container.private.filesystem' shared service.
  433.      *
  434.      * @return \Symfony\Component\Filesystem\Filesystem
  435.      */
  436.     protected function get_Container_Private_FilesystemService()
  437.     {
  438.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  439.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  440.     }
  441.     /**
  442.      * Gets the public '.container.private.form.factory' shared service.
  443.      *
  444.      * @return \Symfony\Component\Form\FormFactory
  445.      */
  446.     protected function get_Container_Private_Form_FactoryService()
  447.     {
  448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  450.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  451.     }
  452.     /**
  453.      * Gets the public '.container.private.form.type.file' shared service.
  454.      *
  455.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  456.      */
  457.     protected function get_Container_Private_Form_Type_FileService()
  458.     {
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  462.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  463.     }
  464.     /**
  465.      * Gets the public '.container.private.profiler' shared service.
  466.      *
  467.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  468.      */
  469.     protected function get_Container_Private_ProfilerService()
  470.     {
  471.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  472.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  473.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  474.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  475.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  476.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  477.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  478.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  479.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  480.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  481.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  482.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  483.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  484.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  485.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  486.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  487.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  488.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  489.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  490.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  491.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  492.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  493.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  494.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  495.         if ($this->has('kernel')) {
  496.             $g->setKernel($b);
  497.         }
  498.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  499.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  500.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  501.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  502.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  503.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  504.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  505.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  506.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  507.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  508.         $instance->add($d);
  509.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  510.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  511.         $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())));
  512.         $instance->add($e);
  513.         $instance->add($f);
  514.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  515.         $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()))));
  516.         $instance->add($g);
  517.         return $instance;
  518.     }
  519.     /**
  520.      * Gets the public '.container.private.security.authorization_checker' shared service.
  521.      *
  522.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  523.      */
  524.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  525.     {
  526.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  527.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  528.             return $this->services['.container.private.security.authorization_checker'];
  529.         }
  530.         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);
  531.     }
  532.     /**
  533.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  534.      *
  535.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  536.      */
  537.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  538.     {
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  543.         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())));
  544.     }
  545.     /**
  546.      * Gets the public '.container.private.security.password_encoder' shared service.
  547.      *
  548.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  549.      *
  550.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  551.      */
  552.     protected function get_Container_Private_Security_PasswordEncoderService()
  553.     {
  554.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  555.         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()));
  556.     }
  557.     /**
  558.      * Gets the public '.container.private.security.token_storage' shared service.
  559.      *
  560.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  561.      */
  562.     protected function get_Container_Private_Security_TokenStorageService()
  563.     {
  564.         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, [
  565.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  566.         ], [
  567.             'request_stack' => '?',
  568.         ]));
  569.     }
  570.     /**
  571.      * Gets the public '.container.private.serializer' shared service.
  572.      *
  573.      * @return \Symfony\Component\Serializer\Serializer
  574.      */
  575.     protected function get_Container_Private_SerializerService()
  576.     {
  577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  620.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  621.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  622.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  623.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  624.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  625.         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()]);
  626.     }
  627.     /**
  628.      * Gets the public '.container.private.session' shared service.
  629.      *
  630.      * @return \Symfony\Component\HttpFoundation\Session\Session
  631.      */
  632.     protected function get_Container_Private_SessionService()
  633.     {
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  636.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  637.         if (isset($this->services['.container.private.session'])) {
  638.             return $this->services['.container.private.session'];
  639.         }
  640.         return $this->services['.container.private.session'] = $a->createSession();
  641.     }
  642.     /**
  643.      * Gets the public '.container.private.twig' shared service.
  644.      *
  645.      * @return \Twig\Environment
  646.      */
  647.     protected function get_Container_Private_TwigService()
  648.     {
  649.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  650.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  651.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  652.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  653.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  654.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  658.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  659.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  660.         $a->addPath((\dirname(__DIR__4).'/templates'));
  661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  664.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  665.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  666.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  667.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  668.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  669.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  670.         $g = ($this->services['router'] ?? $this->getRouterService());
  671.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  672.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  673.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  674.         $j = new \Symfony\Bridge\Twig\AppVariable();
  675.         $j->setEnvironment('dev');
  676.         $j->setDebug(true);
  677.         if ($this->has('.container.private.security.token_storage')) {
  678.             $j->setTokenStorage($h);
  679.         }
  680.         if ($this->has('request_stack')) {
  681.             $j->setRequestStack($d);
  682.         }
  683.         $k = 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($g));
  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$g)));
  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()), $h)));
  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 \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  704.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  705.         $instance->addGlobal('app'$j);
  706.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  707.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  708.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  709.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  710.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  711.         ], [
  712.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  713.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  714.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  715.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  716.         ])));
  717.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  718.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  719.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  720.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  721.         return $instance;
  722.     }
  723.     /**
  724.      * Gets the public '.container.private.validator' shared service.
  725.      *
  726.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  727.      */
  728.     protected function get_Container_Private_ValidatorService()
  729.     {
  730.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  731.     }
  732.     /**
  733.      * Gets the public 'App\Controller\ClientController' shared autowired service.
  734.      *
  735.      * @return \App\Controller\ClientController
  736.      */
  737.     protected function getClientControllerService()
  738.     {
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  740.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  741.         include_once \dirname(__DIR__4).'/src/Controller/ClientController.php';
  742.         $this->services['App\\Controller\\ClientController'] = $instance = new \App\Controller\ClientController();
  743.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ClientController'$this));
  744.         return $instance;
  745.     }
  746.     /**
  747.      * Gets the public 'App\Controller\DataDictionaryController' shared autowired service.
  748.      *
  749.      * @return \App\Controller\DataDictionaryController
  750.      */
  751.     protected function getDataDictionaryControllerService()
  752.     {
  753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  754.         include_once \dirname(__DIR__4).'/src/Controller/DataDictionaryController.php';
  755.         $this->services['App\\Controller\\DataDictionaryController'] = $instance = new \App\Controller\DataDictionaryController();
  756.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DataDictionaryController'$this));
  757.         return $instance;
  758.     }
  759.     /**
  760.      * Gets the public 'App\Controller\FeedController' shared autowired service.
  761.      *
  762.      * @return \App\Controller\FeedController
  763.      */
  764.     protected function getFeedControllerService()
  765.     {
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  767.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  768.         include_once \dirname(__DIR__4).'/src/Controller/FeedController.php';
  769.         $this->services['App\\Controller\\FeedController'] = $instance = new \App\Controller\FeedController();
  770.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FeedController'$this));
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public 'App\Controller\FeedFileController' shared autowired service.
  775.      *
  776.      * @return \App\Controller\FeedFileController
  777.      */
  778.     protected function getFeedFileControllerService()
  779.     {
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  781.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  782.         include_once \dirname(__DIR__4).'/src/Controller/FeedFileController.php';
  783.         $this->services['App\\Controller\\FeedFileController'] = $instance = new \App\Controller\FeedFileController();
  784.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FeedFileController'$this));
  785.         return $instance;
  786.     }
  787.     /**
  788.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  789.      *
  790.      * @return \App\Controller\HomeController
  791.      */
  792.     protected function getHomeControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  795.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  796.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  797.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HomeController'$this));
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  802.      *
  803.      * @return \App\Controller\RegistrationController
  804.      */
  805.     protected function getRegistrationControllerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  808.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  809.         include_once \dirname(__DIR__4).'/src/Security/EmailVerifier.php';
  810.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  811.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  813.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  814.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  815.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController(new \App\Security\EmailVerifier(new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper(($this->services['router'] ?? $this->getRouterService()), (new \SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory($this->getEnv('APP_SECRET'), 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator($this->getEnv('APP_SECRET')), 3600), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  816.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RegistrationController'$this));
  817.         return $instance;
  818.     }
  819.     /**
  820.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  821.      *
  822.      * @return \App\Controller\ResetPasswordController
  823.      */
  824.     protected function getResetPasswordControllerService()
  825.     {
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  827.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  828.         include_once \dirname(__DIR__4).'/src/Controller/ResetPasswordController.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  831.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  832.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  833.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36003600));
  834.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ResetPasswordController'$this));
  835.         return $instance;
  836.     }
  837.     /**
  838.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  839.      *
  840.      * @return \App\Controller\SecurityController
  841.      */
  842.     protected function getSecurityControllerService()
  843.     {
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  845.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  846.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  847.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  848.         return $instance;
  849.     }
  850.     /**
  851.      * Gets the public 'App\Controller\UserController' shared autowired service.
  852.      *
  853.      * @return \App\Controller\UserController
  854.      */
  855.     protected function getUserControllerService()
  856.     {
  857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  858.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  859.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  860.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController'$this));
  861.         return $instance;
  862.     }
  863.     /**
  864.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  865.      *
  866.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  867.      */
  868.     protected function getProfilerControllerService()
  869.     {
  870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  871.         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()));
  872.     }
  873.     /**
  874.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  875.      *
  876.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  877.      */
  878.     protected function getRedirectControllerService()
  879.     {
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  881.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  882.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  883.     }
  884.     /**
  885.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  886.      *
  887.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  888.      */
  889.     protected function getTemplateControllerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  892.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  893.     }
  894.     /**
  895.      * Gets the public 'cache.app' shared service.
  896.      *
  897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  898.      */
  899.     protected function getCache_AppService()
  900.     {
  901.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ejyO7cBpMs'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  902.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  903.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  904.     }
  905.     /**
  906.      * Gets the public 'cache.app_clearer' shared service.
  907.      *
  908.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  909.      */
  910.     protected function getCache_AppClearerService()
  911.     {
  912.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  913.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  914.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  915.     }
  916.     /**
  917.      * Gets the public 'cache.global_clearer' shared service.
  918.      *
  919.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  920.      */
  921.     protected function getCache_GlobalClearerService()
  922.     {
  923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  925.         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())]);
  926.     }
  927.     /**
  928.      * Gets the public 'cache.system' shared service.
  929.      *
  930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  931.      */
  932.     protected function getCache_SystemService()
  933.     {
  934.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EHe2iMccDH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  935.     }
  936.     /**
  937.      * Gets the public 'cache.system_clearer' shared service.
  938.      *
  939.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  940.      */
  941.     protected function getCache_SystemClearerService()
  942.     {
  943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  945.         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())]);
  946.     }
  947.     /**
  948.      * Gets the public 'cache.validator_expression_language' shared service.
  949.      *
  950.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  951.      */
  952.     protected function getCache_ValidatorExpressionLanguageService()
  953.     {
  954.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('d-k-Murpv2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  955.     }
  956.     /**
  957.      * Gets the public 'cache_warmer' shared service.
  958.      *
  959.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  960.      */
  961.     protected function getCacheWarmerService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  965.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  966.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  967.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  968.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  969.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  970.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  971.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  972.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  973.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  974.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  975.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  976.     }
  977.     /**
  978.      * Gets the public 'console.command_loader' shared service.
  979.      *
  980.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  981.      */
  982.     protected function getConsole_CommandLoaderService()
  983.     {
  984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  986.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  987.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  988.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  989.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  990.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  991.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  992.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  993.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  994.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  995.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  996.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  997.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  998.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  999.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1000.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1001.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1002.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1003.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1004.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1005.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1006.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1007.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1008.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1009.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1010.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1011.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1012.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1013.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1014.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1015.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1016.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1017.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1018.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1019.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1020.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1021.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1022.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1023.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1024.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1025.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1026.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1027.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1028.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1029.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1030.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1031.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1032.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1033.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1034.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1035.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1036.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1037.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1038.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1039.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1040.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1041.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1042.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1043.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1044.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1045.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1046.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1047.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1048.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1049.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1050.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1051.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1052.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1053.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1054.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1055.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1056.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1057.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1058.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  1059.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1060.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1061.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1062.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1063.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1064.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1065.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1066.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1067.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1068.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1069.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1070.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1071.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1072.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1073.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1074.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1075.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1076.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1077.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1078.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1079.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1080.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1081.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1082.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1083.         ], [
  1084.             'console.command.about' => '?',
  1085.             'console.command.assets_install' => '?',
  1086.             'console.command.cache_clear' => '?',
  1087.             'console.command.cache_pool_clear' => '?',
  1088.             'console.command.cache_pool_prune' => '?',
  1089.             'console.command.cache_pool_delete' => '?',
  1090.             'console.command.cache_pool_list' => '?',
  1091.             'console.command.cache_warmup' => '?',
  1092.             'console.command.config_debug' => '?',
  1093.             'console.command.config_dump_reference' => '?',
  1094.             'console.command.container_debug' => '?',
  1095.             'console.command.container_lint' => '?',
  1096.             'console.command.debug_autowiring' => '?',
  1097.             'console.command.dotenv_debug' => '?',
  1098.             'console.command.event_dispatcher_debug' => '?',
  1099.             'console.command.router_debug' => '?',
  1100.             'console.command.router_match' => '?',
  1101.             'console.command.translation_debug' => '?',
  1102.             'console.command.translation_extract' => '?',
  1103.             'console.command.validator_debug' => '?',
  1104.             'console.command.translation_pull' => '?',
  1105.             'console.command.translation_push' => '?',
  1106.             'console.command.xliff_lint' => '?',
  1107.             'console.command.yaml_lint' => '?',
  1108.             'console.command.form_debug' => '?',
  1109.             'console.command.secrets_set' => '?',
  1110.             'console.command.secrets_remove' => '?',
  1111.             'console.command.secrets_generate_key' => '?',
  1112.             'console.command.secrets_list' => '?',
  1113.             'console.command.secrets_decrypt_to_local' => '?',
  1114.             'console.command.secrets_encrypt_from_local' => '?',
  1115.             'twig.command.debug' => '?',
  1116.             'twig.command.lint' => '?',
  1117.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1118.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1119.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1120.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1121.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1122.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1123.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1124.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1125.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1126.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1127.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1128.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1129.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1130.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1131.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1132.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1133.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1134.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1135.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1136.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1137.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1138.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1139.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1140.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1141.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1142.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1143.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1144.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1145.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1146.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1147.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1148.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1149.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1150.             'security.command.debug_firewall' => '?',
  1151.             'security.command.user_password_encoder' => '?',
  1152.             'security.command.user_password_hash' => '?',
  1153.             'var_dumper.command.server_dump' => '?',
  1154.             'monolog.command.server_log' => '?',
  1155.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1156.             'maker.auto_command.make_auth' => '?',
  1157.             'maker.auto_command.make_command' => '?',
  1158.             'maker.auto_command.make_twig_component' => '?',
  1159.             'maker.auto_command.make_controller' => '?',
  1160.             'maker.auto_command.make_crud' => '?',
  1161.             'maker.auto_command.make_docker_database' => '?',
  1162.             'maker.auto_command.make_entity' => '?',
  1163.             'maker.auto_command.make_fixtures' => '?',
  1164.             'maker.auto_command.make_form' => '?',
  1165.             'maker.auto_command.make_message' => '?',
  1166.             'maker.auto_command.make_messenger_middleware' => '?',
  1167.             'maker.auto_command.make_registration_form' => '?',
  1168.             'maker.auto_command.make_reset_password' => '?',
  1169.             'maker.auto_command.make_serializer_encoder' => '?',
  1170.             'maker.auto_command.make_serializer_normalizer' => '?',
  1171.             'maker.auto_command.make_subscriber' => '?',
  1172.             'maker.auto_command.make_twig_extension' => '?',
  1173.             'maker.auto_command.make_test' => '?',
  1174.             'maker.auto_command.make_validator' => '?',
  1175.             'maker.auto_command.make_voter' => '?',
  1176.             'maker.auto_command.make_user' => '?',
  1177.             'maker.auto_command.make_migration' => '?',
  1178.             'maker.auto_command.make_stimulus_controller' => '?',
  1179.             'maker.auto_command.make_security_form_login' => '?',
  1180.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''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:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''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''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1181.     }
  1182.     /**
  1183.      * Gets the public 'container.env_var_processors_locator' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1186.      */
  1187.     protected function getContainer_EnvVarProcessorsLocatorService()
  1188.     {
  1189.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1190.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1191.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1192.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1193.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1194.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1195.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1196.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1197.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1198.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1199.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1200.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1201.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1202.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1203.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1204.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1205.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1206.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1207.         ], [
  1208.             'base64' => '?',
  1209.             'bool' => '?',
  1210.             'const' => '?',
  1211.             'csv' => '?',
  1212.             'default' => '?',
  1213.             'file' => '?',
  1214.             'float' => '?',
  1215.             'int' => '?',
  1216.             'json' => '?',
  1217.             'key' => '?',
  1218.             'not' => '?',
  1219.             'query_string' => '?',
  1220.             'require' => '?',
  1221.             'resolve' => '?',
  1222.             'string' => '?',
  1223.             'trim' => '?',
  1224.             'url' => '?',
  1225.         ]);
  1226.     }
  1227.     /**
  1228.      * Gets the public 'data_collector.dump' shared service.
  1229.      *
  1230.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1231.      */
  1232.     protected function getDataCollector_DumpService()
  1233.     {
  1234.         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()));
  1235.     }
  1236.     /**
  1237.      * Gets the public 'doctrine' shared service.
  1238.      *
  1239.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1240.      */
  1241.     protected function getDoctrineService()
  1242.     {
  1243.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1244.     }
  1245.     /**
  1246.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1247.      *
  1248.      * @return \Doctrine\DBAL\Connection
  1249.      */
  1250.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1251.     {
  1252.         $a = new \Doctrine\DBAL\Configuration();
  1253.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1254.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1255.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1256.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1257.         $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()))]));
  1258.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1259.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1260.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1261.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1262.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1263.         ], [
  1264.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1265.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1266.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1267.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1268.         ]), [=> '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']]), ['enum' => 'string']);
  1269.     }
  1270.     /**
  1271.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1272.      *
  1273.      * @return \Doctrine\ORM\EntityManager
  1274.      */
  1275.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1276.     {
  1277.         $a = new \Doctrine\ORM\Configuration();
  1278.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1279.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1280.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1281.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1282.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1283.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1284.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1285.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1286.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1287.         ], [
  1288.             'doctrine.ulid_generator' => '?',
  1289.             'doctrine.uuid_generator' => '?',
  1290.         ])));
  1291.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1292.         $a->setProxyNamespace('Proxies');
  1293.         $a->setAutoGenerateProxyClasses(true);
  1294.         $a->setSchemaIgnoreClasses([]);
  1295.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1296.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1297.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1298.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1299.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1300.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1301.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  1302.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1303.         ], [
  1304.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1305.             'App\\Repository\\UserRepository' => '?',
  1306.         ])));
  1307.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1308.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1309.         return $instance;
  1310.     }
  1311.     /**
  1312.      * Gets the public 'error_controller' shared service.
  1313.      *
  1314.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1315.      */
  1316.     protected function getErrorControllerService()
  1317.     {
  1318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1323.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1324.         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)));
  1325.     }
  1326.     /**
  1327.      * Gets the public 'event_dispatcher' shared service.
  1328.      *
  1329.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1330.      */
  1331.     protected function getEventDispatcherService()
  1332.     {
  1333.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1334.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1335.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1336.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1337.         $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())));
  1338.         $instance->addListener('kernel.controller', [=> function () {
  1339.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1340.         }, => 'onKernelController'], 0);
  1341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1342.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1343.         }, => 'checkPassport'], 1024);
  1344.         $instance->addListener('kernel.response', [=> function () {
  1345.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1346.         }, => 'onKernelResponse'], 0);
  1347.         $instance->addListener('kernel.response', [=> function () {
  1348.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1349.         }, => 'onKernelResponse'], 0);
  1350.         $instance->addListener('kernel.response', [=> function () {
  1351.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1352.         }, => 'onKernelResponse'], -1024);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1355.         }, => 'setDefaultLocale'], 100);
  1356.         $instance->addListener('kernel.request', [=> function () {
  1357.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1358.         }, => 'onKernelRequest'], 16);
  1359.         $instance->addListener('kernel.finish_request', [=> function () {
  1360.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1361.         }, => 'onKernelFinishRequest'], 0);
  1362.         $instance->addListener('kernel.request', [=> function () {
  1363.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1364.         }, => 'onKernelRequest'], 256);
  1365.         $instance->addListener('kernel.response', [=> function () {
  1366.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1367.         }, => 'onResponse'], -255);
  1368.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1369.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1370.         }, => 'onControllerArguments'], 0);
  1371.         $instance->addListener('kernel.exception', [=> function () {
  1372.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1373.         }, => 'logKernelException'], 0);
  1374.         $instance->addListener('kernel.exception', [=> function () {
  1375.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1376.         }, => 'onKernelException'], -128);
  1377.         $instance->addListener('kernel.response', [=> function () {
  1378.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1379.         }, => 'removeCspHeader'], -128);
  1380.         $instance->addListener('kernel.request', [=> function () {
  1381.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1382.         }, => 'onKernelRequest'], 15);
  1383.         $instance->addListener('kernel.finish_request', [=> function () {
  1384.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1385.         }, => 'onKernelFinishRequest'], -15);
  1386.         $instance->addListener('console.error', [=> function () {
  1387.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1388.         }, => 'onConsoleError'], -128);
  1389.         $instance->addListener('console.terminate', [=> function () {
  1390.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1391.         }, => 'onConsoleTerminate'], -128);
  1392.         $instance->addListener('console.error', [=> function () {
  1393.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1394.         }, => 'onConsoleError'], 0);
  1395.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1396.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1397.         }, => 'onMessage'], -255);
  1398.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1399.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1400.         }, => 'onMessage'], -255);
  1401.         $instance->addListener('kernel.request', [=> function () {
  1402.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1403.         }, => 'configure'], 2048);
  1404.         $instance->addListener('console.command', [=> function () {
  1405.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1406.         }, => 'configure'], 2048);
  1407.         $instance->addListener('kernel.request', [=> function () {
  1408.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1409.         }, => 'onKernelRequest'], 32);
  1410.         $instance->addListener('kernel.finish_request', [=> function () {
  1411.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1412.         }, => 'onKernelFinishRequest'], 0);
  1413.         $instance->addListener('kernel.exception', [=> function () {
  1414.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1415.         }, => 'onKernelException'], -64);
  1416.         $instance->addListener('kernel.response', [=> function () {
  1417.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1418.         }, => 'onKernelResponse'], 0);
  1419.         $instance->addListener('kernel.request', [=> function () {
  1420.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1421.         }, => 'onKernelRequest'], 128);
  1422.         $instance->addListener('kernel.response', [=> function () {
  1423.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1424.         }, => 'onKernelResponse'], -1000);
  1425.         $instance->addListener('kernel.finish_request', [=> function () {
  1426.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1427.         }, => 'onFinishRequest'], 0);
  1428.         $instance->addListener('kernel.response', [=> function () {
  1429.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1430.         }, => 'onKernelResponse'], -100);
  1431.         $instance->addListener('kernel.exception', [=> function () {
  1432.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1433.         }, => 'onKernelException'], 0);
  1434.         $instance->addListener('kernel.terminate', [=> function () {
  1435.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1436.         }, => 'onKernelTerminate'], -1024);
  1437.         $instance->addListener('kernel.controller', [=> function () {
  1438.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1439.         }, => 'onKernelController'], 0);
  1440.         $instance->addListener('kernel.response', [=> function () {
  1441.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1442.         }, => 'onKernelResponse'], 0);
  1443.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1444.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1445.         }, => 'onMessage'], 0);
  1446.         $instance->addListener('kernel.response', [=> function () {
  1447.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1448.         }, => 'onKernelResponse'], 0);
  1449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1450.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1451.         }, => 'checkPassport'], 0);
  1452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1453.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1454.         }, => 'onLoginSuccess'], 0);
  1455.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1456.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1457.         }, => 'onVoterVote'], 0);
  1458.         $instance->addListener('kernel.request', [=> function () {
  1459.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1460.         }, => 'configureLogoutUrlGenerator'], 8);
  1461.         $instance->addListener('kernel.request', [=> function () {
  1462.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1463.         }, => 'onKernelRequest'], 8);
  1464.         $instance->addListener('kernel.finish_request', [=> function () {
  1465.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1466.         }, => 'onKernelFinishRequest'], 0);
  1467.         $instance->addListener('kernel.response', [=> function () {
  1468.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1469.         }, => 'onKernelResponse'], -128);
  1470.         $instance->addListener('console.command', [=> function () {
  1471.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1472.         }, => 'onCommand'], 255);
  1473.         $instance->addListener('console.terminate', [=> function () {
  1474.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1475.         }, => 'onTerminate'], -255);
  1476.         $instance->addListener('console.command', [=> function () {
  1477.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1478.         }, => 'configure'], 1024);
  1479.         $instance->addListener('console.error', [=> function () {
  1480.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1481.         }, => 'onConsoleError'], 0);
  1482.         $instance->addListener('console.terminate', [=> function () {
  1483.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1484.         }, => 'onConsoleTerminate'], 0);
  1485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1486.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1487.         }, => 'checkPassport'], 512);
  1488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1489.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1490.         }, => 'onLogout'], 0);
  1491.         return $instance;
  1492.     }
  1493.     /**
  1494.      * Gets the public 'http_kernel' shared service.
  1495.      *
  1496.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1497.      */
  1498.     protected function getHttpKernelService()
  1499.     {
  1500.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1501.         if (isset($this->services['http_kernel'])) {
  1502.             return $this->services['http_kernel'];
  1503.         }
  1504.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1505.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1506.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1507.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1508.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1509.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1510.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1511.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1512.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1513.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1514.         }, 8)), $b));
  1515.     }
  1516.     /**
  1517.      * Gets the public 'request_stack' shared service.
  1518.      *
  1519.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1520.      */
  1521.     protected function getRequestStackService()
  1522.     {
  1523.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1524.     }
  1525.     /**
  1526.      * Gets the public 'router' shared service.
  1527.      *
  1528.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1529.      */
  1530.     protected function getRouterService()
  1531.     {
  1532.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1533.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1534.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1535.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1537.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1538.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1539.         ], [
  1540.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1541.         ]))->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');
  1542.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1543.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1544.         return $instance;
  1545.     }
  1546.     /**
  1547.      * Gets the public 'routing.loader' shared service.
  1548.      *
  1549.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1550.      */
  1551.     protected function getRouting_LoaderService()
  1552.     {
  1553.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1572.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1573.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1577.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1578.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1579.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1580.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1581.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1582.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1583.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1584.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1585.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1586.             'kernel' => ['services''kernel''getKernelService'false],
  1587.         ], [
  1588.             'kernel' => 'App\\Kernel',
  1589.         ]), 'dev'));
  1590.         $a->addLoader($c);
  1591.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1592.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1593.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1594.     }
  1595.     /**
  1596.      * Gets the public 'services_resetter' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1599.      */
  1600.     protected function getServicesResetterService()
  1601.     {
  1602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1603.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1604.             if (isset($this->services['cache.app'])) {
  1605.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1606.             }
  1607.             if (isset($this->services['cache.system'])) {
  1608.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1609.             }
  1610.             if (isset($this->privates['cache.validator'])) {
  1611.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1612.             }
  1613.             if (isset($this->privates['cache.serializer'])) {
  1614.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1615.             }
  1616.             if (isset($this->privates['cache.annotations'])) {
  1617.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1618.             }
  1619.             if (isset($this->privates['cache.property_info'])) {
  1620.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1621.             }
  1622.             if (isset($this->privates['.debug.http_client'])) {
  1623.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1624.             }
  1625.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1626.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1627.             }
  1628.             if (isset($this->privates['debug.stopwatch'])) {
  1629.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1630.             }
  1631.             if (isset($this->services['event_dispatcher'])) {
  1632.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1633.             }
  1634.             if (isset($this->privates['session_listener'])) {
  1635.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1636.             }
  1637.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1638.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1639.             }
  1640.             if (isset($this->services['cache.validator_expression_language'])) {
  1641.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1642.             }
  1643.             if (isset($this->services['.container.private.profiler'])) {
  1644.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1645.             }
  1646.             if (isset($this->services['.container.private.validator'])) {
  1647.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1648.             }
  1649.             if (isset($this->privates['twig.form.engine'])) {
  1650.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1651.             }
  1652.             if (isset($this->services['doctrine'])) {
  1653.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1654.             }
  1655.             if (isset($this->privates['form.type.entity'])) {
  1656.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1657.             }
  1658.             if (isset($this->services['.container.private.security.token_storage'])) {
  1659.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1660.             }
  1661.             if (isset($this->privates['cache.security_expression_language'])) {
  1662.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1663.             }
  1664.             if (isset($this->privates['debug.security.firewall'])) {
  1665.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1666.             }
  1667.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  1668.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  1669.             }
  1670.             if (isset($this->privates['monolog.handler.main'])) {
  1671.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1672.             }
  1673.             if (isset($this->privates['monolog.handler.console'])) {
  1674.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1675.             }
  1676.             if (isset($this->privates['.debug.http_client'])) {
  1677.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1678.             }
  1679.         }, function () {
  1680.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1681.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'debug.security.firewall.authenticator.main' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1682.     }
  1683.     /**
  1684.      * Gets the public 'translator' shared service.
  1685.      *
  1686.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1687.      */
  1688.     protected function getTranslatorService()
  1689.     {
  1690.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1691.     }
  1692.     /**
  1693.      * Gets the public 'var_dumper.cloner' shared service.
  1694.      *
  1695.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1696.      */
  1697.     protected function getVarDumper_ClonerService()
  1698.     {
  1699.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1700.         $instance->setMaxItems(2500);
  1701.         $instance->setMinDepth(1);
  1702.         $instance->setMaxString(-1);
  1703.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1704.         return $instance;
  1705.     }
  1706.     /**
  1707.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1708.      *
  1709.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1710.      */
  1711.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1712.     {
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1714.         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()));
  1715.     }
  1716.     /**
  1717.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1718.      *
  1719.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1720.      */
  1721.     protected function getWebProfiler_Controller_ProfilerService()
  1722.     {
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1724.         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));
  1725.     }
  1726.     /**
  1727.      * Gets the public 'web_profiler.controller.router' shared service.
  1728.      *
  1729.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1730.      */
  1731.     protected function getWebProfiler_Controller_RouterService()
  1732.     {
  1733.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1734.         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 () {
  1735.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1736.         }, 1));
  1737.     }
  1738.     /**
  1739.      * Gets the private '.console.command.about.lazy' shared service.
  1740.      *
  1741.      * @return \Symfony\Component\Console\Command\LazyCommand
  1742.      */
  1743.     protected function get_Console_Command_About_LazyService()
  1744.     {
  1745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1747.         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 {
  1748.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1749.         });
  1750.     }
  1751.     /**
  1752.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\Console\Command\LazyCommand
  1755.      */
  1756.     protected function get_Console_Command_AssetsInstall_LazyService()
  1757.     {
  1758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1760.         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 {
  1761.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1762.         });
  1763.     }
  1764.     /**
  1765.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1766.      *
  1767.      * @return \Symfony\Component\Console\Command\LazyCommand
  1768.      */
  1769.     protected function get_Console_Command_CacheClear_LazyService()
  1770.     {
  1771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1773.         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 {
  1774.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1775.         });
  1776.     }
  1777.     /**
  1778.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1779.      *
  1780.      * @return \Symfony\Component\Console\Command\LazyCommand
  1781.      */
  1782.     protected function get_Console_Command_CachePoolClear_LazyService()
  1783.     {
  1784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1786.         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 {
  1787.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1788.         });
  1789.     }
  1790.     /**
  1791.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1792.      *
  1793.      * @return \Symfony\Component\Console\Command\LazyCommand
  1794.      */
  1795.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1796.     {
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1799.         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 {
  1800.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1801.         });
  1802.     }
  1803.     /**
  1804.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1805.      *
  1806.      * @return \Symfony\Component\Console\Command\LazyCommand
  1807.      */
  1808.     protected function get_Console_Command_CachePoolList_LazyService()
  1809.     {
  1810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1812.         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 {
  1813.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1814.         });
  1815.     }
  1816.     /**
  1817.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1818.      *
  1819.      * @return \Symfony\Component\Console\Command\LazyCommand
  1820.      */
  1821.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1822.     {
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1825.         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 {
  1826.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1827.         });
  1828.     }
  1829.     /**
  1830.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1831.      *
  1832.      * @return \Symfony\Component\Console\Command\LazyCommand
  1833.      */
  1834.     protected function get_Console_Command_CacheWarmup_LazyService()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1838.         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 {
  1839.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1840.         });
  1841.     }
  1842.     /**
  1843.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1844.      *
  1845.      * @return \Symfony\Component\Console\Command\LazyCommand
  1846.      */
  1847.     protected function get_Console_Command_ConfigDebug_LazyService()
  1848.     {
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1851.         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 {
  1852.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1853.         });
  1854.     }
  1855.     /**
  1856.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\Console\Command\LazyCommand
  1859.      */
  1860.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1864.         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 {
  1865.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1866.         });
  1867.     }
  1868.     /**
  1869.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1870.      *
  1871.      * @return \Symfony\Component\Console\Command\LazyCommand
  1872.      */
  1873.     protected function get_Console_Command_ContainerDebug_LazyService()
  1874.     {
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1877.         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 {
  1878.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1879.         });
  1880.     }
  1881.     /**
  1882.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1883.      *
  1884.      * @return \Symfony\Component\Console\Command\LazyCommand
  1885.      */
  1886.     protected function get_Console_Command_ContainerLint_LazyService()
  1887.     {
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1890.         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 {
  1891.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1892.         });
  1893.     }
  1894.     /**
  1895.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\Console\Command\LazyCommand
  1898.      */
  1899.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1900.     {
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1903.         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 {
  1904.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1905.         });
  1906.     }
  1907.     /**
  1908.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\Console\Command\LazyCommand
  1911.      */
  1912.     protected function get_Console_Command_DotenvDebug_LazyService()
  1913.     {
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1916.         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 {
  1917.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1918.         });
  1919.     }
  1920.     /**
  1921.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1922.      *
  1923.      * @return \Symfony\Component\Console\Command\LazyCommand
  1924.      */
  1925.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1926.     {
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1929.         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 {
  1930.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1931.         });
  1932.     }
  1933.     /**
  1934.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1935.      *
  1936.      * @return \Symfony\Component\Console\Command\LazyCommand
  1937.      */
  1938.     protected function get_Console_Command_FormDebug_LazyService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1942.         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 {
  1943.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1944.         });
  1945.     }
  1946.     /**
  1947.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1948.      *
  1949.      * @return \Symfony\Component\Console\Command\LazyCommand
  1950.      */
  1951.     protected function get_Console_Command_RouterDebug_LazyService()
  1952.     {
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1955.         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 {
  1956.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1957.         });
  1958.     }
  1959.     /**
  1960.      * Gets the private '.console.command.router_match.lazy' shared service.
  1961.      *
  1962.      * @return \Symfony\Component\Console\Command\LazyCommand
  1963.      */
  1964.     protected function get_Console_Command_RouterMatch_LazyService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1968.         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 {
  1969.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1970.         });
  1971.     }
  1972.     /**
  1973.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\Console\Command\LazyCommand
  1976.      */
  1977.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1981.         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 {
  1982.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1983.         });
  1984.     }
  1985.     /**
  1986.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1987.      *
  1988.      * @return \Symfony\Component\Console\Command\LazyCommand
  1989.      */
  1990.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1991.     {
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1994.         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 {
  1995.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1996.         });
  1997.     }
  1998.     /**
  1999.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\Console\Command\LazyCommand
  2002.      */
  2003.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2004.     {
  2005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2007.         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 {
  2008.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2009.         });
  2010.     }
  2011.     /**
  2012.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2013.      *
  2014.      * @return \Symfony\Component\Console\Command\LazyCommand
  2015.      */
  2016.     protected function get_Console_Command_SecretsList_LazyService()
  2017.     {
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2020.         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 {
  2021.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2022.         });
  2023.     }
  2024.     /**
  2025.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2026.      *
  2027.      * @return \Symfony\Component\Console\Command\LazyCommand
  2028.      */
  2029.     protected function get_Console_Command_SecretsRemove_LazyService()
  2030.     {
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2033.         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 {
  2034.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2035.         });
  2036.     }
  2037.     /**
  2038.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2039.      *
  2040.      * @return \Symfony\Component\Console\Command\LazyCommand
  2041.      */
  2042.     protected function get_Console_Command_SecretsSet_LazyService()
  2043.     {
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2046.         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 {
  2047.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2048.         });
  2049.     }
  2050.     /**
  2051.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2052.      *
  2053.      * @return \Symfony\Component\Console\Command\LazyCommand
  2054.      */
  2055.     protected function get_Console_Command_TranslationDebug_LazyService()
  2056.     {
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2059.         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 {
  2060.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2061.         });
  2062.     }
  2063.     /**
  2064.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\Console\Command\LazyCommand
  2067.      */
  2068.     protected function get_Console_Command_TranslationExtract_LazyService()
  2069.     {
  2070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2072.         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 {
  2073.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2074.         });
  2075.     }
  2076.     /**
  2077.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2078.      *
  2079.      * @return \Symfony\Component\Console\Command\LazyCommand
  2080.      */
  2081.     protected function get_Console_Command_TranslationPull_LazyService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2085.         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 {
  2086.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2087.         });
  2088.     }
  2089.     /**
  2090.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\Console\Command\LazyCommand
  2093.      */
  2094.     protected function get_Console_Command_TranslationPush_LazyService()
  2095.     {
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2098.         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 {
  2099.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2100.         });
  2101.     }
  2102.     /**
  2103.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\Console\Command\LazyCommand
  2106.      */
  2107.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2111.         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 {
  2112.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2113.         });
  2114.     }
  2115.     /**
  2116.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\Console\Command\LazyCommand
  2119.      */
  2120.     protected function get_Console_Command_XliffLint_LazyService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2124.         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 {
  2125.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2126.         });
  2127.     }
  2128.     /**
  2129.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\Console\Command\LazyCommand
  2132.      */
  2133.     protected function get_Console_Command_YamlLint_LazyService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2137.         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 {
  2138.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2139.         });
  2140.     }
  2141.     /**
  2142.      * Gets the private '.debug.http_client' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2145.      */
  2146.     protected function get_Debug_HttpClientService()
  2147.     {
  2148.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2149.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2150.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2151.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2152.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2154.         $a->setLogger($b);
  2155.         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))));
  2156.     }
  2157.     /**
  2158.      * Gets the private '.errored..service_locator.VlFvmDO.Symfony\Component\Security\Core\User\UserInterface' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\Security\Core\User\UserInterface
  2161.      */
  2162.     protected function getUserInterfaceService()
  2163.     {
  2164.         $this->throw('Cannot autowire service ".service_locator.VlFvmDO": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  2165.     }
  2166.     /**
  2167.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2170.      */
  2171.     protected function getLoaderInterfaceService()
  2172.     {
  2173.         $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".');
  2174.     }
  2175.     /**
  2176.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2177.      *
  2178.      * @return \Symfony\Component\Console\Command\LazyCommand
  2179.      */
  2180.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2184.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2185.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2186.         });
  2187.     }
  2188.     /**
  2189.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\Console\Command\LazyCommand
  2192.      */
  2193.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2194.     {
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2197.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2198.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2199.         });
  2200.     }
  2201.     /**
  2202.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2203.      *
  2204.      * @return \Symfony\Component\Console\Command\LazyCommand
  2205.      */
  2206.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2207.     {
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2210.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2211.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2212.         });
  2213.     }
  2214.     /**
  2215.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Console\Command\LazyCommand
  2218.      */
  2219.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2223.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2224.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2225.         });
  2226.     }
  2227.     /**
  2228.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\Console\Command\LazyCommand
  2231.      */
  2232.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2236.         return $this->privates['.maker.auto_command.make_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 {
  2237.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2238.         });
  2239.     }
  2240.     /**
  2241.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2242.      *
  2243.      * @return \Symfony\Component\Console\Command\LazyCommand
  2244.      */
  2245.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2249.         return $this->privates['.maker.auto_command.make_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 {
  2250.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2251.         });
  2252.     }
  2253.     /**
  2254.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\Console\Command\LazyCommand
  2257.      */
  2258.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2259.     {
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2262.         return $this->privates['.maker.auto_command.make_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 {
  2263.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2264.         });
  2265.     }
  2266.     /**
  2267.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Console\Command\LazyCommand
  2270.      */
  2271.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2275.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2276.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2277.         });
  2278.     }
  2279.     /**
  2280.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2281.      *
  2282.      * @return \Symfony\Component\Console\Command\LazyCommand
  2283.      */
  2284.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2285.     {
  2286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2288.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2289.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2290.         });
  2291.     }
  2292.     /**
  2293.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\Console\Command\LazyCommand
  2296.      */
  2297.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2301.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2302.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2303.         });
  2304.     }
  2305.     /**
  2306.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\Console\Command\LazyCommand
  2309.      */
  2310.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2314.         return $this->privates['.maker.auto_command.make_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 {
  2315.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2316.         });
  2317.     }
  2318.     /**
  2319.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\Console\Command\LazyCommand
  2322.      */
  2323.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2327.         return $this->privates['.maker.auto_command.make_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 {
  2328.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2329.         });
  2330.     }
  2331.     /**
  2332.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Console\Command\LazyCommand
  2335.      */
  2336.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2337.     {
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2340.         return $this->privates['.maker.auto_command.make_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 {
  2341.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2342.         });
  2343.     }
  2344.     /**
  2345.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Console\Command\LazyCommand
  2348.      */
  2349.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2353.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2354.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2355.         });
  2356.     }
  2357.     /**
  2358.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Console\Command\LazyCommand
  2361.      */
  2362.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2366.         return $this->privates['.maker.auto_command.make_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 {
  2367.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2368.         });
  2369.     }
  2370.     /**
  2371.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2372.      *
  2373.      * @return \Symfony\Component\Console\Command\LazyCommand
  2374.      */
  2375.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2379.         return $this->privates['.maker.auto_command.make_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 {
  2380.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2381.         });
  2382.     }
  2383.     /**
  2384.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Console\Command\LazyCommand
  2387.      */
  2388.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2392.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2393.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2394.         });
  2395.     }
  2396.     /**
  2397.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Console\Command\LazyCommand
  2400.      */
  2401.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2405.         return $this->privates['.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 {
  2406.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2407.         });
  2408.     }
  2409.     /**
  2410.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Console\Command\LazyCommand
  2413.      */
  2414.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2418.         return $this->privates['.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 {
  2419.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2420.         });
  2421.     }
  2422.     /**
  2423.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\Console\Command\LazyCommand
  2426.      */
  2427.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2431.         return $this->privates['.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 {
  2432.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2433.         });
  2434.     }
  2435.     /**
  2436.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Console\Command\LazyCommand
  2439.      */
  2440.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2441.     {
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2444.         return $this->privates['.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 {
  2445.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2446.         });
  2447.     }
  2448.     /**
  2449.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Console\Command\LazyCommand
  2452.      */
  2453.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2454.     {
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2457.         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 {
  2458.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2459.         });
  2460.     }
  2461.     /**
  2462.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\Console\Command\LazyCommand
  2465.      */
  2466.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2467.     {
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2470.         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 {
  2471.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2472.         });
  2473.     }
  2474.     /**
  2475.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\Console\Command\LazyCommand
  2478.      */
  2479.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2483.         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 {
  2484.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2485.         });
  2486.     }
  2487.     /**
  2488.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\Console\Command\LazyCommand
  2491.      */
  2492.     protected function get_Monolog_Command_ServerLog_LazyService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2496.         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 {
  2497.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2498.         });
  2499.     }
  2500.     /**
  2501.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Console\Command\LazyCommand
  2504.      */
  2505.     protected function get_Security_Command_DebugFirewall_LazyService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2509.         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 {
  2510.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2511.         });
  2512.     }
  2513.     /**
  2514.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Console\Command\LazyCommand
  2517.      */
  2518.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2522.         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 {
  2523.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2524.         });
  2525.     }
  2526.     /**
  2527.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\Console\Command\LazyCommand
  2530.      */
  2531.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2532.     {
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2535.         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 {
  2536.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2537.         });
  2538.     }
  2539.     /**
  2540.      * Gets the private '.service_locator.6E9xidT' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2543.      */
  2544.     protected function get_ServiceLocator_6E9xidTService()
  2545.     {
  2546.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2547.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  2548.         ], [
  2549.             'mailer' => '?',
  2550.         ]);
  2551.     }
  2552.     /**
  2553.      * Gets the private '.service_locator.Btwg_LI' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2556.      */
  2557.     protected function get_ServiceLocator_BtwgLIService()
  2558.     {
  2559.         return $this->privates['.service_locator.Btwg_LI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2560.             'App\\Controller\\ClientController::editAccount' => ['privates''.service_locator.VlFvmDO''get_ServiceLocator_VlFvmDOService'false],
  2561.             'App\\Controller\\ClientController::removeAccount' => ['privates''.service_locator.VlFvmDO''get_ServiceLocator_VlFvmDOService'false],
  2562.             'App\\Controller\\ClientController::updateClient' => ['privates''.service_locator.VlFvmDO''get_ServiceLocator_VlFvmDOService'false],
  2563.             'App\\Controller\\RegistrationController::register' => ['privates''.service_locator.rDMu6Zd''get_ServiceLocator_RDMu6ZdService'false],
  2564.             'App\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2565.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.rDMu6Zd''get_ServiceLocator_RDMu6ZdService'false],
  2566.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2567.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2568.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2569.             'App\\Controller\\ClientController:editAccount' => ['privates''.service_locator.VlFvmDO''get_ServiceLocator_VlFvmDOService'false],
  2570.             'App\\Controller\\ClientController:removeAccount' => ['privates''.service_locator.VlFvmDO''get_ServiceLocator_VlFvmDOService'false],
  2571.             'App\\Controller\\ClientController:updateClient' => ['privates''.service_locator.VlFvmDO''get_ServiceLocator_VlFvmDOService'false],
  2572.             'App\\Controller\\RegistrationController:register' => ['privates''.service_locator.rDMu6Zd''get_ServiceLocator_RDMu6ZdService'false],
  2573.             'App\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2574.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.rDMu6Zd''get_ServiceLocator_RDMu6ZdService'false],
  2575.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2576.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2577.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2578.         ], [
  2579.             'App\\Controller\\ClientController::editAccount' => '?',
  2580.             'App\\Controller\\ClientController::removeAccount' => '?',
  2581.             'App\\Controller\\ClientController::updateClient' => '?',
  2582.             'App\\Controller\\RegistrationController::register' => '?',
  2583.             'App\\Controller\\ResetPasswordController::request' => '?',
  2584.             'App\\Controller\\ResetPasswordController::reset' => '?',
  2585.             'App\\Controller\\SecurityController::login' => '?',
  2586.             'kernel::loadRoutes' => '?',
  2587.             'kernel::registerContainerConfiguration' => '?',
  2588.             'App\\Controller\\ClientController:editAccount' => '?',
  2589.             'App\\Controller\\ClientController:removeAccount' => '?',
  2590.             'App\\Controller\\ClientController:updateClient' => '?',
  2591.             'App\\Controller\\RegistrationController:register' => '?',
  2592.             'App\\Controller\\ResetPasswordController:request' => '?',
  2593.             'App\\Controller\\ResetPasswordController:reset' => '?',
  2594.             'App\\Controller\\SecurityController:login' => '?',
  2595.             'kernel:loadRoutes' => '?',
  2596.             'kernel:registerContainerConfiguration' => '?',
  2597.         ]);
  2598.     }
  2599.     /**
  2600.      * Gets the private '.service_locator.VlFvmDO' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2603.      */
  2604.     protected function get_ServiceLocator_VlFvmDOService()
  2605.     {
  2606.         return $this->privates['.service_locator.VlFvmDO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2607.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  2608.             'user' => ['privates''.errored..service_locator.VlFvmDO.Symfony\\Component\\Security\\Core\\User\\UserInterface'NULL'Cannot autowire service ".service_locator.VlFvmDO": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  2609.         ], [
  2610.             'mailer' => '?',
  2611.             'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  2612.         ]);
  2613.     }
  2614.     /**
  2615.      * Gets the private '.service_locator.XsyfP82' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2618.      */
  2619.     protected function get_ServiceLocator_XsyfP82Service()
  2620.     {
  2621.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2622.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2623.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2624.         ], [
  2625.             'event_dispatcher' => '?',
  2626.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2627.         ]);
  2628.     }
  2629.     /**
  2630.      * Gets the private '.service_locator.mx0UMmY' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2633.      */
  2634.     protected function get_ServiceLocator_Mx0UMmYService()
  2635.     {
  2636.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2637.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2638.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2639.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2640.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2641.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2642.             'router' => ['services''router''getRouterService'false],
  2643.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2644.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2645.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2646.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2647.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2648.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2649.         ], [
  2650.             'doctrine' => '?',
  2651.             'form.factory' => '?',
  2652.             'http_kernel' => '?',
  2653.             'parameter_bag' => '?',
  2654.             'request_stack' => '?',
  2655.             'router' => '?',
  2656.             'security.authorization_checker' => '?',
  2657.             'security.csrf.token_manager' => '?',
  2658.             'security.token_storage' => '?',
  2659.             'serializer' => '?',
  2660.             'session' => '.session.deprecated',
  2661.             'twig' => '?',
  2662.         ]);
  2663.     }
  2664.     /**
  2665.      * Gets the private '.service_locator.rDMu6Zd' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2668.      */
  2669.     protected function get_ServiceLocator_RDMu6ZdService()
  2670.     {
  2671.         return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2672.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  2673.         ], [
  2674.             'passwordHasher' => '?',
  2675.         ]);
  2676.     }
  2677.     /**
  2678.      * Gets the private '.service_locator.xUrKPVU' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2681.      */
  2682.     protected function get_ServiceLocator_XUrKPVUService()
  2683.     {
  2684.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2685.             '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".'],
  2686.         ], [
  2687.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2688.         ]);
  2689.     }
  2690.     /**
  2691.      * Gets the private '.service_locator.zFcJjKU' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2694.      */
  2695.     protected function get_ServiceLocator_ZFcJjKUService()
  2696.     {
  2697.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2698.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2699.         ], [
  2700.             'authenticationUtils' => '?',
  2701.         ]);
  2702.     }
  2703.     /**
  2704.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2707.      */
  2708.     protected function get_ServiceLocator_ZJyh7qSService()
  2709.     {
  2710.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2711.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2712.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2713.         ], [
  2714.             'security.firewall.map.context.dev' => '?',
  2715.             'security.firewall.map.context.main' => '?',
  2716.         ]);
  2717.     }
  2718.     /**
  2719.      * Gets the private '.session.deprecated' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2722.      */
  2723.     protected function get_Session_DeprecatedService()
  2724.     {
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2727.         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();
  2728.     }
  2729.     /**
  2730.      * Gets the private '.twig.command.debug.lazy' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\Console\Command\LazyCommand
  2733.      */
  2734.     protected function get_Twig_Command_Debug_LazyService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2738.         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 {
  2739.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2740.         });
  2741.     }
  2742.     /**
  2743.      * Gets the private '.twig.command.lint.lazy' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\Console\Command\LazyCommand
  2746.      */
  2747.     protected function get_Twig_Command_Lint_LazyService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2751.         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 {
  2752.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2753.         });
  2754.     }
  2755.     /**
  2756.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\Console\Command\LazyCommand
  2759.      */
  2760.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2764.         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 {
  2765.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2766.         });
  2767.     }
  2768.     /**
  2769.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  2770.      *
  2771.      * @return \App\Form\ChangePasswordFormType
  2772.      */
  2773.     protected function getChangePasswordFormTypeService()
  2774.     {
  2775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2777.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  2778.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  2779.     }
  2780.     /**
  2781.      * Gets the private 'App\Form\ClientAccountFormType' shared autowired service.
  2782.      *
  2783.      * @return \App\Form\ClientAccountFormType
  2784.      */
  2785.     protected function getClientAccountFormTypeService()
  2786.     {
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2789.         include_once \dirname(__DIR__4).'/src/Form/ClientAccountFormType.php';
  2790.         return $this->privates['App\\Form\\ClientAccountFormType'] = new \App\Form\ClientAccountFormType();
  2791.     }
  2792.     /**
  2793.      * Gets the private 'App\Form\PublicKeyType' shared autowired service.
  2794.      *
  2795.      * @return \App\Form\PublicKeyType
  2796.      */
  2797.     protected function getPublicKeyTypeService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2801.         include_once \dirname(__DIR__4).'/src/Form/PublicKeyType.php';
  2802.         return $this->privates['App\\Form\\PublicKeyType'] = new \App\Form\PublicKeyType();
  2803.     }
  2804.     /**
  2805.      * Gets the private 'App\Form\RegistrationFormType' shared autowired service.
  2806.      *
  2807.      * @return \App\Form\RegistrationFormType
  2808.      */
  2809.     protected function getRegistrationFormTypeService()
  2810.     {
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2813.         include_once \dirname(__DIR__4).'/src/Form/RegistrationFormType.php';
  2814.         return $this->privates['App\\Form\\RegistrationFormType'] = new \App\Form\RegistrationFormType([=> 'cosette.newberry@ideagen.com'=> 'cwarner@auditanalytics.com'=> 'cweng@auditanalytics.com'=> 'dolson@auditanalytics.com'=> 'tbrown@auditanalytics.com'=> 'jtebas-pueyo@auditanalytics.com'=> 'cgrimason@auditanalytics.com'=> 'cwong@auditanalytics.com'=> 'fcarbah@auditanalytics.com'=> 'kplante@auditanalytics.com'10 => 'jebbeling@ivesinc.com'11 => 'anne.tran@ideagen.com'12 => 'benjamin.leopold@ideagen.com'13 => 'edward.hallahan@ideagen.com'14 => 'gmansur@auditanalytics.com'15 => 'Akshaykumar.Rathod@Ideagen.com'16 => 'Udit.Sarkar@Ideagen.com'17 => 'Fayaz.Mohammad@Ideagen.com']);
  2815.     }
  2816.     /**
  2817.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  2818.      *
  2819.      * @return \App\Form\ResetPasswordRequestFormType
  2820.      */
  2821.     protected function getResetPasswordRequestFormTypeService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2825.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  2826.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  2827.     }
  2828.     /**
  2829.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  2830.      *
  2831.      * @return \App\Repository\ResetPasswordRequestRepository
  2832.      */
  2833.     protected function getResetPasswordRequestRepositoryService()
  2834.     {
  2835.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  2842.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  2843.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2844.     }
  2845.     /**
  2846.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2847.      *
  2848.      * @return \App\Repository\UserRepository
  2849.      */
  2850.     protected function getUserRepositoryService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2858.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2859.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2860.     }
  2861.     /**
  2862.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2863.      *
  2864.      * @return \App\Security\LoginFormAuthenticator
  2865.      */
  2866.     protected function getLoginFormAuthenticatorService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2874.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2875.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  2876.     }
  2877.     /**
  2878.      * Gets the private 'App\Validator\AuditAnalyticsEmailValidator' shared autowired service.
  2879.      *
  2880.      * @return \App\Validator\AuditAnalyticsEmailValidator
  2881.      */
  2882.     protected function getAuditAnalyticsEmailValidatorService()
  2883.     {
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2886.         include_once \dirname(__DIR__4).'/src/Validator/AuditAnalyticsEmailValidator.php';
  2887.         return $this->privates['App\\Validator\\AuditAnalyticsEmailValidator'] = new \App\Validator\AuditAnalyticsEmailValidator();
  2888.     }
  2889.     /**
  2890.      * Gets the private 'App\Validator\AuditAnalyticsIPWhitelistValidator' shared autowired service.
  2891.      *
  2892.      * @return \App\Validator\AuditAnalyticsIPWhitelistValidator
  2893.      */
  2894.     protected function getAuditAnalyticsIPWhitelistValidatorService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2898.         include_once \dirname(__DIR__4).'/src/Validator/AuditAnalyticsIPWhitelistValidator.php';
  2899.         return $this->privates['App\\Validator\\AuditAnalyticsIPWhitelistValidator'] = new \App\Validator\AuditAnalyticsIPWhitelistValidator();
  2900.     }
  2901.     /**
  2902.      * Gets the private 'App\Validator\AuditAnalyticsPublicKeyValidator' shared autowired service.
  2903.      *
  2904.      * @return \App\Validator\AuditAnalyticsPublicKeyValidator
  2905.      */
  2906.     protected function getAuditAnalyticsPublicKeyValidatorService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2910.         include_once \dirname(__DIR__4).'/src/Validator/AuditAnalyticsPublicKeyValidator.php';
  2911.         return $this->privates['App\\Validator\\AuditAnalyticsPublicKeyValidator'] = new \App\Validator\AuditAnalyticsPublicKeyValidator();
  2912.     }
  2913.     /**
  2914.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2915.      *
  2916.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2917.      */
  2918.     protected function getManagerRegistryAwareConnectionProviderService()
  2919.     {
  2920.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2922.         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'));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2926.      *
  2927.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2928.      */
  2929.     protected function getRunSqlCommandService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2933.         $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()));
  2934.         $instance->setName('dbal:run-sql');
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  2939.      *
  2940.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  2941.      */
  2942.     protected function getResetPasswordRemoveExpiredCommandService()
  2943.     {
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  2946.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  2947.         $instance->setName('reset-password:remove-expired');
  2948.         return $instance;
  2949.     }
  2950.     /**
  2951.      * Gets the private 'annotations.cache_adapter' shared service.
  2952.      *
  2953.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2954.      */
  2955.     protected function getAnnotations_CacheAdapterService()
  2956.     {
  2957.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2958.     }
  2959.     /**
  2960.      * Gets the private 'annotations.cache_warmer' shared service.
  2961.      *
  2962.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2963.      */
  2964.     protected function getAnnotations_CacheWarmerService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2969.         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);
  2970.     }
  2971.     /**
  2972.      * Gets the private 'annotations.cached_reader' shared service.
  2973.      *
  2974.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2975.      */
  2976.     protected function getAnnotations_CachedReaderService()
  2977.     {
  2978.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2979.     }
  2980.     /**
  2981.      * Gets the private 'annotations.reader' shared service.
  2982.      *
  2983.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2984.      */
  2985.     protected function getAnnotations_ReaderService()
  2986.     {
  2987.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2988.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2989.         $a->registerUniqueLoader('class_exists');
  2990.         $instance->addGlobalIgnoredName('required'$a);
  2991.         return $instance;
  2992.     }
  2993.     /**
  2994.      * Gets the private 'cache.annotations' shared service.
  2995.      *
  2996.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2997.      */
  2998.     protected function getCache_AnnotationsService()
  2999.     {
  3000.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mycGhxaV0p'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3001.     }
  3002.     /**
  3003.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3006.      */
  3007.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3008.     {
  3009.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3010.     }
  3011.     /**
  3012.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3015.      */
  3016.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3017.     {
  3018.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3019.     }
  3020.     /**
  3021.      * Gets the private 'cache.property_info' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3024.      */
  3025.     protected function getCache_PropertyInfoService()
  3026.     {
  3027.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Iy4TVIfNb7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3028.     }
  3029.     /**
  3030.      * Gets the private 'cache.security_expression_language' shared service.
  3031.      *
  3032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3033.      */
  3034.     protected function getCache_SecurityExpressionLanguageService()
  3035.     {
  3036.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SS0UtDwHZT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'cache.serializer' shared service.
  3040.      *
  3041.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3042.      */
  3043.     protected function getCache_SerializerService()
  3044.     {
  3045.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('50ZAelROtH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3046.     }
  3047.     /**
  3048.      * Gets the private 'cache.validator' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3051.      */
  3052.     protected function getCache_ValidatorService()
  3053.     {
  3054.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+P2TKg4idM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3055.     }
  3056.     /**
  3057.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3058.      *
  3059.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3060.      */
  3061.     protected function getCachePoolClearer_CacheWarmerService()
  3062.     {
  3063.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3065.         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']);
  3066.     }
  3067.     /**
  3068.      * Gets the private 'config_builder.warmer' shared service.
  3069.      *
  3070.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3071.      */
  3072.     protected function getConfigBuilder_WarmerService()
  3073.     {
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3076.         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()));
  3077.     }
  3078.     /**
  3079.      * Gets the private 'config_cache_factory' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3082.      */
  3083.     protected function getConfigCacheFactoryService()
  3084.     {
  3085.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3086.             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)));
  3087.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3088.         }, 2));
  3089.     }
  3090.     /**
  3091.      * Gets the private 'console.command.about' shared service.
  3092.      *
  3093.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3094.      */
  3095.     protected function getConsole_Command_AboutService()
  3096.     {
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3099.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3100.         $instance->setName('about');
  3101.         $instance->setDescription('Display information about the current project');
  3102.         return $instance;
  3103.     }
  3104.     /**
  3105.      * Gets the private 'console.command.assets_install' shared service.
  3106.      *
  3107.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3108.      */
  3109.     protected function getConsole_Command_AssetsInstallService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3114.         $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));
  3115.         $instance->setName('assets:install');
  3116.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3117.         return $instance;
  3118.     }
  3119.     /**
  3120.      * Gets the private 'console.command.cache_clear' shared service.
  3121.      *
  3122.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3123.      */
  3124.     protected function getConsole_Command_CacheClearService()
  3125.     {
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3129.         $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())));
  3130.         $instance->setName('cache:clear');
  3131.         $instance->setDescription('Clear the cache');
  3132.         return $instance;
  3133.     }
  3134.     /**
  3135.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3136.      *
  3137.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3138.      */
  3139.     protected function getConsole_Command_CachePoolClearService()
  3140.     {
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3143.         $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']);
  3144.         $instance->setName('cache:pool:clear');
  3145.         $instance->setDescription('Clear cache pools');
  3146.         return $instance;
  3147.     }
  3148.     /**
  3149.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3150.      *
  3151.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3152.      */
  3153.     protected function getConsole_Command_CachePoolDeleteService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3157.         $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']);
  3158.         $instance->setName('cache:pool:delete');
  3159.         $instance->setDescription('Delete an item from a cache pool');
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the private 'console.command.cache_pool_list' shared service.
  3164.      *
  3165.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3166.      */
  3167.     protected function getConsole_Command_CachePoolListService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3171.         $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']);
  3172.         $instance->setName('cache:pool:list');
  3173.         $instance->setDescription('List available cache pools');
  3174.         return $instance;
  3175.     }
  3176.     /**
  3177.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3178.      *
  3179.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3180.      */
  3181.     protected function getConsole_Command_CachePoolPruneService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3185.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3186.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3187.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3188.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3189.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3190.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3191.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3192.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3193.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3194.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3195.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3196.         }, 10));
  3197.         $instance->setName('cache:pool:prune');
  3198.         $instance->setDescription('Prune cache pools');
  3199.         return $instance;
  3200.     }
  3201.     /**
  3202.      * Gets the private 'console.command.cache_warmup' shared service.
  3203.      *
  3204.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3205.      */
  3206.     protected function getConsole_Command_CacheWarmupService()
  3207.     {
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3210.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3211.         $instance->setName('cache:warmup');
  3212.         $instance->setDescription('Warm up an empty cache');
  3213.         return $instance;
  3214.     }
  3215.     /**
  3216.      * Gets the private 'console.command.config_debug' shared service.
  3217.      *
  3218.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3219.      */
  3220.     protected function getConsole_Command_ConfigDebugService()
  3221.     {
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3227.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3228.         $instance->setName('debug:config');
  3229.         $instance->setDescription('Dump the current configuration for an extension');
  3230.         return $instance;
  3231.     }
  3232.     /**
  3233.      * Gets the private 'console.command.config_dump_reference' shared service.
  3234.      *
  3235.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3236.      */
  3237.     protected function getConsole_Command_ConfigDumpReferenceService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3244.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3245.         $instance->setName('config:dump-reference');
  3246.         $instance->setDescription('Dump the default configuration for an extension');
  3247.         return $instance;
  3248.     }
  3249.     /**
  3250.      * Gets the private 'console.command.container_debug' shared service.
  3251.      *
  3252.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3253.      */
  3254.     protected function getConsole_Command_ContainerDebugService()
  3255.     {
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3259.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3260.         $instance->setName('debug:container');
  3261.         $instance->setDescription('Display current services for an application');
  3262.         return $instance;
  3263.     }
  3264.     /**
  3265.      * Gets the private 'console.command.container_lint' shared service.
  3266.      *
  3267.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3268.      */
  3269.     protected function getConsole_Command_ContainerLintService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3273.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3274.         $instance->setName('lint:container');
  3275.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3276.         return $instance;
  3277.     }
  3278.     /**
  3279.      * Gets the private 'console.command.debug_autowiring' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3282.      */
  3283.     protected function getConsole_Command_DebugAutowiringService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3289.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3290.         $instance->setName('debug:autowiring');
  3291.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3292.         return $instance;
  3293.     }
  3294.     /**
  3295.      * Gets the private 'console.command.dotenv_debug' shared service.
  3296.      *
  3297.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3298.      */
  3299.     protected function getConsole_Command_DotenvDebugService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3303.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3304.         $instance->setName('debug:dotenv');
  3305.         $instance->setDescription('Lists all dotenv files with variables and values');
  3306.         return $instance;
  3307.     }
  3308.     /**
  3309.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3310.      *
  3311.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3312.      */
  3313.     protected function getConsole_Command_EventDispatcherDebugService()
  3314.     {
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3317.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3318.         $instance->setName('debug:event-dispatcher');
  3319.         $instance->setDescription('Display configured listeners for an application');
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the private 'console.command.form_debug' shared service.
  3324.      *
  3325.      * @return \Symfony\Component\Form\Command\DebugCommand
  3326.      */
  3327.     protected function getConsole_Command_FormDebugService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3331.         $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\\ChangePasswordFormType'=> 'App\\Form\\ClientAccountFormType'=> 'App\\Form\\PublicKeyType'=> 'App\\Form\\RegistrationFormType'=> 'App\\Form\\ResetPasswordRequestFormType'=> '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()));
  3332.         $instance->setName('debug:form');
  3333.         $instance->setDescription('Display form type information');
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the private 'console.command.router_debug' shared service.
  3338.      *
  3339.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3340.      */
  3341.     protected function getConsole_Command_RouterDebugService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3346.         $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()));
  3347.         $instance->setName('debug:router');
  3348.         $instance->setDescription('Display current routes for an application');
  3349.         return $instance;
  3350.     }
  3351.     /**
  3352.      * Gets the private 'console.command.router_match' shared service.
  3353.      *
  3354.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3355.      */
  3356.     protected function getConsole_Command_RouterMatchService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3360.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3361.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3362.         }, 1));
  3363.         $instance->setName('router:match');
  3364.         $instance->setDescription('Help debug routes by simulating a path info match');
  3365.         return $instance;
  3366.     }
  3367.     /**
  3368.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3369.      *
  3370.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3371.      */
  3372.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3378.         $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')))));
  3379.         $instance->setName('secrets:decrypt-to-local');
  3380.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3385.      *
  3386.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3387.      */
  3388.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3394.         $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')))));
  3395.         $instance->setName('secrets:encrypt-from-local');
  3396.         $instance->setDescription('Encrypt all local secrets to the vault');
  3397.         return $instance;
  3398.     }
  3399.     /**
  3400.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3401.      *
  3402.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3403.      */
  3404.     protected function getConsole_Command_SecretsGenerateKeyService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3410.         $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')))));
  3411.         $instance->setName('secrets:generate-keys');
  3412.         $instance->setDescription('Generate new encryption keys');
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the private 'console.command.secrets_list' shared service.
  3417.      *
  3418.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3419.      */
  3420.     protected function getConsole_Command_SecretsListService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3426.         $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')))));
  3427.         $instance->setName('secrets:list');
  3428.         $instance->setDescription('List all secrets');
  3429.         return $instance;
  3430.     }
  3431.     /**
  3432.      * Gets the private 'console.command.secrets_remove' shared service.
  3433.      *
  3434.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3435.      */
  3436.     protected function getConsole_Command_SecretsRemoveService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3442.         $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')))));
  3443.         $instance->setName('secrets:remove');
  3444.         $instance->setDescription('Remove a secret from the vault');
  3445.         return $instance;
  3446.     }
  3447.     /**
  3448.      * Gets the private 'console.command.secrets_set' shared service.
  3449.      *
  3450.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3451.      */
  3452.     protected function getConsole_Command_SecretsSetService()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3458.         $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')))));
  3459.         $instance->setName('secrets:set');
  3460.         $instance->setDescription('Set a secret in the vault');
  3461.         return $instance;
  3462.     }
  3463.     /**
  3464.      * Gets the private 'console.command.translation_debug' shared service.
  3465.      *
  3466.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3467.      */
  3468.     protected function getConsole_Command_TranslationDebugService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3472.         $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')], []);
  3473.         $instance->setName('debug:translation');
  3474.         $instance->setDescription('Display translation messages information');
  3475.         return $instance;
  3476.     }
  3477.     /**
  3478.      * Gets the private 'console.command.translation_extract' shared service.
  3479.      *
  3480.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3481.      */
  3482.     protected function getConsole_Command_TranslationExtractService()
  3483.     {
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3486.         $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')], []);
  3487.         $instance->setName('translation:extract');
  3488.         $instance->setAliases([=> 'translation:update']);
  3489.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3490.         return $instance;
  3491.     }
  3492.     /**
  3493.      * Gets the private 'console.command.translation_pull' shared service.
  3494.      *
  3495.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3496.      */
  3497.     protected function getConsole_Command_TranslationPullService()
  3498.     {
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3502.         $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', [], []);
  3503.         $instance->setName('translation:pull');
  3504.         $instance->setDescription('Pull translations from a given provider.');
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the private 'console.command.translation_push' shared service.
  3509.      *
  3510.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3511.      */
  3512.     protected function getConsole_Command_TranslationPushService()
  3513.     {
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3517.         $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()), [], []);
  3518.         $instance->setName('translation:push');
  3519.         $instance->setDescription('Push translations to a given provider.');
  3520.         return $instance;
  3521.     }
  3522.     /**
  3523.      * Gets the private 'console.command.validator_debug' shared service.
  3524.      *
  3525.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3526.      */
  3527.     protected function getConsole_Command_ValidatorDebugService()
  3528.     {
  3529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3531.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3532.         $instance->setName('debug:validator');
  3533.         $instance->setDescription('Display validation constraints for classes');
  3534.         return $instance;
  3535.     }
  3536.     /**
  3537.      * Gets the private 'console.command.xliff_lint' shared service.
  3538.      *
  3539.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3540.      */
  3541.     protected function getConsole_Command_XliffLintService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3545.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3546.         $instance->setName('lint:xliff');
  3547.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3548.         return $instance;
  3549.     }
  3550.     /**
  3551.      * Gets the private 'console.command.yaml_lint' shared service.
  3552.      *
  3553.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3554.      */
  3555.     protected function getConsole_Command_YamlLintService()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3560.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3561.         $instance->setName('lint:yaml');
  3562.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3563.         return $instance;
  3564.     }
  3565.     /**
  3566.      * Gets the private 'console.error_listener' shared service.
  3567.      *
  3568.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3569.      */
  3570.     protected function getConsole_ErrorListenerService()
  3571.     {
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3573.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3574.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3575.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3576.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3577.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3578.     }
  3579.     /**
  3580.      * Gets the private 'container.env_var_processor' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3583.      */
  3584.     protected function getContainer_EnvVarProcessorService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3588.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3589.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3590.         }, 1));
  3591.     }
  3592.     /**
  3593.      * Gets the private 'container.getenv' shared service.
  3594.      *
  3595.      * @return \Closure
  3596.      */
  3597.     protected function getContainer_GetenvService()
  3598.     {
  3599.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3600.     }
  3601.     /**
  3602.      * Gets the private 'data_collector.form' shared service.
  3603.      *
  3604.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3605.      */
  3606.     protected function getDataCollector_FormService()
  3607.     {
  3608.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3609.     }
  3610.     /**
  3611.      * Gets the private 'data_collector.request' shared service.
  3612.      *
  3613.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3614.      */
  3615.     protected function getDataCollector_RequestService()
  3616.     {
  3617.         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())));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'data_collector.request.session_collector' shared service.
  3621.      *
  3622.      * @return \Closure
  3623.      */
  3624.     protected function getDataCollector_Request_SessionCollectorService()
  3625.     {
  3626.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3627.     }
  3628.     /**
  3629.      * Gets the private 'debug.argument_resolver.default' shared service.
  3630.      *
  3631.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3632.      */
  3633.     protected function getDebug_ArgumentResolver_DefaultService()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3638.         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))));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3644.      */
  3645.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3646.     {
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3650.         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.Btwg_LI'] ?? $this->get_ServiceLocator_BtwgLIService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'debug.argument_resolver.request' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3656.      */
  3657.     protected function getDebug_ArgumentResolver_RequestService()
  3658.     {
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3662.         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))));
  3663.     }
  3664.     /**
  3665.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3668.      */
  3669.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3670.     {
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3674.         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))));
  3675.     }
  3676.     /**
  3677.      * Gets the private 'debug.argument_resolver.service' shared service.
  3678.      *
  3679.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3680.      */
  3681.     protected function getDebug_ArgumentResolver_ServiceService()
  3682.     {
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3686.         $a = ($this->privates['.service_locator.Btwg_LI'] ?? $this->get_ServiceLocator_BtwgLIService());
  3687.         if (isset($this->privates['debug.argument_resolver.service'])) {
  3688.             return $this->privates['debug.argument_resolver.service'];
  3689.         }
  3690.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3691.     }
  3692.     /**
  3693.      * Gets the private 'debug.argument_resolver.session' shared service.
  3694.      *
  3695.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3696.      */
  3697.     protected function getDebug_ArgumentResolver_SessionService()
  3698.     {
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3702.         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))));
  3703.     }
  3704.     /**
  3705.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3706.      *
  3707.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3708.      */
  3709.     protected function getDebug_ArgumentResolver_VariadicService()
  3710.     {
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3714.         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))));
  3715.     }
  3716.     /**
  3717.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3718.      *
  3719.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3720.      */
  3721.     protected function getDebug_DebugHandlersListenerService()
  3722.     {
  3723.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3724.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3725.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3726.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3727.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3728.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3729.     }
  3730.     /**
  3731.      * Gets the private 'debug.dump_listener' shared service.
  3732.      *
  3733.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3734.      */
  3735.     protected function getDebug_DumpListenerService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3739.         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()));
  3740.     }
  3741.     /**
  3742.      * Gets the private 'debug.file_link_formatter' shared service.
  3743.      *
  3744.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3745.      */
  3746.     protected function getDebug_FileLinkFormatterService()
  3747.     {
  3748.         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 () {
  3749.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3750.         });
  3751.     }
  3752.     /**
  3753.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3754.      *
  3755.      * @return \string
  3756.      */
  3757.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3758.     {
  3759.         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');
  3760.     }
  3761.     /**
  3762.      * Gets the private 'debug.log_processor' shared service.
  3763.      *
  3764.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3765.      */
  3766.     protected function getDebug_LogProcessorService()
  3767.     {
  3768.         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())));
  3769.     }
  3770.     /**
  3771.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3772.      *
  3773.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3774.      */
  3775.     protected function getDebug_Security_Access_DecisionManagerService()
  3776.     {
  3777.         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 () {
  3778.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3779.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3780.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3781.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3782.     }
  3783.     /**
  3784.      * Gets the private 'debug.security.firewall' shared service.
  3785.      *
  3786.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3787.      */
  3788.     protected function getDebug_Security_FirewallService()
  3789.     {
  3790.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3791.         if (isset($this->privates['debug.security.firewall'])) {
  3792.             return $this->privates['debug.security.firewall'];
  3793.         }
  3794.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3795.         if (isset($this->privates['debug.security.firewall'])) {
  3796.             return $this->privates['debug.security.firewall'];
  3797.         }
  3798.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3799.     }
  3800.     /**
  3801.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  3804.      */
  3805.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  3806.     {
  3807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  3812.         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([=> ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService())], ($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, [])));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3818.      */
  3819.     protected function getDebug_Security_UserValueResolverService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3824.         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))));
  3825.     }
  3826.     /**
  3827.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3830.      */
  3831.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3832.     {
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3837.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3838.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  3839.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  3840.         }
  3841.         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);
  3842.     }
  3843.     /**
  3844.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3845.      *
  3846.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3847.      */
  3848.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  3856.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3857.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3858.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3859.         }
  3860.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3861.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3862.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3863.         }
  3864.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  3865.     }
  3866.     /**
  3867.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3868.      *
  3869.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3870.      */
  3871.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3872.     {
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3877.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3878.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  3879.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  3880.         }
  3881.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  3882.     }
  3883.     /**
  3884.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3885.      *
  3886.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3887.      */
  3888.     protected function getDebug_Security_Voter_VoteListenerService()
  3889.     {
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3891.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  3892.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  3893.             return $this->privates['debug.security.voter.vote_listener'];
  3894.         }
  3895.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  3896.     }
  3897.     /**
  3898.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3899.      *
  3900.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3901.      */
  3902.     protected function getDoctrine_CacheClearMetadataCommandService()
  3903.     {
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3910.         $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()));
  3911.         $instance->setName('doctrine:cache:clear-metadata');
  3912.         return $instance;
  3913.     }
  3914.     /**
  3915.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3916.      *
  3917.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3918.      */
  3919.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3920.     {
  3921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3927.         $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()));
  3928.         $instance->setName('doctrine:cache:clear-query');
  3929.         return $instance;
  3930.     }
  3931.     /**
  3932.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3933.      *
  3934.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3935.      */
  3936.     protected function getDoctrine_CacheClearResultCommandService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3944.         $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()));
  3945.         $instance->setName('doctrine:cache:clear-result');
  3946.         return $instance;
  3947.     }
  3948.     /**
  3949.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3950.      *
  3951.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3952.      */
  3953.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3961.         $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()));
  3962.         $instance->setName('doctrine:cache:clear-collection-region');
  3963.         return $instance;
  3964.     }
  3965.     /**
  3966.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3967.      *
  3968.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3969.      */
  3970.     protected function getDoctrine_ClearEntityRegionCommandService()
  3971.     {
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3978.         $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()));
  3979.         $instance->setName('doctrine:cache:clear-entity-region');
  3980.         return $instance;
  3981.     }
  3982.     /**
  3983.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3984.      *
  3985.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3986.      */
  3987.     protected function getDoctrine_ClearQueryRegionCommandService()
  3988.     {
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3995.         $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()));
  3996.         $instance->setName('doctrine:cache:clear-query-region');
  3997.         return $instance;
  3998.     }
  3999.     /**
  4000.      * Gets the private 'doctrine.database_create_command' shared service.
  4001.      *
  4002.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4003.      */
  4004.     protected function getDoctrine_DatabaseCreateCommandService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4009.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4010.         $instance->setName('doctrine:database:create');
  4011.         return $instance;
  4012.     }
  4013.     /**
  4014.      * Gets the private 'doctrine.database_drop_command' shared service.
  4015.      *
  4016.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4017.      */
  4018.     protected function getDoctrine_DatabaseDropCommandService()
  4019.     {
  4020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4023.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4024.         $instance->setName('doctrine:database:drop');
  4025.         return $instance;
  4026.     }
  4027.     /**
  4028.      * Gets the private 'doctrine.database_import_command' shared service.
  4029.      *
  4030.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4031.      */
  4032.     protected function getDoctrine_DatabaseImportCommandService()
  4033.     {
  4034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4036.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4037.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4038.         $instance->setName('doctrine:database:import');
  4039.         return $instance;
  4040.     }
  4041.     /**
  4042.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4043.      *
  4044.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4045.      */
  4046.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4047.     {
  4048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4054.         $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()));
  4055.         $instance->setName('doctrine:ensure-production-settings');
  4056.         return $instance;
  4057.     }
  4058.     /**
  4059.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4060.      *
  4061.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4062.      */
  4063.     protected function getDoctrine_MappingConvertCommandService()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4071.         $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()));
  4072.         $instance->setName('doctrine:mapping:convert');
  4073.         return $instance;
  4074.     }
  4075.     /**
  4076.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4077.      *
  4078.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4079.      */
  4080.     protected function getDoctrine_MappingImportCommandService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4085.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4086.         $instance->setName('doctrine:mapping:import');
  4087.         return $instance;
  4088.     }
  4089.     /**
  4090.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4091.      *
  4092.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4093.      */
  4094.     protected function getDoctrine_MappingInfoCommandService()
  4095.     {
  4096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4102.         $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()));
  4103.         $instance->setName('doctrine:mapping:info');
  4104.         return $instance;
  4105.     }
  4106.     /**
  4107.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4108.      *
  4109.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4110.      */
  4111.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4112.     {
  4113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4115.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4116.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4117.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4118.         }
  4119.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4120.     }
  4121.     /**
  4122.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4123.      *
  4124.      * @return \Doctrine\Migrations\DependencyFactory
  4125.      */
  4126.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4127.     {
  4128.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4136.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4137.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4138.         $a->setAllOrNothing(false);
  4139.         $a->setCheckDatabasePlatform(true);
  4140.         $a->setTransactional(true);
  4141.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4142.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4143.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4144.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4145.         });
  4146.         return $instance;
  4147.     }
  4148.     /**
  4149.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4150.      *
  4151.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4152.      */
  4153.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4154.     {
  4155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4157.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4158.     }
  4159.     /**
  4160.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4161.      *
  4162.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4163.      */
  4164.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4165.     {
  4166.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  4167.     }
  4168.     /**
  4169.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4170.      *
  4171.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4172.      */
  4173.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4176.         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()));
  4177.     }
  4178.     /**
  4179.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4180.      *
  4181.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4182.      */
  4183.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4186.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4187.     }
  4188.     /**
  4189.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4190.      *
  4191.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4192.      */
  4193.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4197.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4198.     }
  4199.     /**
  4200.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4201.      *
  4202.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4203.      */
  4204.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4205.     {
  4206.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4208.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4209.             return new \EmptyIterator();
  4210.         }, 0));
  4211.     }
  4212.     /**
  4213.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4214.      *
  4215.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4216.      */
  4217.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4221.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4222.     }
  4223.     /**
  4224.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4225.      *
  4226.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4227.      */
  4228.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4229.     {
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4232.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4233.     }
  4234.     /**
  4235.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4236.      *
  4237.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4238.      */
  4239.     protected function getDoctrine_Orm_Validator_UniqueService()
  4240.     {
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4244.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4245.     }
  4246.     /**
  4247.      * Gets the private 'doctrine.query_dql_command' shared service.
  4248.      *
  4249.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4250.      */
  4251.     protected function getDoctrine_QueryDqlCommandService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4259.         $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()));
  4260.         $instance->setName('doctrine:query:dql');
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the private 'doctrine.query_sql_command' shared service.
  4265.      *
  4266.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4267.      */
  4268.     protected function getDoctrine_QuerySqlCommandService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4273.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4274.         $instance->setName('doctrine:query:sql');
  4275.         return $instance;
  4276.     }
  4277.     /**
  4278.      * Gets the private 'doctrine.schema_create_command' shared service.
  4279.      *
  4280.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4281.      */
  4282.     protected function getDoctrine_SchemaCreateCommandService()
  4283.     {
  4284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4291.         $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()));
  4292.         $instance->setName('doctrine:schema:create');
  4293.         return $instance;
  4294.     }
  4295.     /**
  4296.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4297.      *
  4298.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4299.      */
  4300.     protected function getDoctrine_SchemaDropCommandService()
  4301.     {
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4309.         $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()));
  4310.         $instance->setName('doctrine:schema:drop');
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the private 'doctrine.schema_update_command' shared service.
  4315.      *
  4316.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4317.      */
  4318.     protected function getDoctrine_SchemaUpdateCommandService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4327.         $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()));
  4328.         $instance->setName('doctrine:schema:update');
  4329.         return $instance;
  4330.     }
  4331.     /**
  4332.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4333.      *
  4334.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4335.      */
  4336.     protected function getDoctrine_SchemaValidateCommandService()
  4337.     {
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4344.         $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()));
  4345.         $instance->setName('doctrine:schema:validate');
  4346.         return $instance;
  4347.     }
  4348.     /**
  4349.      * Gets the private 'doctrine.ulid_generator' shared service.
  4350.      *
  4351.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4352.      */
  4353.     protected function getDoctrine_UlidGeneratorService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4357.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4358.     }
  4359.     /**
  4360.      * Gets the private 'doctrine.uuid_generator' shared service.
  4361.      *
  4362.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4363.      */
  4364.     protected function getDoctrine_UuidGeneratorService()
  4365.     {
  4366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4368.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4369.     }
  4370.     /**
  4371.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4372.      *
  4373.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4374.      */
  4375.     protected function getDoctrineMigrations_CurrentCommandService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4380.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4381.         $instance->setName('doctrine:migrations:current');
  4382.         return $instance;
  4383.     }
  4384.     /**
  4385.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4386.      *
  4387.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4388.      */
  4389.     protected function getDoctrineMigrations_DiffCommandService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4394.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4395.         $instance->setName('doctrine:migrations:diff');
  4396.         return $instance;
  4397.     }
  4398.     /**
  4399.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4400.      *
  4401.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4402.      */
  4403.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4404.     {
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4408.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4409.         $instance->setName('doctrine:migrations:dump-schema');
  4410.         return $instance;
  4411.     }
  4412.     /**
  4413.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4414.      *
  4415.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4416.      */
  4417.     protected function getDoctrineMigrations_ExecuteCommandService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4422.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4423.         $instance->setName('doctrine:migrations:execute');
  4424.         return $instance;
  4425.     }
  4426.     /**
  4427.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4428.      *
  4429.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4430.      */
  4431.     protected function getDoctrineMigrations_GenerateCommandService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4436.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4437.         $instance->setName('doctrine:migrations:generate');
  4438.         return $instance;
  4439.     }
  4440.     /**
  4441.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4442.      *
  4443.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4444.      */
  4445.     protected function getDoctrineMigrations_LatestCommandService()
  4446.     {
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4450.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4451.         $instance->setName('doctrine:migrations:latest');
  4452.         return $instance;
  4453.     }
  4454.     /**
  4455.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4456.      *
  4457.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4458.      */
  4459.     protected function getDoctrineMigrations_MigrateCommandService()
  4460.     {
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4464.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4465.         $instance->setName('doctrine:migrations:migrate');
  4466.         return $instance;
  4467.     }
  4468.     /**
  4469.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4470.      *
  4471.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4472.      */
  4473.     protected function getDoctrineMigrations_RollupCommandService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4478.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4479.         $instance->setName('doctrine:migrations:rollup');
  4480.         return $instance;
  4481.     }
  4482.     /**
  4483.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4484.      *
  4485.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4486.      */
  4487.     protected function getDoctrineMigrations_StatusCommandService()
  4488.     {
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4492.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4493.         $instance->setName('doctrine:migrations:status');
  4494.         return $instance;
  4495.     }
  4496.     /**
  4497.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4498.      *
  4499.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4500.      */
  4501.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4502.     {
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4506.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4507.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4508.         return $instance;
  4509.     }
  4510.     /**
  4511.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4512.      *
  4513.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4514.      */
  4515.     protected function getDoctrineMigrations_UpToDateCommandService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4520.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4521.         $instance->setName('doctrine:migrations:up-to-date');
  4522.         return $instance;
  4523.     }
  4524.     /**
  4525.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4526.      *
  4527.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4528.      */
  4529.     protected function getDoctrineMigrations_VersionCommandService()
  4530.     {
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4534.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4535.         $instance->setName('doctrine:migrations:version');
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4540.      *
  4541.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4542.      */
  4543.     protected function getDoctrineMigrations_VersionsCommandService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4548.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4549.         $instance->setName('doctrine:migrations:list');
  4550.         return $instance;
  4551.     }
  4552.     /**
  4553.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4556.      */
  4557.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4561.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4562.         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()));
  4563.     }
  4564.     /**
  4565.      * Gets the private 'exception_listener' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4568.      */
  4569.     protected function getExceptionListenerService()
  4570.     {
  4571.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4572.     }
  4573.     /**
  4574.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4577.      */
  4578.     protected function getForm_ChoiceListFactory_CachedService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4584.         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())));
  4585.     }
  4586.     /**
  4587.      * Gets the private 'form.registry' shared service.
  4588.      *
  4589.      * @return \Symfony\Component\Form\FormRegistry
  4590.      */
  4591.     protected function getForm_RegistryService()
  4592.     {
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4600.         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, [
  4601.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  4602.             'App\\Form\\ClientAccountFormType' => ['privates''App\\Form\\ClientAccountFormType''getClientAccountFormTypeService'false],
  4603.             'App\\Form\\PublicKeyType' => ['privates''App\\Form\\PublicKeyType''getPublicKeyTypeService'false],
  4604.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'false],
  4605.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  4606.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4607.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4608.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4609.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4610.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4611.         ], [
  4612.             'App\\Form\\ChangePasswordFormType' => '?',
  4613.             'App\\Form\\ClientAccountFormType' => '?',
  4614.             'App\\Form\\PublicKeyType' => '?',
  4615.             'App\\Form\\RegistrationFormType' => '?',
  4616.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  4617.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4618.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4619.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4620.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4621.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4622.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4623.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4624.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4625.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4626.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4627.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4628.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4629.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4630.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4631.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4632.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4633.         }, 1)], new RewindableGenerator(function () {
  4634.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4635.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4636.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4637.     }
  4638.     /**
  4639.      * Gets the private 'form.server_params' shared service.
  4640.      *
  4641.      * @return \Symfony\Component\Form\Util\ServerParams
  4642.      */
  4643.     protected function getForm_ServerParamsService()
  4644.     {
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4646.         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())));
  4647.     }
  4648.     /**
  4649.      * Gets the private 'form.type.choice' shared service.
  4650.      *
  4651.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4652.      */
  4653.     protected function getForm_Type_ChoiceService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4658.         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()));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'form.type.color' shared service.
  4662.      *
  4663.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4664.      */
  4665.     protected function getForm_Type_ColorService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4670.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4671.     }
  4672.     /**
  4673.      * Gets the private 'form.type.entity' shared service.
  4674.      *
  4675.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4676.      */
  4677.     protected function getForm_Type_EntityService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4683.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4684.     }
  4685.     /**
  4686.      * Gets the private 'form.type.form' shared service.
  4687.      *
  4688.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4689.      */
  4690.     protected function getForm_Type_FormService()
  4691.     {
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4696.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4697.     }
  4698.     /**
  4699.      * Gets the private 'form.type_extension.csrf' shared service.
  4700.      *
  4701.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4702.      */
  4703.     protected function getForm_TypeExtension_CsrfService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4708.         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()));
  4709.     }
  4710.     /**
  4711.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4712.      *
  4713.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4714.      */
  4715.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4716.     {
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4720.         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()));
  4721.     }
  4722.     /**
  4723.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4724.      *
  4725.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4726.      */
  4727.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4728.     {
  4729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4734.         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())));
  4735.     }
  4736.     /**
  4737.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4738.      *
  4739.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4740.      */
  4741.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4742.     {
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4746.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4747.     }
  4748.     /**
  4749.      * Gets the private 'form.type_extension.form.validator' shared service.
  4750.      *
  4751.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4752.      */
  4753.     protected function getForm_TypeExtension_Form_ValidatorService()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4759.         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()));
  4760.     }
  4761.     /**
  4762.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4763.      *
  4764.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4765.      */
  4766.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4771.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4772.     }
  4773.     /**
  4774.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4775.      *
  4776.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4777.      */
  4778.     protected function getForm_TypeGuesser_DoctrineService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4782.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4783.     }
  4784.     /**
  4785.      * Gets the private 'form.type_guesser.validator' shared service.
  4786.      *
  4787.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4788.      */
  4789.     protected function getForm_TypeGuesser_ValidatorService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4793.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4794.     }
  4795.     /**
  4796.      * Gets the private 'fragment.renderer.inline' shared service.
  4797.      *
  4798.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4799.      */
  4800.     protected function getFragment_Renderer_InlineService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4805.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  4806.         if (isset($this->privates['fragment.renderer.inline'])) {
  4807.             return $this->privates['fragment.renderer.inline'];
  4808.         }
  4809.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4810.         if (isset($this->privates['fragment.renderer.inline'])) {
  4811.             return $this->privates['fragment.renderer.inline'];
  4812.         }
  4813.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  4814.         $instance->setFragmentPath('/_fragment');
  4815.         return $instance;
  4816.     }
  4817.     /**
  4818.      * Gets the private 'locale_aware_listener' shared service.
  4819.      *
  4820.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4821.      */
  4822.     protected function getLocaleAwareListenerService()
  4823.     {
  4824.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4825.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4826.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4827.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4828.     }
  4829.     /**
  4830.      * Gets the private 'locale_listener' shared service.
  4831.      *
  4832.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4833.      */
  4834.     protected function getLocaleListenerService()
  4835.     {
  4836.         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, []);
  4837.     }
  4838.     /**
  4839.      * Gets the private 'mailer.mailer' shared service.
  4840.      *
  4841.      * @return \Symfony\Component\Mailer\Mailer
  4842.      */
  4843.     protected function getMailer_MailerService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4850.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4851.         if (isset($this->privates['mailer.mailer'])) {
  4852.             return $this->privates['mailer.mailer'];
  4853.         }
  4854.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4855.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4856.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4857.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  4858.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4859.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  4860.     }
  4861.     /**
  4862.      * Gets the private 'mailer.transport_factory.native' shared service.
  4863.      *
  4864.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  4865.      */
  4866.     protected function getMailer_TransportFactory_NativeService()
  4867.     {
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4870.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  4871.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4872.         if (isset($this->privates['mailer.transport_factory.native'])) {
  4873.             return $this->privates['mailer.transport_factory.native'];
  4874.         }
  4875.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4876.     }
  4877.     /**
  4878.      * Gets the private 'mailer.transport_factory.null' shared service.
  4879.      *
  4880.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4881.      */
  4882.     protected function getMailer_TransportFactory_NullService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4887.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4888.         if (isset($this->privates['mailer.transport_factory.null'])) {
  4889.             return $this->privates['mailer.transport_factory.null'];
  4890.         }
  4891.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4892.     }
  4893.     /**
  4894.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4895.      *
  4896.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4897.      */
  4898.     protected function getMailer_TransportFactory_SendmailService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4903.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4904.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  4905.             return $this->privates['mailer.transport_factory.sendmail'];
  4906.         }
  4907.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4908.     }
  4909.     /**
  4910.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4911.      *
  4912.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4913.      */
  4914.     protected function getMailer_TransportFactory_SmtpService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4919.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4920.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  4921.             return $this->privates['mailer.transport_factory.smtp'];
  4922.         }
  4923.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4924.     }
  4925.     /**
  4926.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4927.      *
  4928.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4929.      */
  4930.     protected function getMaker_AutoCommand_MakeAuthService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  4940.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4941.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4942.         $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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  4943.         $instance->setName('make:auth');
  4944.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4945.         return $instance;
  4946.     }
  4947.     /**
  4948.      * Gets the private 'maker.auto_command.make_command' shared service.
  4949.      *
  4950.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4951.      */
  4952.     protected function getMaker_AutoCommand_MakeCommandService()
  4953.     {
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  4960.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  4961.         $instance->setName('make:command');
  4962.         $instance->setDescription('Creates a new console command class');
  4963.         return $instance;
  4964.     }
  4965.     /**
  4966.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4967.      *
  4968.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4969.      */
  4970.     protected function getMaker_AutoCommand_MakeControllerService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  4978.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  4979.         $instance->setName('make:controller');
  4980.         $instance->setDescription('Creates a new controller class');
  4981.         return $instance;
  4982.     }
  4983.     /**
  4984.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4985.      *
  4986.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4987.      */
  4988.     protected function getMaker_AutoCommand_MakeCrudService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  4996.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  4997.         $instance->setName('make:crud');
  4998.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4999.         return $instance;
  5000.     }
  5001.     /**
  5002.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5003.      *
  5004.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5005.      */
  5006.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5014.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5015.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5016.         $instance->setName('make:docker:database');
  5017.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5018.         return $instance;
  5019.     }
  5020.     /**
  5021.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5022.      *
  5023.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5024.      */
  5025.     protected function getMaker_AutoCommand_MakeEntityService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5034.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5035.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5036.         $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, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5037.         $instance->setName('make:entity');
  5038.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5039.         return $instance;
  5040.     }
  5041.     /**
  5042.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5043.      *
  5044.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5045.      */
  5046.     protected function getMaker_AutoCommand_MakeFixturesService()
  5047.     {
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5054.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5055.         $instance->setName('make:fixtures');
  5056.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5057.         return $instance;
  5058.     }
  5059.     /**
  5060.      * Gets the private 'maker.auto_command.make_form' shared service.
  5061.      *
  5062.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5063.      */
  5064.     protected function getMaker_AutoCommand_MakeFormService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5072.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5073.         $instance->setName('make:form');
  5074.         $instance->setDescription('Creates a new form class');
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the private 'maker.auto_command.make_message' shared service.
  5079.      *
  5080.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5081.      */
  5082.     protected function getMaker_AutoCommand_MakeMessageService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5090.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5091.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5092.         $instance->setName('make:message');
  5093.         $instance->setDescription('Creates a new message and handler');
  5094.         return $instance;
  5095.     }
  5096.     /**
  5097.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5098.      *
  5099.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5100.      */
  5101.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5109.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5110.         $instance->setName('make:messenger-middleware');
  5111.         $instance->setDescription('Creates a new messenger middleware');
  5112.         return $instance;
  5113.     }
  5114.     /**
  5115.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5116.      *
  5117.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5118.      */
  5119.     protected function getMaker_AutoCommand_MakeMigrationService()
  5120.     {
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5128.         $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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5129.         $instance->setName('make:migration');
  5130.         $instance->setDescription('Creates a new migration based on database changes');
  5131.         return $instance;
  5132.     }
  5133.     /**
  5134.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5135.      *
  5136.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5137.      */
  5138.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5146.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5147.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5148.         $instance->setName('make:registration-form');
  5149.         $instance->setDescription('Creates a new registration form system');
  5150.         return $instance;
  5151.     }
  5152.     /**
  5153.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5154.      *
  5155.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5156.      */
  5157.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5165.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5166.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5167.         $instance->setName('make:reset-password');
  5168.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5169.         return $instance;
  5170.     }
  5171.     /**
  5172.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5173.      *
  5174.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5175.      */
  5176.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5186.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5187.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5188.         $instance->setName('make:security:form-login');
  5189.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  5190.         return $instance;
  5191.     }
  5192.     /**
  5193.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5194.      *
  5195.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5196.      */
  5197.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5205.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5206.         $instance->setName('make:serializer:encoder');
  5207.         $instance->setDescription('Creates a new serializer encoder class');
  5208.         return $instance;
  5209.     }
  5210.     /**
  5211.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5212.      *
  5213.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5214.      */
  5215.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5216.     {
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5223.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5224.         $instance->setName('make:serializer:normalizer');
  5225.         $instance->setDescription('Creates a new serializer normalizer class');
  5226.         return $instance;
  5227.     }
  5228.     /**
  5229.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5230.      *
  5231.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5232.      */
  5233.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5241.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5242.         $instance->setName('make:stimulus-controller');
  5243.         $instance->setDescription('Creates a new Stimulus controller');
  5244.         return $instance;
  5245.     }
  5246.     /**
  5247.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5248.      *
  5249.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5250.      */
  5251.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5252.     {
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5260.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5261.         $instance->setName('make:subscriber');
  5262.         $instance->setDescription('Creates a new event subscriber class');
  5263.         return $instance;
  5264.     }
  5265.     /**
  5266.      * Gets the private 'maker.auto_command.make_test' shared service.
  5267.      *
  5268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5269.      */
  5270.     protected function getMaker_AutoCommand_MakeTestService()
  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/InputAwareMakerInterface.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5279.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5280.         $instance->setName('make:test');
  5281.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5282.         $instance->setDescription('Creates a new test class');
  5283.         return $instance;
  5284.     }
  5285.     /**
  5286.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5287.      *
  5288.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5289.      */
  5290.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5298.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5299.         $instance->setName('make:twig-component');
  5300.         $instance->setDescription('Creates a twig (or live) component');
  5301.         return $instance;
  5302.     }
  5303.     /**
  5304.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5305.      *
  5306.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5307.      */
  5308.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5316.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5317.         $instance->setName('make:twig-extension');
  5318.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  5319.         return $instance;
  5320.     }
  5321.     /**
  5322.      * Gets the private 'maker.auto_command.make_user' shared service.
  5323.      *
  5324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5325.      */
  5326.     protected function getMaker_AutoCommand_MakeUserService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5336.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5337.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5338.         $instance->setName('make:user');
  5339.         $instance->setDescription('Creates a new security user class');
  5340.         return $instance;
  5341.     }
  5342.     /**
  5343.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5344.      *
  5345.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5346.      */
  5347.     protected function getMaker_AutoCommand_MakeValidatorService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5355.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5356.         $instance->setName('make:validator');
  5357.         $instance->setDescription('Creates a new validator and constraint class');
  5358.         return $instance;
  5359.     }
  5360.     /**
  5361.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5362.      *
  5363.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5364.      */
  5365.     protected function getMaker_AutoCommand_MakeVoterService()
  5366.     {
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5373.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5374.         $instance->setName('make:voter');
  5375.         $instance->setDescription('Creates a new security voter class');
  5376.         return $instance;
  5377.     }
  5378.     /**
  5379.      * Gets the private 'maker.doctrine_helper' shared service.
  5380.      *
  5381.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5382.      */
  5383.     protected function getMaker_DoctrineHelperService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5386.         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_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5387.     }
  5388.     /**
  5389.      * Gets the private 'maker.entity_class_generator' shared service.
  5390.      *
  5391.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5392.      */
  5393.     protected function getMaker_EntityClassGeneratorService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5396.         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()));
  5397.     }
  5398.     /**
  5399.      * Gets the private 'maker.file_link_formatter' shared service.
  5400.      *
  5401.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  5402.      */
  5403.     protected function getMaker_FileLinkFormatterService()
  5404.     {
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5406.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5407.     }
  5408.     /**
  5409.      * Gets the private 'maker.file_manager' shared service.
  5410.      *
  5411.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5412.      */
  5413.     protected function getMaker_FileManagerService()
  5414.     {
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5419.         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')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5420.     }
  5421.     /**
  5422.      * Gets the private 'maker.generator' shared service.
  5423.      *
  5424.      * @return \Symfony\Bundle\MakerBundle\Generator
  5425.      */
  5426.     protected function getMaker_GeneratorService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5430.         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());
  5431.     }
  5432.     /**
  5433.      * Gets the private 'maker.php_compat_util' shared service.
  5434.      *
  5435.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5436.      */
  5437.     protected function getMaker_PhpCompatUtilService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5440.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5441.     }
  5442.     /**
  5443.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5444.      *
  5445.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5446.      */
  5447.     protected function getMaker_Renderer_FormTypeRendererService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5450.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5451.     }
  5452.     /**
  5453.      * Gets the private 'mime_types' shared service.
  5454.      *
  5455.      * @return \Symfony\Component\Mime\MimeTypes
  5456.      */
  5457.     protected function getMimeTypesService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5462.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5463.         $instance->setDefault($instance);
  5464.         return $instance;
  5465.     }
  5466.     /**
  5467.      * Gets the private 'monolog.command.server_log' shared service.
  5468.      *
  5469.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5470.      */
  5471.     protected function getMonolog_Command_ServerLogService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5475.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5476.         $instance->setName('server:log');
  5477.         $instance->setDescription('Start a log server that displays logs in real time');
  5478.         return $instance;
  5479.     }
  5480.     /**
  5481.      * Gets the private 'monolog.handler.console' shared service.
  5482.      *
  5483.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5484.      */
  5485.     protected function getMonolog_Handler_ConsoleService()
  5486.     {
  5487.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5488.     }
  5489.     /**
  5490.      * Gets the private 'monolog.handler.main' shared service.
  5491.      *
  5492.      * @return \Monolog\Handler\StreamHandler
  5493.      */
  5494.     protected function getMonolog_Handler_MainService()
  5495.     {
  5496.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5497.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5498.         return $instance;
  5499.     }
  5500.     /**
  5501.      * Gets the private 'monolog.logger' shared service.
  5502.      *
  5503.      * @return \Symfony\Bridge\Monolog\Logger
  5504.      */
  5505.     protected function getMonolog_LoggerService()
  5506.     {
  5507.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5508.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5509.         $instance->useMicrosecondTimestamps(true);
  5510.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5511.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5512.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5513.         return $instance;
  5514.     }
  5515.     /**
  5516.      * Gets the private 'monolog.logger.cache' shared service.
  5517.      *
  5518.      * @return \Symfony\Bridge\Monolog\Logger
  5519.      */
  5520.     protected function getMonolog_Logger_CacheService()
  5521.     {
  5522.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5523.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5524.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5525.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5526.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5527.         return $instance;
  5528.     }
  5529.     /**
  5530.      * Gets the private 'monolog.logger.mailer' shared service.
  5531.      *
  5532.      * @return \Symfony\Bridge\Monolog\Logger
  5533.      */
  5534.     protected function getMonolog_Logger_MailerService()
  5535.     {
  5536.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  5537.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5538.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5539.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5540.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5541.         return $instance;
  5542.     }
  5543.     /**
  5544.      * Gets the private 'monolog.logger.request' shared service.
  5545.      *
  5546.      * @return \Symfony\Bridge\Monolog\Logger
  5547.      */
  5548.     protected function getMonolog_Logger_RequestService()
  5549.     {
  5550.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5551.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5552.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5553.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5554.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5555.         return $instance;
  5556.     }
  5557.     /**
  5558.      * Gets the private 'monolog.logger.security' shared service.
  5559.      *
  5560.      * @return \Symfony\Bridge\Monolog\Logger
  5561.      */
  5562.     protected function getMonolog_Logger_SecurityService()
  5563.     {
  5564.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5565.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5566.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5567.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5568.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5569.         return $instance;
  5570.     }
  5571.     /**
  5572.      * Gets the private 'parameter_bag' shared service.
  5573.      *
  5574.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5575.      */
  5576.     protected function getParameterBagService()
  5577.     {
  5578.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5579.     }
  5580.     /**
  5581.      * Gets the private 'profiler_listener' shared service.
  5582.      *
  5583.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5584.      */
  5585.     protected function getProfilerListenerService()
  5586.     {
  5587.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5588.         if (isset($this->privates['profiler_listener'])) {
  5589.             return $this->privates['profiler_listener'];
  5590.         }
  5591.         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);
  5592.     }
  5593.     /**
  5594.      * Gets the private 'property_accessor' shared service.
  5595.      *
  5596.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5597.      */
  5598.     protected function getPropertyAccessorService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5606.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5607.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5608.     }
  5609.     /**
  5610.      * Gets the private 'property_info' shared service.
  5611.      *
  5612.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5613.      */
  5614.     protected function getPropertyInfoService()
  5615.     {
  5616.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5617.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5618.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5619.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5620.         }, 3), new RewindableGenerator(function () {
  5621.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5622.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5623.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5624.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5625.         }, 4), new RewindableGenerator(function () {
  5626.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5627.         }, 1), new RewindableGenerator(function () {
  5628.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5629.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5630.         }, 2), new RewindableGenerator(function () {
  5631.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5632.         }, 1));
  5633.     }
  5634.     /**
  5635.      * Gets the private 'property_info.serializer_extractor' shared service.
  5636.      *
  5637.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5638.      */
  5639.     protected function getPropertyInfo_SerializerExtractorService()
  5640.     {
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5642.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5643.     }
  5644.     /**
  5645.      * Gets the private 'router.cache_warmer' shared service.
  5646.      *
  5647.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5648.      */
  5649.     protected function getRouter_CacheWarmerService()
  5650.     {
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5653.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5654.             'router' => ['services''router''getRouterService'false],
  5655.         ], [
  5656.             'router' => '?',
  5657.         ]))->withContext('router.cache_warmer'$this));
  5658.     }
  5659.     /**
  5660.      * Gets the private 'router.expression_language_provider' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5663.      */
  5664.     protected function getRouter_ExpressionLanguageProviderService()
  5665.     {
  5666.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5667.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5668.         ], [
  5669.             'env' => 'Closure',
  5670.         ]));
  5671.     }
  5672.     /**
  5673.      * Gets the private 'router.request_context' shared service.
  5674.      *
  5675.      * @return \Symfony\Component\Routing\RequestContext
  5676.      */
  5677.     protected function getRouter_RequestContextService()
  5678.     {
  5679.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5680.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5681.         return $instance;
  5682.     }
  5683.     /**
  5684.      * Gets the private 'router_listener' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5687.      */
  5688.     protected function getRouterListenerService()
  5689.     {
  5690.         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);
  5691.     }
  5692.     /**
  5693.      * Gets the private 'secrets.vault' shared service.
  5694.      *
  5695.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5696.      */
  5697.     protected function getSecrets_VaultService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5703.         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'));
  5704.     }
  5705.     /**
  5706.      * Gets the private 'security.access_listener' shared service.
  5707.      *
  5708.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5709.      */
  5710.     protected function getSecurity_AccessListenerService()
  5711.     {
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5713.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5714.         if (isset($this->privates['security.access_listener'])) {
  5715.             return $this->privates['security.access_listener'];
  5716.         }
  5717.         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);
  5718.     }
  5719.     /**
  5720.      * Gets the private 'security.access_map' shared service.
  5721.      *
  5722.      * @return \Symfony\Component\Security\Http\AccessMap
  5723.      */
  5724.     protected function getSecurity_AccessMapService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5730.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5731.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [=> 'ROLE_USER'], NULL);
  5732.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/client'), [=> 'ROLE_USER'], NULL);
  5733.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/feed'), [=> 'ROLE_USER'], NULL);
  5734.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/clients'), [=> 'ROLE_USER'], NULL);
  5735.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/data-dictionary'), [=> 'ROLE_USER'], NULL);
  5736.         return $instance;
  5737.     }
  5738.     /**
  5739.      * Gets the private 'security.authentication_utils' shared service.
  5740.      *
  5741.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5742.      */
  5743.     protected function getSecurity_AuthenticationUtilsService()
  5744.     {
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5746.         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())));
  5747.     }
  5748.     /**
  5749.      * Gets the private 'security.channel_listener' shared service.
  5750.      *
  5751.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5752.      */
  5753.     protected function getSecurity_ChannelListenerService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5756.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5757.         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());
  5758.     }
  5759.     /**
  5760.      * Gets the private 'security.command.debug_firewall' shared service.
  5761.      *
  5762.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5763.      */
  5764.     protected function getSecurity_Command_DebugFirewallService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5768.         $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['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService())]], true);
  5769.         $instance->setName('debug:firewall');
  5770.         $instance->setDescription('Display information about your security firewall(s)');
  5771.         return $instance;
  5772.     }
  5773.     /**
  5774.      * Gets the private 'security.command.user_password_encoder' shared service.
  5775.      *
  5776.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5777.      *
  5778.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5779.      */
  5780.     protected function getSecurity_Command_UserPasswordEncoderService()
  5781.     {
  5782.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5783.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5784.         $instance->setName('security:encode-password');
  5785.         $instance->setDescription('Encode a password');
  5786.         return $instance;
  5787.     }
  5788.     /**
  5789.      * Gets the private 'security.command.user_password_hash' shared service.
  5790.      *
  5791.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5792.      */
  5793.     protected function getSecurity_Command_UserPasswordHashService()
  5794.     {
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5797.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  5798.         $instance->setName('security:hash-password');
  5799.         $instance->setDescription('Hash a user password');
  5800.         return $instance;
  5801.     }
  5802.     /**
  5803.      * Gets the private 'security.context_listener.0' shared service.
  5804.      *
  5805.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5806.      */
  5807.     protected function getSecurity_ContextListener_0Service()
  5808.     {
  5809.         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 () {
  5810.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5811.         }, 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']);
  5812.     }
  5813.     /**
  5814.      * Gets the private 'security.csrf.token_storage' shared service.
  5815.      *
  5816.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5817.      */
  5818.     protected function getSecurity_Csrf_TokenStorageService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5823.         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())));
  5824.     }
  5825.     /**
  5826.      * Gets the private 'security.encoder_factory.generic' shared service.
  5827.      *
  5828.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5829.      *
  5830.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5831.      */
  5832.     protected function getSecurity_EncoderFactory_GenericService()
  5833.     {
  5834.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5835.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['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]]);
  5836.     }
  5837.     /**
  5838.      * Gets the private 'security.event_dispatcher.main' shared service.
  5839.      *
  5840.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5841.      */
  5842.     protected function getSecurity_EventDispatcher_MainService()
  5843.     {
  5844.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5845.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5846.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  5847.         }, => 'checkPassport'], 2048);
  5848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5849.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  5850.         }, => 'onSuccessfulLogin'], 0);
  5851.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5852.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5853.         }, => 'onLogout'], 64);
  5854.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5855.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5856.         }, => 'onLogout'], 0);
  5857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5858.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  5859.         }, => 'preCheckCredentials'], 256);
  5860.         $instance->addListener('security.authentication.success', [=> function () {
  5861.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  5862.         }, => 'postCheckCredentials'], 256);
  5863.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5864.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  5865.         }, => 'checkPassport'], 1024);
  5866.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5867.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  5868.         }, => 'checkPassport'], 0);
  5869.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5870.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  5871.         }, => 'onLoginSuccess'], 0);
  5872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5873.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  5874.         }, => 'checkPassport'], 512);
  5875.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5876.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5877.         }, => 'onLogout'], 0);
  5878.         return $instance;
  5879.     }
  5880.     /**
  5881.      * Gets the private 'security.firewall.map' shared service.
  5882.      *
  5883.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5884.      */
  5885.     protected function getSecurity_Firewall_MapService()
  5886.     {
  5887.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  5888.         if (isset($this->privates['security.firewall.map'])) {
  5889.             return $this->privates['security.firewall.map'];
  5890.         }
  5891.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5892.             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)/')));
  5893.             yield 'security.firewall.map.context.main' => NULL;
  5894.         }, 2));
  5895.     }
  5896.     /**
  5897.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5898.      *
  5899.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5900.      */
  5901.     protected function getSecurity_Firewall_Map_Context_DevService()
  5902.     {
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5905.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5906.             return new \EmptyIterator();
  5907.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5908.     }
  5909.     /**
  5910.      * Gets the private 'security.firewall.map.context.main' shared service.
  5911.      *
  5912.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5913.      */
  5914.     protected function getSecurity_Firewall_Map_Context_MainService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  5921.         include_once \dirname(__DIR__4).'/src/Security/AccessDeniedHandler.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5924.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5925.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5926.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5927.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5928.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5929.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  5930.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5931.         }, 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', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULL, new \App\Security\AccessDeniedHandler(($this->services['router'] ?? $this->getRouterService()), $this->getSession_FlashBagService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator''App\\Security\\AccessDeniedHandler'NULL, [=> 'App\\Security\\LoginFormAuthenticator'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5932.     }
  5933.     /**
  5934.      * Gets the private 'security.http_utils' shared service.
  5935.      *
  5936.      * @return \Symfony\Component\Security\Http\HttpUtils
  5937.      */
  5938.     protected function getSecurity_HttpUtilsService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5941.         $a = ($this->services['router'] ?? $this->getRouterService());
  5942.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5943.     }
  5944.     /**
  5945.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  5946.      *
  5947.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  5948.      */
  5949.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  5952.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  5953.     }
  5954.     /**
  5955.      * Gets the private 'security.listener.csrf_protection' shared service.
  5956.      *
  5957.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  5958.      */
  5959.     protected function getSecurity_Listener_CsrfProtectionService()
  5960.     {
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  5962.         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()));
  5963.     }
  5964.     /**
  5965.      * Gets the private 'security.listener.main.user_provider' shared service.
  5966.      *
  5967.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  5968.      */
  5969.     protected function getSecurity_Listener_Main_UserProviderService()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  5972.         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()));
  5973.     }
  5974.     /**
  5975.      * Gets the private 'security.listener.password_migrating' shared service.
  5976.      *
  5977.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  5978.      */
  5979.     protected function getSecurity_Listener_PasswordMigratingService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  5982.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  5983.     }
  5984.     /**
  5985.      * Gets the private 'security.listener.session.main' shared service.
  5986.      *
  5987.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  5988.      */
  5989.     protected function getSecurity_Listener_Session_MainService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5994.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5995.     }
  5996.     /**
  5997.      * Gets the private 'security.listener.user_checker.main' shared service.
  5998.      *
  5999.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  6000.      */
  6001.     protected function getSecurity_Listener_UserChecker_MainService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6006.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \Symfony\Component\Security\Core\User\InMemoryUserChecker());
  6007.     }
  6008.     /**
  6009.      * Gets the private 'security.listener.user_provider' shared service.
  6010.      *
  6011.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  6012.      */
  6013.     protected function getSecurity_Listener_UserProviderService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  6016.         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()));
  6017.     }
  6018.     /**
  6019.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6022.      */
  6023.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6026.         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()));
  6027.     }
  6028.     /**
  6029.      * Gets the private 'security.logout.listener.default.main' shared service.
  6030.      *
  6031.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6032.      */
  6033.     protected function getSecurity_Logout_Listener_Default_MainService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6036.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6037.     }
  6038.     /**
  6039.      * Gets the private 'security.logout_url_generator' shared service.
  6040.      *
  6041.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6042.      */
  6043.     protected function getSecurity_LogoutUrlGeneratorService()
  6044.     {
  6045.         $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()));
  6046.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  6047.         return $instance;
  6048.     }
  6049.     /**
  6050.      * Gets the private 'security.password_hasher_factory' shared service.
  6051.      *
  6052.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6053.      */
  6054.     protected function getSecurity_PasswordHasherFactoryService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6058.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['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]]);
  6059.     }
  6060.     /**
  6061.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6062.      *
  6063.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6064.      */
  6065.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6070.         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);
  6071.     }
  6072.     /**
  6073.      * Gets the private 'security.user_password_hasher' shared service.
  6074.      *
  6075.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  6076.      */
  6077.     protected function getSecurity_UserPasswordHasherService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6081.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6082.     }
  6083.     /**
  6084.      * Gets the private 'security.validator.user_password' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6087.      */
  6088.     protected function getSecurity_Validator_UserPasswordService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6093.         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()));
  6094.     }
  6095.     /**
  6096.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6097.      *
  6098.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6099.      */
  6100.     protected function getSerializer_Mapping_CacheWarmerService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6107.         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'));
  6108.     }
  6109.     /**
  6110.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6111.      *
  6112.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6113.      */
  6114.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6115.     {
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6122.         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()))]));
  6123.     }
  6124.     /**
  6125.      * Gets the private 'session.factory' shared service.
  6126.      *
  6127.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6128.      */
  6129.     protected function getSession_FactoryService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6133.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6134.         if (isset($this->privates['session.factory'])) {
  6135.             return $this->privates['session.factory'];
  6136.         }
  6137.         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']);
  6138.     }
  6139.     /**
  6140.      * Gets the private 'session.flash_bag' shared service.
  6141.      *
  6142.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  6143.      *
  6144.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  6145.      */
  6146.     protected function getSession_FlashBagService()
  6147.     {
  6148.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  6149.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  6150.     }
  6151.     /**
  6152.      * Gets the private 'session.storage.factory.service' shared service.
  6153.      *
  6154.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6155.      *
  6156.      * @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.
  6157.      */
  6158.     protected function getSession_Storage_Factory_ServiceService()
  6159.     {
  6160.         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.');
  6161.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6162.     }
  6163.     /**
  6164.      * Gets the private 'session.storage.metadata_bag' shared service.
  6165.      *
  6166.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6167.      *
  6168.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6169.      */
  6170.     protected function getSession_Storage_MetadataBagService()
  6171.     {
  6172.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6173.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6174.     }
  6175.     /**
  6176.      * Gets the private 'session.storage.native' shared service.
  6177.      *
  6178.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6179.      *
  6180.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6181.      */
  6182.     protected function getSession_Storage_NativeService()
  6183.     {
  6184.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6187.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  6188.     }
  6189.     /**
  6190.      * Gets the private 'session_listener' shared service.
  6191.      *
  6192.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6193.      */
  6194.     protected function getSessionListenerService()
  6195.     {
  6196.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6197.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6198.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6199.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6200.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6201.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6202.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6203.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6204.         ], [
  6205.             'initialized_session' => '?',
  6206.             'logger' => '?',
  6207.             'request_stack' => '?',
  6208.             'session' => '?',
  6209.             'session_collector' => '?',
  6210.             'session_factory' => '?',
  6211.             'session_storage' => '?',
  6212.         ]), true$this->parameters['session.storage.options']);
  6213.     }
  6214.     /**
  6215.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  6216.      *
  6217.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  6218.      */
  6219.     protected function getSymfonycasts_ResetPassword_CleanerService()
  6220.     {
  6221.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  6222.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  6223.     }
  6224.     /**
  6225.      * Gets the private 'translation.extractor' shared service.
  6226.      *
  6227.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6228.      */
  6229.     protected function getTranslation_ExtractorService()
  6230.     {
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6236.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6237.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6238.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6239.         return $instance;
  6240.     }
  6241.     /**
  6242.      * Gets the private 'translation.loader.csv' shared service.
  6243.      *
  6244.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6245.      */
  6246.     protected function getTranslation_Loader_CsvService()
  6247.     {
  6248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6252.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6253.     }
  6254.     /**
  6255.      * Gets the private 'translation.loader.dat' shared service.
  6256.      *
  6257.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6258.      */
  6259.     protected function getTranslation_Loader_DatService()
  6260.     {
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6264.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6265.     }
  6266.     /**
  6267.      * Gets the private 'translation.loader.ini' shared service.
  6268.      *
  6269.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6270.      */
  6271.     protected function getTranslation_Loader_IniService()
  6272.     {
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6277.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6278.     }
  6279.     /**
  6280.      * Gets the private 'translation.loader.json' shared service.
  6281.      *
  6282.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6283.      */
  6284.     protected function getTranslation_Loader_JsonService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6290.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6291.     }
  6292.     /**
  6293.      * Gets the private 'translation.loader.mo' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6296.      */
  6297.     protected function getTranslation_Loader_MoService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6303.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6304.     }
  6305.     /**
  6306.      * Gets the private 'translation.loader.php' shared service.
  6307.      *
  6308.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6309.      */
  6310.     protected function getTranslation_Loader_PhpService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6316.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6317.     }
  6318.     /**
  6319.      * Gets the private 'translation.loader.po' shared service.
  6320.      *
  6321.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6322.      */
  6323.     protected function getTranslation_Loader_PoService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6329.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6330.     }
  6331.     /**
  6332.      * Gets the private 'translation.loader.qt' shared service.
  6333.      *
  6334.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6335.      */
  6336.     protected function getTranslation_Loader_QtService()
  6337.     {
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6340.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6341.     }
  6342.     /**
  6343.      * Gets the private 'translation.loader.res' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6346.      */
  6347.     protected function getTranslation_Loader_ResService()
  6348.     {
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6351.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6352.     }
  6353.     /**
  6354.      * Gets the private 'translation.loader.xliff' shared service.
  6355.      *
  6356.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6357.      */
  6358.     protected function getTranslation_Loader_XliffService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6362.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6363.     }
  6364.     /**
  6365.      * Gets the private 'translation.loader.yml' shared service.
  6366.      *
  6367.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6368.      */
  6369.     protected function getTranslation_Loader_YmlService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6375.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6376.     }
  6377.     /**
  6378.      * Gets the private 'translation.provider_collection' shared service.
  6379.      *
  6380.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6381.      */
  6382.     protected function getTranslation_ProviderCollectionService()
  6383.     {
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6386.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6387.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6388.         }, 1), []))->fromConfig([]);
  6389.     }
  6390.     /**
  6391.      * Gets the private 'translation.reader' shared service.
  6392.      *
  6393.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6394.      */
  6395.     protected function getTranslation_ReaderService()
  6396.     {
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  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/PhpFileLoader.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6413.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6414.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6415.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6416.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6417.         $instance->addLoader('yaml'$a);
  6418.         $instance->addLoader('yml'$a);
  6419.         $instance->addLoader('xlf'$b);
  6420.         $instance->addLoader('xliff'$b);
  6421.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6422.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6423.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6424.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6425.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6426.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6427.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6428.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6429.         return $instance;
  6430.     }
  6431.     /**
  6432.      * Gets the private 'translation.warmer' shared service.
  6433.      *
  6434.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6435.      */
  6436.     protected function getTranslation_WarmerService()
  6437.     {
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6440.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6441.             'translator' => ['services''translator''getTranslatorService'false],
  6442.         ], [
  6443.             'translator' => '?',
  6444.         ]))->withContext('translation.warmer'$this));
  6445.     }
  6446.     /**
  6447.      * Gets the private 'translation.writer' shared service.
  6448.      *
  6449.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6450.      */
  6451.     protected function getTranslation_WriterService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6467.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6468.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6469.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6470.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6471.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6472.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6473.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6474.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6475.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6476.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6477.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6478.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6479.         return $instance;
  6480.     }
  6481.     /**
  6482.      * Gets the private 'translator.default' shared service.
  6483.      *
  6484.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6485.      */
  6486.     protected function getTranslator_DefaultService()
  6487.     {
  6488.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6489.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6490.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6491.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6492.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6493.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6494.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6495.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6496.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6497.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6498.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6499.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6500.         ], [
  6501.             'translation.loader.csv' => '?',
  6502.             'translation.loader.dat' => '?',
  6503.             'translation.loader.ini' => '?',
  6504.             'translation.loader.json' => '?',
  6505.             'translation.loader.mo' => '?',
  6506.             'translation.loader.php' => '?',
  6507.             'translation.loader.po' => '?',
  6508.             'translation.loader.qt' => '?',
  6509.             'translation.loader.res' => '?',
  6510.             'translation.loader.xliff' => '?',
  6511.             'translation.loader.yml' => '?',
  6512.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  6513.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6514.         $instance->setFallbackLocales([=> 'en']);
  6515.         return $instance;
  6516.     }
  6517.     /**
  6518.      * Gets the private 'twig.command.debug' shared service.
  6519.      *
  6520.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6521.      */
  6522.     protected function getTwig_Command_DebugService()
  6523.     {
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6526.         $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()));
  6527.         $instance->setName('debug:twig');
  6528.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6529.         return $instance;
  6530.     }
  6531.     /**
  6532.      * Gets the private 'twig.command.lint' shared service.
  6533.      *
  6534.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6535.      */
  6536.     protected function getTwig_Command_LintService()
  6537.     {
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6541.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6542.         $instance->setName('lint:twig');
  6543.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6544.         return $instance;
  6545.     }
  6546.     /**
  6547.      * Gets the private 'twig.form.engine' shared service.
  6548.      *
  6549.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6550.      */
  6551.     protected function getTwig_Form_EngineService()
  6552.     {
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6556.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6557.         if (isset($this->privates['twig.form.engine'])) {
  6558.             return $this->privates['twig.form.engine'];
  6559.         }
  6560.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6561.     }
  6562.     /**
  6563.      * Gets the private 'twig.form.renderer' shared service.
  6564.      *
  6565.      * @return \Symfony\Component\Form\FormRenderer
  6566.      */
  6567.     protected function getTwig_Form_RendererService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6571.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6572.         if (isset($this->privates['twig.form.renderer'])) {
  6573.             return $this->privates['twig.form.renderer'];
  6574.         }
  6575.         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()));
  6576.     }
  6577.     /**
  6578.      * Gets the private 'twig.mailer.message_listener' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6581.      */
  6582.     protected function getTwig_Mailer_MessageListenerService()
  6583.     {
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6587.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6588.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6589.             return $this->privates['twig.mailer.message_listener'];
  6590.         }
  6591.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6592.     }
  6593.     /**
  6594.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6595.      *
  6596.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6597.      */
  6598.     protected function getTwig_Runtime_HttpkernelService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6606.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6607.         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, [
  6608.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6609.         ], [
  6610.             'inline' => '?',
  6611.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6615.      *
  6616.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6617.      */
  6618.     protected function getTwig_Runtime_SecurityCsrfService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6621.         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()));
  6622.     }
  6623.     /**
  6624.      * Gets the private 'twig.runtime.serializer' shared service.
  6625.      *
  6626.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6627.      */
  6628.     protected function getTwig_Runtime_SerializerService()
  6629.     {
  6630.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6632.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6633.     }
  6634.     /**
  6635.      * Gets the private 'twig.template_cache_warmer' shared service.
  6636.      *
  6637.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6638.      */
  6639.     protected function getTwig_TemplateCacheWarmerService()
  6640.     {
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6644.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6645.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6646.         ], [
  6647.             'twig' => '?',
  6648.         ]))->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')));
  6649.     }
  6650.     /**
  6651.      * Gets the private 'validator.builder' shared service.
  6652.      *
  6653.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6654.      */
  6655.     protected function getValidator_BuilderService()
  6656.     {
  6657.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6658.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6659.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6660.             'App\\Validator\\AuditAnalyticsEmailValidator' => ['privates''App\\Validator\\AuditAnalyticsEmailValidator''getAuditAnalyticsEmailValidatorService'false],
  6661.             'App\\Validator\\AuditAnalyticsIPWhitelistValidator' => ['privates''App\\Validator\\AuditAnalyticsIPWhitelistValidator''getAuditAnalyticsIPWhitelistValidatorService'false],
  6662.             'App\\Validator\\AuditAnalyticsPublicKeyValidator' => ['privates''App\\Validator\\AuditAnalyticsPublicKeyValidator''getAuditAnalyticsPublicKeyValidatorService'false],
  6663.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6664.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6665.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6666.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6667.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6668.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6669.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6670.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6671.         ], [
  6672.             'App\\Validator\\AuditAnalyticsEmailValidator' => '?',
  6673.             'App\\Validator\\AuditAnalyticsIPWhitelistValidator' => '?',
  6674.             'App\\Validator\\AuditAnalyticsPublicKeyValidator' => '?',
  6675.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6676.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6677.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6678.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6679.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6680.             'doctrine.orm.validator.unique' => '?',
  6681.             'security.validator.user_password' => '?',
  6682.             'validator.expression' => '?',
  6683.         ])));
  6684.         if ($this->has('translator')) {
  6685.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6686.         }
  6687.         $instance->setTranslationDomain('validators');
  6688.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6689.         $instance->enableAnnotationMapping(true);
  6690.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6691.         $instance->addMethodMapping('loadValidatorMetadata');
  6692.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6693.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6694.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6695.         return $instance;
  6696.     }
  6697.     /**
  6698.      * Gets the private 'validator.email' shared service.
  6699.      *
  6700.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6701.      */
  6702.     protected function getValidator_EmailService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6707.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6708.     }
  6709.     /**
  6710.      * Gets the private 'validator.expression' shared service.
  6711.      *
  6712.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6713.      */
  6714.     protected function getValidator_ExpressionService()
  6715.     {
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  6720.         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())));
  6721.     }
  6722.     /**
  6723.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6724.      *
  6725.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6726.      */
  6727.     protected function getValidator_Mapping_CacheWarmerService()
  6728.     {
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6732.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6733.     }
  6734.     /**
  6735.      * Gets the private 'validator.not_compromised_password' shared service.
  6736.      *
  6737.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6738.      */
  6739.     protected function getValidator_NotCompromisedPasswordService()
  6740.     {
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6744.         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);
  6745.     }
  6746.     /**
  6747.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6748.      *
  6749.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6750.      */
  6751.     protected function getVarDumper_Command_ServerDumpService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6759.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6760.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6761.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6762.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6763.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6764.         $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()))]);
  6765.         $instance->setName('server:dump');
  6766.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6767.         return $instance;
  6768.     }
  6769.     /**
  6770.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6773.      */
  6774.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6775.     {
  6776.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6777.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6778.         return $instance;
  6779.     }
  6780.     /**
  6781.      * Gets the private 'var_dumper.html_dumper' shared service.
  6782.      *
  6783.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6784.      */
  6785.     protected function getVarDumper_HtmlDumperService()
  6786.     {
  6787.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6788.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6789.         return $instance;
  6790.     }
  6791.     /**
  6792.      * Gets the private 'var_dumper.server_connection' shared service.
  6793.      *
  6794.      * @return \Symfony\Component\VarDumper\Server\Connection
  6795.      */
  6796.     protected function getVarDumper_ServerConnectionService()
  6797.     {
  6798.         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()]);
  6799.     }
  6800.     /**
  6801.      * Gets the private 'web_profiler.csp.handler' shared service.
  6802.      *
  6803.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6804.      */
  6805.     protected function getWebProfiler_Csp_HandlerService()
  6806.     {
  6807.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6808.     }
  6809.     /**
  6810.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6811.      *
  6812.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6813.      */
  6814.     protected function getWebProfiler_DebugToolbarService()
  6815.     {
  6816.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6817.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6818.             return $this->privates['web_profiler.debug_toolbar'];
  6819.         }
  6820.         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()));
  6821.     }
  6822.     /**
  6823.      * Gets the public 'cache_clearer' alias.
  6824.      *
  6825.      * @return object The ".container.private.cache_clearer" service.
  6826.      */
  6827.     protected function getCacheClearerService()
  6828.     {
  6829.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6830.         return $this->get('.container.private.cache_clearer');
  6831.     }
  6832.     /**
  6833.      * Gets the public 'filesystem' alias.
  6834.      *
  6835.      * @return object The ".container.private.filesystem" service.
  6836.      */
  6837.     protected function getFilesystemService()
  6838.     {
  6839.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6840.         return $this->get('.container.private.filesystem');
  6841.     }
  6842.     /**
  6843.      * Gets the public 'serializer' alias.
  6844.      *
  6845.      * @return object The ".container.private.serializer" service.
  6846.      */
  6847.     protected function getSerializerService()
  6848.     {
  6849.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6850.         return $this->get('.container.private.serializer');
  6851.     }
  6852.     /**
  6853.      * Gets the public 'security.csrf.token_manager' alias.
  6854.      *
  6855.      * @return object The ".container.private.security.csrf.token_manager" service.
  6856.      */
  6857.     protected function getSecurity_Csrf_TokenManagerService()
  6858.     {
  6859.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6860.         return $this->get('.container.private.security.csrf.token_manager');
  6861.     }
  6862.     /**
  6863.      * Gets the public 'form.factory' alias.
  6864.      *
  6865.      * @return object The ".container.private.form.factory" service.
  6866.      */
  6867.     protected function getForm_FactoryService()
  6868.     {
  6869.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6870.         return $this->get('.container.private.form.factory');
  6871.     }
  6872.     /**
  6873.      * Gets the public 'form.type.file' alias.
  6874.      *
  6875.      * @return object The ".container.private.form.type.file" service.
  6876.      */
  6877.     protected function getForm_Type_FileService()
  6878.     {
  6879.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6880.         return $this->get('.container.private.form.type.file');
  6881.     }
  6882.     /**
  6883.      * Gets the public 'profiler' alias.
  6884.      *
  6885.      * @return object The ".container.private.profiler" service.
  6886.      */
  6887.     protected function getProfilerService()
  6888.     {
  6889.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6890.         return $this->get('.container.private.profiler');
  6891.     }
  6892.     /**
  6893.      * Gets the public 'twig' alias.
  6894.      *
  6895.      * @return object The ".container.private.twig" service.
  6896.      */
  6897.     protected function getTwigService()
  6898.     {
  6899.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6900.         return $this->get('.container.private.twig');
  6901.     }
  6902.     /**
  6903.      * Gets the public 'security.authorization_checker' alias.
  6904.      *
  6905.      * @return object The ".container.private.security.authorization_checker" service.
  6906.      */
  6907.     protected function getSecurity_AuthorizationCheckerService()
  6908.     {
  6909.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6910.         return $this->get('.container.private.security.authorization_checker');
  6911.     }
  6912.     /**
  6913.      * Gets the public 'security.token_storage' alias.
  6914.      *
  6915.      * @return object The ".container.private.security.token_storage" service.
  6916.      */
  6917.     protected function getSecurity_TokenStorageService()
  6918.     {
  6919.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6920.         return $this->get('.container.private.security.token_storage');
  6921.     }
  6922.     /**
  6923.      * Gets the public 'security.password_encoder' alias.
  6924.      *
  6925.      * @return object The ".container.private.security.password_encoder" service.
  6926.      */
  6927.     protected function getSecurity_PasswordEncoderService()
  6928.     {
  6929.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6930.         return $this->get('.container.private.security.password_encoder');
  6931.     }
  6932.     /**
  6933.      * Gets the public 'session' alias.
  6934.      *
  6935.      * @return object The ".container.private.session" service.
  6936.      */
  6937.     protected function getSessionService()
  6938.     {
  6939.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6940.         return $this->get('.container.private.session');
  6941.     }
  6942.     /**
  6943.      * Gets the public 'validator' alias.
  6944.      *
  6945.      * @return object The ".container.private.validator" service.
  6946.      */
  6947.     protected function getValidatorService()
  6948.     {
  6949.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6950.         return $this->get('.container.private.validator');
  6951.     }
  6952.     /**
  6953.      * @return array|bool|float|int|string|\UnitEnum|null
  6954.      */
  6955.     public function getParameter(string $name)
  6956.     {
  6957.         if (isset($this->buildParameters[$name])) {
  6958.             return $this->buildParameters[$name];
  6959.         }
  6960.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6961.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6962.         }
  6963.         if (isset($this->loadedDynamicParameters[$name])) {
  6964.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6965.         }
  6966.         return $this->parameters[$name];
  6967.     }
  6968.     public function hasParameter(string $name): bool
  6969.     {
  6970.         if (isset($this->buildParameters[$name])) {
  6971.             return true;
  6972.         }
  6973.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6974.     }
  6975.     public function setParameter(string $name$value): void
  6976.     {
  6977.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6978.     }
  6979.     public function getParameterBag(): ParameterBagInterface
  6980.     {
  6981.         if (null === $this->parameterBag) {
  6982.             $parameters $this->parameters;
  6983.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6984.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6985.             }
  6986.             foreach ($this->buildParameters as $name => $value) {
  6987.                 $parameters[$name] = $value;
  6988.             }
  6989.             $this->parameterBag = new FrozenParameterBag($parameters);
  6990.         }
  6991.         return $this->parameterBag;
  6992.     }
  6993.     private $loadedDynamicParameters = [
  6994.         'kernel.runtime_environment' => false,
  6995.         'kernel.build_dir' => false,
  6996.         'kernel.cache_dir' => false,
  6997.         'kernel.secret' => false,
  6998.         'debug.container.dump' => false,
  6999.         'serializer.mapping.cache.file' => false,
  7000.         'validator.mapping.cache.file' => false,
  7001.         'profiler.storage.dsn' => false,
  7002.         'doctrine.orm.proxy_dir' => false,
  7003.     ];
  7004.     private $dynamicParameters = [];
  7005.     private function getDynamicParameter(string $name)
  7006.     {
  7007.         switch ($name) {
  7008.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7009.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7010.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7011.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7012.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7013.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7014.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7015.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7016.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7017.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7018.         }
  7019.         $this->loadedDynamicParameters[$name] = true;
  7020.         return $this->dynamicParameters[$name] = $value;
  7021.     }
  7022.     protected function getDefaultParameters(): array
  7023.     {
  7024.         return [
  7025.             'kernel.project_dir' => \dirname(__DIR__4),
  7026.             'kernel.environment' => 'dev',
  7027.             'kernel.debug' => true,
  7028.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7029.             'kernel.bundles' => [
  7030.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7031.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7032.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7033.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7034.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7035.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7036.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7037.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7038.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7039.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7040.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  7041.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  7042.             ],
  7043.             'kernel.bundles_metadata' => [
  7044.                 'FrameworkBundle' => [
  7045.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7046.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7047.                 ],
  7048.                 'TwigBundle' => [
  7049.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7050.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7051.                 ],
  7052.                 'TwigExtraBundle' => [
  7053.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7054.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7055.                 ],
  7056.                 'DoctrineBundle' => [
  7057.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7058.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7059.                 ],
  7060.                 'DoctrineMigrationsBundle' => [
  7061.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7062.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7063.                 ],
  7064.                 'SecurityBundle' => [
  7065.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7066.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7067.                 ],
  7068.                 'WebProfilerBundle' => [
  7069.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7070.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7071.                 ],
  7072.                 'MonologBundle' => [
  7073.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7074.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7075.                 ],
  7076.                 'DebugBundle' => [
  7077.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7078.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7079.                 ],
  7080.                 'MakerBundle' => [
  7081.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7082.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7083.                 ],
  7084.                 'SymfonyCastsResetPasswordBundle' => [
  7085.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  7086.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  7087.                 ],
  7088.                 'SymfonyCastsVerifyEmailBundle' => [
  7089.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  7090.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  7091.                 ],
  7092.             ],
  7093.             'kernel.charset' => 'UTF-8',
  7094.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7095.             'container.dumper.inline_class_loader' => true,
  7096.             'container.dumper.inline_factories' => true,
  7097.             'event_dispatcher.event_aliases' => [
  7098.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7099.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7100.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7101.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7102.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7103.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7104.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7105.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7106.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7107.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7108.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7109.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7110.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7111.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7112.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7113.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7114.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7115.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7116.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7117.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7118.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7119.             ],
  7120.             'fragment.renderer.hinclude.global_template' => NULL,
  7121.             'fragment.path' => '/_fragment',
  7122.             'kernel.http_method_override' => true,
  7123.             'kernel.trusted_hosts' => [
  7124.             ],
  7125.             'kernel.default_locale' => 'en',
  7126.             'kernel.enabled_locales' => [
  7127.             ],
  7128.             'kernel.error_controller' => 'error_controller',
  7129.             'debug.file_link_format' => NULL,
  7130.             'asset.request_context.base_path' => NULL,
  7131.             'asset.request_context.secure' => NULL,
  7132.             'translator.logging' => false,
  7133.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7134.             'debug.error_handler.throw_at' => -1,
  7135.             'router.request_context.host' => 'localhost',
  7136.             'router.request_context.scheme' => 'http',
  7137.             'router.request_context.base_url' => '',
  7138.             'router.resource' => 'kernel::loadRoutes',
  7139.             'request_listener.http_port' => 80,
  7140.             'request_listener.https_port' => 443,
  7141.             'session.metadata.storage_key' => '_sf2_meta',
  7142.             'session.storage.options' => [
  7143.                 'cache_limiter' => '0',
  7144.                 'cookie_secure' => 'auto',
  7145.                 'cookie_httponly' => true,
  7146.                 'cookie_samesite' => 'lax',
  7147.                 'gc_probability' => 1,
  7148.             ],
  7149.             'session.save_path' => NULL,
  7150.             'session.metadata.update_threshold' => 0,
  7151.             'form.type_extension.csrf.enabled' => true,
  7152.             'form.type_extension.csrf.field_name' => '_token',
  7153.             'validator.translation_domain' => 'validators',
  7154.             'profiler_listener.only_exceptions' => false,
  7155.             'profiler_listener.only_main_requests' => false,
  7156.             'twig.form.resources' => [
  7157.                 => 'form_div_layout.html.twig',
  7158.                 => 'bootstrap_4_layout.html.twig',
  7159.             ],
  7160.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7161.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7162.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7163.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7164.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7165.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7166.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7167.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7168.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7169.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7170.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7171.             'doctrine.entity_managers' => [
  7172.                 'default' => 'doctrine.orm.default_entity_manager',
  7173.             ],
  7174.             'doctrine.default_entity_manager' => 'default',
  7175.             'doctrine.dbal.connection_factory.types' => [
  7176.             ],
  7177.             'doctrine.connections' => [
  7178.                 'default' => 'doctrine.dbal.default_connection',
  7179.             ],
  7180.             'doctrine.default_connection' => 'default',
  7181.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7182.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7183.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7184.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7185.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7186.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7187.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7188.             'doctrine.orm.cache.memcache_port' => 11211,
  7189.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7190.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7191.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7192.             'doctrine.orm.cache.memcached_port' => 11211,
  7193.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7194.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7195.             'doctrine.orm.cache.redis_host' => 'localhost',
  7196.             'doctrine.orm.cache.redis_port' => 6379,
  7197.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7198.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7199.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7200.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7201.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7202.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7203.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7204.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7205.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7206.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7207.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7208.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7209.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7210.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7211.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7212.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7213.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7214.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7215.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7216.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7217.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7218.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7219.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7220.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7221.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7222.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7223.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7224.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7225.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7226.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7227.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7228.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7229.             'doctrine.migrations.preferred_em' => NULL,
  7230.             'doctrine.migrations.preferred_connection' => NULL,
  7231.             'security.role_hierarchy.roles' => [
  7232.             ],
  7233.             'security.access.denied_url' => NULL,
  7234.             'security.authentication.manager.erase_credentials' => true,
  7235.             'security.authentication.session_strategy.strategy' => 'migrate',
  7236.             'security.access.always_authenticate_before_granting' => false,
  7237.             'security.authentication.hide_user_not_found' => true,
  7238.             'security.firewalls' => [
  7239.                 => 'dev',
  7240.                 => 'main',
  7241.             ],
  7242.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7243.             'web_profiler.debug_toolbar.mode' => 2,
  7244.             'monolog.use_microseconds' => true,
  7245.             'monolog.swift_mailer.handlers' => [
  7246.             ],
  7247.             'monolog.handlers_to_channels' => [
  7248.                 'monolog.handler.console' => [
  7249.                     'type' => 'exclusive',
  7250.                     'elements' => [
  7251.                         => 'event',
  7252.                         => 'doctrine',
  7253.                         => 'console',
  7254.                     ],
  7255.                 ],
  7256.                 'monolog.handler.main' => [
  7257.                     'type' => 'exclusive',
  7258.                     'elements' => [
  7259.                         => 'event',
  7260.                     ],
  7261.                 ],
  7262.             ],
  7263.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7264.             'data_collector.templates' => [
  7265.                 'data_collector.request' => [
  7266.                     => 'request',
  7267.                     => '@WebProfiler/Collector/request.html.twig',
  7268.                 ],
  7269.                 'data_collector.time' => [
  7270.                     => 'time',
  7271.                     => '@WebProfiler/Collector/time.html.twig',
  7272.                 ],
  7273.                 'data_collector.memory' => [
  7274.                     => 'memory',
  7275.                     => '@WebProfiler/Collector/memory.html.twig',
  7276.                 ],
  7277.                 'data_collector.validator' => [
  7278.                     => 'validator',
  7279.                     => '@WebProfiler/Collector/validator.html.twig',
  7280.                 ],
  7281.                 'data_collector.ajax' => [
  7282.                     => 'ajax',
  7283.                     => '@WebProfiler/Collector/ajax.html.twig',
  7284.                 ],
  7285.                 'data_collector.form' => [
  7286.                     => 'form',
  7287.                     => '@WebProfiler/Collector/form.html.twig',
  7288.                 ],
  7289.                 'data_collector.exception' => [
  7290.                     => 'exception',
  7291.                     => '@WebProfiler/Collector/exception.html.twig',
  7292.                 ],
  7293.                 'data_collector.logger' => [
  7294.                     => 'logger',
  7295.                     => '@WebProfiler/Collector/logger.html.twig',
  7296.                 ],
  7297.                 'data_collector.events' => [
  7298.                     => 'events',
  7299.                     => '@WebProfiler/Collector/events.html.twig',
  7300.                 ],
  7301.                 'data_collector.router' => [
  7302.                     => 'router',
  7303.                     => '@WebProfiler/Collector/router.html.twig',
  7304.                 ],
  7305.                 'data_collector.cache' => [
  7306.                     => 'cache',
  7307.                     => '@WebProfiler/Collector/cache.html.twig',
  7308.                 ],
  7309.                 'data_collector.translation' => [
  7310.                     => 'translation',
  7311.                     => '@WebProfiler/Collector/translation.html.twig',
  7312.                 ],
  7313.                 'data_collector.security' => [
  7314.                     => 'security',
  7315.                     => '@Security/Collector/security.html.twig',
  7316.                 ],
  7317.                 'data_collector.twig' => [
  7318.                     => 'twig',
  7319.                     => '@WebProfiler/Collector/twig.html.twig',
  7320.                 ],
  7321.                 'data_collector.http_client' => [
  7322.                     => 'http_client',
  7323.                     => '@WebProfiler/Collector/http_client.html.twig',
  7324.                 ],
  7325.                 'data_collector.doctrine' => [
  7326.                     => 'db',
  7327.                     => '@Doctrine/Collector/db.html.twig',
  7328.                 ],
  7329.                 'data_collector.dump' => [
  7330.                     => 'dump',
  7331.                     => '@Debug/Profiler/dump.html.twig',
  7332.                 ],
  7333.                 'mailer.data_collector' => [
  7334.                     => 'mailer',
  7335.                     => '@WebProfiler/Collector/mailer.html.twig',
  7336.                 ],
  7337.                 'data_collector.config' => [
  7338.                     => 'config',
  7339.                     => '@WebProfiler/Collector/config.html.twig',
  7340.                 ],
  7341.             ],
  7342.             'console.command.ids' => [
  7343.             ],
  7344.         ];
  7345.     }
  7346.     protected function throw($message)
  7347.     {
  7348.         throw new RuntimeException($message);
  7349.     }
  7350. }