var/cache/dev/ContainerKEwKrwg/App_KernelDevDebugContainer.php line 7613

Open in your IDE?
  1. <?php
  2. namespace ContainerKEwKrwg;
  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\\ActivityController' => 'getActivityControllerService',
  47.             'App\\Controller\\BaseController' => 'getBaseControllerService',
  48.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  49.             'App\\Controller\\KlaviyoController' => 'getKlaviyoControllerService',
  50.             'App\\Controller\\ProjectController' => 'getProjectControllerService',
  51.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  52.             'App\\Controller\\SendTestController' => 'getSendTestControllerService',
  53.             'App\\Controller\\UserController' => 'getUserControllerService',
  54.             'App\\Controller\\WebHookController' => 'getWebHookControllerService',
  55.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  56.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  58.             'Zenstruck\\Foundry\\Configuration' => 'getConfigurationService',
  59.             'Zenstruck\\Foundry\\Test\\GlobalStateRegistry' => 'getGlobalStateRegistryService',
  60.             'cache.app' => 'getCache_AppService',
  61.             'cache.app_clearer' => 'getCache_AppClearerService',
  62.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  63.             'cache.system' => 'getCache_SystemService',
  64.             'cache.system_clearer' => 'getCache_SystemClearerService',
  65.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  66.             'cache_warmer' => 'getCacheWarmerService',
  67.             'console.command_loader' => 'getConsole_CommandLoaderService',
  68.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  69.             'data_collector.dump' => 'getDataCollector_DumpService',
  70.             'doctrine' => 'getDoctrineService',
  71.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  72.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  73.             'error_controller' => 'getErrorControllerService',
  74.             'event_dispatcher' => 'getEventDispatcherService',
  75.             'http_kernel' => 'getHttpKernelService',
  76.             'knp_paginator' => 'getKnpPaginatorService',
  77.             'request_stack' => 'getRequestStackService',
  78.             'router' => 'getRouterService',
  79.             'routing.loader' => 'getRouting_LoaderService',
  80.             'services_resetter' => 'getServicesResetterService',
  81.             'translator' => 'getTranslatorService',
  82.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  83.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  84.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  85.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  86.             'cache_clearer' => 'getCacheClearerService',
  87.             'filesystem' => 'getFilesystemService',
  88.             'serializer' => 'getSerializerService',
  89.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  90.             'form.factory' => 'getForm_FactoryService',
  91.             'form.type.file' => 'getForm_Type_FileService',
  92.             'profiler' => 'getProfilerService',
  93.             'twig' => 'getTwigService',
  94.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  95.             'security.token_storage' => 'getSecurity_TokenStorageService',
  96.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  97.             'session' => 'getSessionService',
  98.             'validator' => 'getValidatorService',
  99.         ];
  100.         $this->aliases = [
  101.             'database_connection' => 'doctrine.dbal.default_connection',
  102.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  103.         ];
  104.         $this->privates['service_container'] = function () {
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  111.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  124.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  147.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  195.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  232.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  341.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  413.             include_once __DIR__.'/proxy-classes.php';
  414.         };
  415.     }
  416.     public function compile(): void
  417.     {
  418.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  419.     }
  420.     public function isCompiled(): bool
  421.     {
  422.         return true;
  423.     }
  424.     public function getRemovedIds(): array
  425.     {
  426.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  427.     }
  428.     protected function createProxy($class\Closure $factory)
  429.     {
  430.         return $factory();
  431.     }
  432.     /**
  433.      * Gets the public '.container.private.cache_clearer' shared service.
  434.      *
  435.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  436.      */
  437.     protected function get_Container_Private_CacheClearerService()
  438.     {
  439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  441.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  442.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  443.         }, 1));
  444.     }
  445.     /**
  446.      * Gets the public '.container.private.filesystem' shared service.
  447.      *
  448.      * @return \Symfony\Component\Filesystem\Filesystem
  449.      */
  450.     protected function get_Container_Private_FilesystemService()
  451.     {
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  453.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  454.     }
  455.     /**
  456.      * Gets the public '.container.private.form.factory' shared service.
  457.      *
  458.      * @return \Symfony\Component\Form\FormFactory
  459.      */
  460.     protected function get_Container_Private_Form_FactoryService()
  461.     {
  462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  464.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  465.     }
  466.     /**
  467.      * Gets the public '.container.private.form.type.file' shared service.
  468.      *
  469.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  470.      */
  471.     protected function get_Container_Private_Form_Type_FileService()
  472.     {
  473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  476.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  477.     }
  478.     /**
  479.      * Gets the public '.container.private.profiler' shared service.
  480.      *
  481.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  482.      */
  483.     protected function get_Container_Private_ProfilerService()
  484.     {
  485.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  486.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  487.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  488.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  489.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  490.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  491.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  492.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  493.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  494.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  495.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  496.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  497.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  498.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  499.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  500.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  501.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  502.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  503.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  504.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  505.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  506.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  507.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  508.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  509.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  510.         if ($this->has('kernel')) {
  511.             $g->setKernel($b);
  512.         }
  513.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  514.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  515.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  516.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  517.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  518.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  519.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  520.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  522.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  523.         $instance->add($d);
  524.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  525.         $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));
  526.         $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())));
  527.         $instance->add($e);
  528.         $instance->add($f);
  529.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  530.         $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()))));
  531.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  532.         $instance->add($g);
  533.         return $instance;
  534.     }
  535.     /**
  536.      * Gets the public '.container.private.security.authorization_checker' shared service.
  537.      *
  538.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  539.      */
  540.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  541.     {
  542.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  543.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  544.             return $this->services['.container.private.security.authorization_checker'];
  545.         }
  546.         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);
  547.     }
  548.     /**
  549.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  550.      *
  551.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  552.      */
  553.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  554.     {
  555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  559.         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())));
  560.     }
  561.     /**
  562.      * Gets the public '.container.private.security.password_encoder' shared service.
  563.      *
  564.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  565.      *
  566.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  567.      */
  568.     protected function get_Container_Private_Security_PasswordEncoderService()
  569.     {
  570.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  571.         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()));
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.security.token_storage' shared service.
  575.      *
  576.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  577.      */
  578.     protected function get_Container_Private_Security_TokenStorageService()
  579.     {
  580.         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, [
  581.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  582.         ], [
  583.             'request_stack' => '?',
  584.         ]));
  585.     }
  586.     /**
  587.      * Gets the public '.container.private.serializer' shared service.
  588.      *
  589.      * @return \Symfony\Component\Serializer\Serializer
  590.      */
  591.     protected function get_Container_Private_SerializerService()
  592.     {
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  636.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  637.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  638.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  639.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  640.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  641.         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, [], $d)], [=> 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()]);
  642.     }
  643.     /**
  644.      * Gets the public '.container.private.session' shared service.
  645.      *
  646.      * @return \Symfony\Component\HttpFoundation\Session\Session
  647.      */
  648.     protected function get_Container_Private_SessionService()
  649.     {
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  652.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  653.         if (isset($this->services['.container.private.session'])) {
  654.             return $this->services['.container.private.session'];
  655.         }
  656.         return $this->services['.container.private.session'] = $a->createSession();
  657.     }
  658.     /**
  659.      * Gets the public '.container.private.twig' shared service.
  660.      *
  661.      * @return \Twig\Environment
  662.      */
  663.     protected function get_Container_Private_TwigService()
  664.     {
  665.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  676.         $a->addPath((\dirname(__DIR__4).'/templates'));
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  680.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  681.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  682.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  683.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  684.         $e = ($this->services['router'] ?? $this->getRouterService());
  685.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  686.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  687.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  688.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  689.         $i = new \Symfony\Bridge\Twig\AppVariable();
  690.         $i->setEnvironment('dev');
  691.         $i->setDebug(true);
  692.         if ($this->has('.container.private.security.token_storage')) {
  693.             $i->setTokenStorage($g);
  694.         }
  695.         if ($this->has('request_stack')) {
  696.             $i->setRequestStack($f);
  697.         }
  698.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  715.         $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())));
  716.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  717.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  718.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  719.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  720.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  721.         ], [
  722.             'webpack_encore.entrypoint_lookup_collection' => '?',
  723.             'webpack_encore.tag_renderer' => '?',
  724.         ])));
  725.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  726.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  727.         $instance->addGlobal('app'$i);
  728.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  729.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  730.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  731.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  732.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  733.         ], [
  734.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  735.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  736.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  737.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  738.         ])));
  739.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  740.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  741.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  742.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  743.         return $instance;
  744.     }
  745.     /**
  746.      * Gets the public '.container.private.validator' shared service.
  747.      *
  748.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  749.      */
  750.     protected function get_Container_Private_ValidatorService()
  751.     {
  752.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  753.     }
  754.     /**
  755.      * Gets the public 'App\Controller\ActivityController' shared autowired service.
  756.      *
  757.      * @return \App\Controller\ActivityController
  758.      */
  759.     protected function getActivityControllerService()
  760.     {
  761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  762.         include_once \dirname(__DIR__4).'/src/Controller/ActivityController.php';
  763.         $this->services['App\\Controller\\ActivityController'] = $instance = new \App\Controller\ActivityController();
  764.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ActivityController'$this));
  765.         return $instance;
  766.     }
  767.     /**
  768.      * Gets the public 'App\Controller\BaseController' shared autowired service.
  769.      *
  770.      * @return \App\Controller\BaseController
  771.      */
  772.     protected function getBaseControllerService()
  773.     {
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  775.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  776.         $this->services['App\\Controller\\BaseController'] = $instance = new \App\Controller\BaseController();
  777.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BaseController'$this));
  778.         return $instance;
  779.     }
  780.     /**
  781.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  782.      *
  783.      * @return \App\Controller\DashboardController
  784.      */
  785.     protected function getDashboardControllerService()
  786.     {
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  788.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  789.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  790.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  791.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController'$this));
  792.         return $instance;
  793.     }
  794.     /**
  795.      * Gets the public 'App\Controller\KlaviyoController' shared autowired service.
  796.      *
  797.      * @return \App\Controller\KlaviyoController
  798.      */
  799.     protected function getKlaviyoControllerService()
  800.     {
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  802.         include_once \dirname(__DIR__4).'/src/Controller/KlaviyoController.php';
  803.         $this->services['App\\Controller\\KlaviyoController'] = $instance = new \App\Controller\KlaviyoController(($this->privates['App\\Service\\KlaviyoService'] ?? $this->getKlaviyoServiceService()));
  804.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\KlaviyoController'$this));
  805.         return $instance;
  806.     }
  807.     /**
  808.      * Gets the public 'App\Controller\ProjectController' shared autowired service.
  809.      *
  810.      * @return \App\Controller\ProjectController
  811.      */
  812.     protected function getProjectControllerService()
  813.     {
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  815.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  816.         include_once \dirname(__DIR__4).'/src/Controller/ProjectController.php';
  817.         $this->services['App\\Controller\\ProjectController'] = $instance = new \App\Controller\ProjectController();
  818.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProjectController'$this));
  819.         return $instance;
  820.     }
  821.     /**
  822.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  823.      *
  824.      * @return \App\Controller\SecurityController
  825.      */
  826.     protected function getSecurityControllerService()
  827.     {
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  829.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  830.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  831.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  832.         return $instance;
  833.     }
  834.     /**
  835.      * Gets the public 'App\Controller\SendTestController' shared autowired service.
  836.      *
  837.      * @return \App\Controller\SendTestController
  838.      */
  839.     protected function getSendTestControllerService()
  840.     {
  841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  842.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  843.         include_once \dirname(__DIR__4).'/src/Controller/SendTestController.php';
  844.         $this->services['App\\Controller\\SendTestController'] = $instance = new \App\Controller\SendTestController();
  845.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SendTestController'$this));
  846.         return $instance;
  847.     }
  848.     /**
  849.      * Gets the public 'App\Controller\UserController' shared autowired service.
  850.      *
  851.      * @return \App\Controller\UserController
  852.      */
  853.     protected function getUserControllerService()
  854.     {
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  857.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  858.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  859.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController'$this));
  860.         return $instance;
  861.     }
  862.     /**
  863.      * Gets the public 'App\Controller\WebHookController' shared autowired service.
  864.      *
  865.      * @return \App\Controller\WebHookController
  866.      */
  867.     protected function getWebHookControllerService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  871.         include_once \dirname(__DIR__4).'/src/Controller/WebHookController.php';
  872.         $this->services['App\\Controller\\WebHookController'] = $instance = new \App\Controller\WebHookController();
  873.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\WebHookController'$this));
  874.         return $instance;
  875.     }
  876.     /**
  877.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  878.      *
  879.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  880.      */
  881.     protected function getProfilerControllerService()
  882.     {
  883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  884.         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()));
  885.     }
  886.     /**
  887.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  888.      *
  889.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  890.      */
  891.     protected function getRedirectControllerService()
  892.     {
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  894.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  895.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  896.     }
  897.     /**
  898.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  899.      *
  900.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  901.      */
  902.     protected function getTemplateControllerService()
  903.     {
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  905.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  906.     }
  907.     /**
  908.      * Gets the public 'Zenstruck\Foundry\Configuration' shared service.
  909.      *
  910.      * @return \Zenstruck\Foundry\Configuration
  911.      */
  912.     protected function getConfigurationService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Configuration.php';
  915.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/StoryManager.php';
  916.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/ModelFactoryManager.php';
  917.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Instantiator.php';
  918.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  919.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  920.         $this->services['Zenstruck\\Foundry\\Configuration'] = $instance = new \Zenstruck\Foundry\Configuration([], [], 'schema', []);
  921.         $instance->setManagerRegistry(($this->privates['Zenstruck\\Foundry\\ChainManagerRegistry'] ?? $this->getChainManagerRegistryService()));
  922.         $instance->setStoryManager(new \Zenstruck\Foundry\StoryManager(new RewindableGenerator(function () {
  923.             return new \EmptyIterator();
  924.         }, 0)));
  925.         $instance->setModelFactoryManager(new \Zenstruck\Foundry\ModelFactoryManager(new RewindableGenerator(function () {
  926.             yield => ($this->privates['App\\Factory\\EmailEventFactory'] ?? ($this->privates['App\\Factory\\EmailEventFactory'] = new \App\Factory\EmailEventFactory()));
  927.             yield => ($this->privates['App\\Factory\\EmailFactory'] ?? ($this->privates['App\\Factory\\EmailFactory'] = new \App\Factory\EmailFactory()));
  928.             yield => ($this->privates['App\\Factory\\ProjectFactory'] ?? $this->getProjectFactoryService());
  929.             yield => ($this->privates['App\\Factory\\UserFactory'] ?? $this->getUserFactoryService());
  930.         }, 4)));
  931.         $instance->setInstantiator(new \Zenstruck\Foundry\Instantiator());
  932.         $instance->setFaker(\Faker\Factory::create());
  933.         return $instance;
  934.     }
  935.     /**
  936.      * Gets the public 'Zenstruck\Foundry\Test\GlobalStateRegistry' shared service.
  937.      *
  938.      * @return \Zenstruck\Foundry\Test\GlobalStateRegistry
  939.      */
  940.     protected function getGlobalStateRegistryService()
  941.     {
  942.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Test/GlobalStateRegistry.php';
  943.         return $this->services['Zenstruck\\Foundry\\Test\\GlobalStateRegistry'] = new \Zenstruck\Foundry\Test\GlobalStateRegistry();
  944.     }
  945.     /**
  946.      * Gets the public 'cache.app' shared service.
  947.      *
  948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  949.      */
  950.     protected function getCache_AppService()
  951.     {
  952.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4mUqIZz6Ng'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  953.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  954.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  955.     }
  956.     /**
  957.      * Gets the public 'cache.app_clearer' shared service.
  958.      *
  959.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  960.      */
  961.     protected function getCache_AppClearerService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  965.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  966.     }
  967.     /**
  968.      * Gets the public 'cache.global_clearer' shared service.
  969.      *
  970.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  971.      */
  972.     protected function getCache_GlobalClearerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  976.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  977.     }
  978.     /**
  979.      * Gets the public 'cache.system' shared service.
  980.      *
  981.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  982.      */
  983.     protected function getCache_SystemService()
  984.     {
  985.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FJLxEkh1Oj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  986.     }
  987.     /**
  988.      * Gets the public 'cache.system_clearer' shared service.
  989.      *
  990.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  991.      */
  992.     protected function getCache_SystemClearerService()
  993.     {
  994.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  996.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  997.     }
  998.     /**
  999.      * Gets the public 'cache.validator_expression_language' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1002.      */
  1003.     protected function getCache_ValidatorExpressionLanguageService()
  1004.     {
  1005.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('COM3WbOrfK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1006.     }
  1007.     /**
  1008.      * Gets the public 'cache_warmer' shared service.
  1009.      *
  1010.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1011.      */
  1012.     protected function getCacheWarmerService()
  1013.     {
  1014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1016.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1017.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1018.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1019.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1020.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1021.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1022.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1023.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1024.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1025.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1026.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1027.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1028.     }
  1029.     /**
  1030.      * Gets the public 'console.command_loader' shared service.
  1031.      *
  1032.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1033.      */
  1034.     protected function getConsole_CommandLoaderService()
  1035.     {
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1038.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1039.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  1040.             'App\\Command\\EmailsCleanupCommand' => ['privates''App\\Command\\EmailsCleanupCommand''getEmailsCleanupCommandService'false],
  1041.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1042.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1043.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1044.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1045.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1046.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1047.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1048.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1049.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1050.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1051.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1052.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1053.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1054.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1055.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1056.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1057.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1058.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1059.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1060.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1061.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1062.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1063.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1064.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1065.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1066.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1067.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1068.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1069.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1070.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1071.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1072.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1073.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1074.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1075.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1076.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1077.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1078.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1079.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1080.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1081.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1082.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1083.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1084.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1085.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1086.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1087.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1088.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1089.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1090.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1091.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1092.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1093.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1094.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1095.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1096.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1097.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1098.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1099.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1100.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1101.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1102.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1103.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1104.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1105.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1106.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1107.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1108.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1109.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1110.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1111.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1112.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1113.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1114.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1115.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1116.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1117.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1118.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1119.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1120.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1121.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1122.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1123.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1124.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1125.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1126.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1127.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1128.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1129.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1130.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1131.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1132.             'maker.auto_command.make_factory' => ['privates''.maker.auto_command.make_factory.lazy''get_Maker_AutoCommand_MakeFactory_LazyService'false],
  1133.             'maker.auto_command.make_story' => ['privates''.maker.auto_command.make_story.lazy''get_Maker_AutoCommand_MakeStory_LazyService'false],
  1134.         ], [
  1135.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1136.             'App\\Command\\EmailsCleanupCommand' => 'App\\Command\\EmailsCleanupCommand',
  1137.             'console.command.about' => '?',
  1138.             'console.command.assets_install' => '?',
  1139.             'console.command.cache_clear' => '?',
  1140.             'console.command.cache_pool_clear' => '?',
  1141.             'console.command.cache_pool_prune' => '?',
  1142.             'console.command.cache_pool_delete' => '?',
  1143.             'console.command.cache_pool_list' => '?',
  1144.             'console.command.cache_warmup' => '?',
  1145.             'console.command.config_debug' => '?',
  1146.             'console.command.config_dump_reference' => '?',
  1147.             'console.command.container_debug' => '?',
  1148.             'console.command.container_lint' => '?',
  1149.             'console.command.debug_autowiring' => '?',
  1150.             'console.command.dotenv_debug' => '?',
  1151.             'console.command.event_dispatcher_debug' => '?',
  1152.             'console.command.router_debug' => '?',
  1153.             'console.command.router_match' => '?',
  1154.             'console.command.translation_debug' => '?',
  1155.             'console.command.translation_extract' => '?',
  1156.             'console.command.validator_debug' => '?',
  1157.             'console.command.translation_pull' => '?',
  1158.             'console.command.translation_push' => '?',
  1159.             'console.command.xliff_lint' => '?',
  1160.             'console.command.yaml_lint' => '?',
  1161.             'console.command.form_debug' => '?',
  1162.             'console.command.secrets_set' => '?',
  1163.             'console.command.secrets_remove' => '?',
  1164.             'console.command.secrets_generate_key' => '?',
  1165.             'console.command.secrets_list' => '?',
  1166.             'console.command.secrets_decrypt_to_local' => '?',
  1167.             'console.command.secrets_encrypt_from_local' => '?',
  1168.             'twig.command.debug' => '?',
  1169.             'twig.command.lint' => '?',
  1170.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1171.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1172.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1173.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1174.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1175.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1176.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1177.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1178.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1179.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1180.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1181.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1182.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1183.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1184.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1185.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1186.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1187.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1188.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1189.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1190.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1191.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1192.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1193.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1194.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1195.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1196.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1197.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1198.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1199.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1200.             'security.command.debug_firewall' => '?',
  1201.             'security.command.user_password_encoder' => '?',
  1202.             'security.command.user_password_hash' => '?',
  1203.             'var_dumper.command.server_dump' => '?',
  1204.             'monolog.command.server_log' => '?',
  1205.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1206.             'maker.auto_command.make_auth' => '?',
  1207.             'maker.auto_command.make_command' => '?',
  1208.             'maker.auto_command.make_controller' => '?',
  1209.             'maker.auto_command.make_crud' => '?',
  1210.             'maker.auto_command.make_docker_database' => '?',
  1211.             'maker.auto_command.make_entity' => '?',
  1212.             'maker.auto_command.make_fixtures' => '?',
  1213.             'maker.auto_command.make_form' => '?',
  1214.             'maker.auto_command.make_message' => '?',
  1215.             'maker.auto_command.make_messenger_middleware' => '?',
  1216.             'maker.auto_command.make_registration_form' => '?',
  1217.             'maker.auto_command.make_reset_password' => '?',
  1218.             'maker.auto_command.make_serializer_encoder' => '?',
  1219.             'maker.auto_command.make_serializer_normalizer' => '?',
  1220.             'maker.auto_command.make_subscriber' => '?',
  1221.             'maker.auto_command.make_twig_extension' => '?',
  1222.             'maker.auto_command.make_test' => '?',
  1223.             'maker.auto_command.make_validator' => '?',
  1224.             'maker.auto_command.make_voter' => '?',
  1225.             'maker.auto_command.make_user' => '?',
  1226.             'maker.auto_command.make_migration' => '?',
  1227.             'maker.auto_command.make_stimulus_controller' => '?',
  1228.             'maker.auto_command.make_factory' => '?',
  1229.             'maker.auto_command.make_story' => '?',
  1230.         ]), ['app:create-user' => 'App\\Command\\CreateUserCommand''app:emails:cleanup' => 'App\\Command\\EmailsCleanupCommand''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: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''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:factory' => 'maker.auto_command.make_factory''make:story' => 'maker.auto_command.make_story']);
  1231.     }
  1232.     /**
  1233.      * Gets the public 'container.env_var_processors_locator' shared service.
  1234.      *
  1235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1236.      */
  1237.     protected function getContainer_EnvVarProcessorsLocatorService()
  1238.     {
  1239.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1240.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1241.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1242.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1243.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1244.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1245.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1246.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1247.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1248.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1249.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1250.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1251.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1252.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1253.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1254.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1255.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1256.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1257.         ], [
  1258.             'base64' => '?',
  1259.             'bool' => '?',
  1260.             'const' => '?',
  1261.             'csv' => '?',
  1262.             'default' => '?',
  1263.             'file' => '?',
  1264.             'float' => '?',
  1265.             'int' => '?',
  1266.             'json' => '?',
  1267.             'key' => '?',
  1268.             'not' => '?',
  1269.             'query_string' => '?',
  1270.             'require' => '?',
  1271.             'resolve' => '?',
  1272.             'string' => '?',
  1273.             'trim' => '?',
  1274.             'url' => '?',
  1275.         ]);
  1276.     }
  1277.     /**
  1278.      * Gets the public 'data_collector.dump' shared service.
  1279.      *
  1280.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1281.      */
  1282.     protected function getDataCollector_DumpService()
  1283.     {
  1284.         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()));
  1285.     }
  1286.     /**
  1287.      * Gets the public 'doctrine' shared service.
  1288.      *
  1289.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1290.      */
  1291.     protected function getDoctrineService()
  1292.     {
  1293.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1294.     }
  1295.     /**
  1296.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1297.      *
  1298.      * @return \Doctrine\DBAL\Connection
  1299.      */
  1300.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1301.     {
  1302.         $a = new \Doctrine\DBAL\Configuration();
  1303.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1304.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1305.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1306.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1307.         $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()))]));
  1308.         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, [
  1309.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1310.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1311.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1312.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1313.         ], [
  1314.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1315.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1316.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1317.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1318.         ]), [=> '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']]), []);
  1319.     }
  1320.     /**
  1321.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1322.      *
  1323.      * @return \Doctrine\ORM\EntityManager
  1324.      */
  1325.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1326.     {
  1327.         if ($lazyLoad) {
  1328.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1329.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1330.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1331.                     $proxy->setProxyInitializer(null);
  1332.                     return true;
  1333.                 });
  1334.             });
  1335.         }
  1336.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1352.         $a = new \Doctrine\ORM\Configuration();
  1353.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1354.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1355.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1356.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1357.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1358.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1359.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1360.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1361.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1362.         ], [
  1363.             'doctrine.ulid_generator' => '?',
  1364.             'doctrine.uuid_generator' => '?',
  1365.         ])));
  1366.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1367.         $a->setProxyNamespace('Proxies');
  1368.         $a->setAutoGenerateProxyClasses(true);
  1369.         $a->setSchemaIgnoreClasses([]);
  1370.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1371.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1372.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1373.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1374.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1375.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1376.             'App\\Repository\\EmailEventRepository' => ['privates''App\\Repository\\EmailEventRepository''getEmailEventRepositoryService'false],
  1377.             'App\\Repository\\EmailRepository' => ['privates''App\\Repository\\EmailRepository''getEmailRepositoryService'false],
  1378.             'App\\Repository\\ProjectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  1379.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1380.         ], [
  1381.             'App\\Repository\\EmailEventRepository' => '?',
  1382.             'App\\Repository\\EmailRepository' => '?',
  1383.             'App\\Repository\\ProjectRepository' => '?',
  1384.             'App\\Repository\\UserRepository' => '?',
  1385.         ])));
  1386.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1387.         $a->addCustomStringFunction('CONVERT_TZ''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1388.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1389.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public 'error_controller' shared service.
  1394.      *
  1395.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1396.      */
  1397.     protected function getErrorControllerService()
  1398.     {
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1404.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1405.         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)));
  1406.     }
  1407.     /**
  1408.      * Gets the public 'event_dispatcher' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1411.      */
  1412.     protected function getEventDispatcherService()
  1413.     {
  1414.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1415.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1416.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1417.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1418.         $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())));
  1419.         $instance->addListener('kernel.controller', [=> function () {
  1420.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1421.         }, => 'onKernelController'], 0);
  1422.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1423.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1424.         }, => 'checkPassport'], 1024);
  1425.         $instance->addListener('kernel.response', [=> function () {
  1426.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1427.         }, => 'onKernelResponse'], 0);
  1428.         $instance->addListener('kernel.exception', [=> function () {
  1429.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1430.         }, => 'onKernelException'], 0);
  1431.         $instance->addListener('kernel.request', [=> function () {
  1432.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1433.         }, => 'onKernelRequest'], 0);
  1434.         $instance->addListener('kernel.response', [=> function () {
  1435.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1436.         }, => 'onKernelResponse'], 0);
  1437.         $instance->addListener('kernel.response', [=> function () {
  1438.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1439.         }, => 'onKernelResponse'], -1024);
  1440.         $instance->addListener('kernel.request', [=> function () {
  1441.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1442.         }, => 'setDefaultLocale'], 100);
  1443.         $instance->addListener('kernel.request', [=> function () {
  1444.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1445.         }, => 'onKernelRequest'], 16);
  1446.         $instance->addListener('kernel.finish_request', [=> function () {
  1447.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1448.         }, => 'onKernelFinishRequest'], 0);
  1449.         $instance->addListener('kernel.request', [=> function () {
  1450.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1451.         }, => 'onKernelRequest'], 256);
  1452.         $instance->addListener('kernel.response', [=> function () {
  1453.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1454.         }, => 'onResponse'], -255);
  1455.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1456.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1457.         }, => 'onControllerArguments'], 0);
  1458.         $instance->addListener('kernel.exception', [=> function () {
  1459.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1460.         }, => 'logKernelException'], 0);
  1461.         $instance->addListener('kernel.exception', [=> function () {
  1462.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1463.         }, => 'onKernelException'], -128);
  1464.         $instance->addListener('kernel.response', [=> function () {
  1465.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1466.         }, => 'removeCspHeader'], -128);
  1467.         $instance->addListener('kernel.request', [=> function () {
  1468.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1469.         }, => 'onKernelRequest'], 15);
  1470.         $instance->addListener('kernel.finish_request', [=> function () {
  1471.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1472.         }, => 'onKernelFinishRequest'], -15);
  1473.         $instance->addListener('console.error', [=> function () {
  1474.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1475.         }, => 'onConsoleError'], -128);
  1476.         $instance->addListener('console.terminate', [=> function () {
  1477.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1478.         }, => 'onConsoleTerminate'], -128);
  1479.         $instance->addListener('console.error', [=> function () {
  1480.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1481.         }, => 'onConsoleError'], 0);
  1482.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1483.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1484.         }, => 'onMessage'], -255);
  1485.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1486.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1487.         }, => 'onMessage'], -255);
  1488.         $instance->addListener('kernel.request', [=> function () {
  1489.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1490.         }, => 'configure'], 2048);
  1491.         $instance->addListener('console.command', [=> function () {
  1492.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1493.         }, => 'configure'], 2048);
  1494.         $instance->addListener('kernel.request', [=> function () {
  1495.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1496.         }, => 'onKernelRequest'], 32);
  1497.         $instance->addListener('kernel.finish_request', [=> function () {
  1498.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1499.         }, => 'onKernelFinishRequest'], 0);
  1500.         $instance->addListener('kernel.exception', [=> function () {
  1501.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1502.         }, => 'onKernelException'], -64);
  1503.         $instance->addListener('kernel.response', [=> function () {
  1504.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1505.         }, => 'onKernelResponse'], 0);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1508.         }, => 'onKernelRequest'], 128);
  1509.         $instance->addListener('kernel.response', [=> function () {
  1510.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1511.         }, => 'onKernelResponse'], -1000);
  1512.         $instance->addListener('kernel.finish_request', [=> function () {
  1513.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1514.         }, => 'onFinishRequest'], 0);
  1515.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1516.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1517.         }, => 'onNotification'], -255);
  1518.         $instance->addListener('kernel.response', [=> function () {
  1519.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1520.         }, => 'onKernelResponse'], -100);
  1521.         $instance->addListener('kernel.exception', [=> function () {
  1522.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1523.         }, => 'onKernelException'], 0);
  1524.         $instance->addListener('kernel.terminate', [=> function () {
  1525.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1526.         }, => 'onKernelTerminate'], -1024);
  1527.         $instance->addListener('kernel.controller', [=> function () {
  1528.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1529.         }, => 'onKernelController'], 0);
  1530.         $instance->addListener('kernel.response', [=> function () {
  1531.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1532.         }, => 'onKernelResponse'], 0);
  1533.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1534.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1535.         }, => 'onMessage'], 0);
  1536.         $instance->addListener('kernel.controller', [=> function () {
  1537.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1538.         }, => 'onKernelController'], 0);
  1539.         $instance->addListener('kernel.controller', [=> function () {
  1540.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1541.         }, => 'onKernelController'], 0);
  1542.         $instance->addListener('kernel.controller', [=> function () {
  1543.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1544.         }, => 'onKernelController'], -128);
  1545.         $instance->addListener('kernel.view', [=> function () {
  1546.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1547.         }, => 'onKernelView'], 0);
  1548.         $instance->addListener('kernel.controller', [=> function () {
  1549.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1550.         }, => 'onKernelController'], 0);
  1551.         $instance->addListener('kernel.response', [=> function () {
  1552.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1553.         }, => 'onKernelResponse'], 0);
  1554.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1555.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1556.         }, => 'onKernelControllerArguments'], 0);
  1557.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1558.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1559.         }, => 'onKernelControllerArguments'], 0);
  1560.         $instance->addListener('kernel.response', [=> function () {
  1561.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1562.         }, => 'onKernelResponse'], 0);
  1563.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1564.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1565.         }, => 'checkPassport'], 0);
  1566.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1567.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1568.         }, => 'onLoginSuccess'], 0);
  1569.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1570.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1571.         }, => 'onVoterVote'], 0);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1574.         }, => 'configureLogoutUrlGenerator'], 8);
  1575.         $instance->addListener('kernel.request', [=> function () {
  1576.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1577.         }, => 'onKernelRequest'], 8);
  1578.         $instance->addListener('kernel.finish_request', [=> function () {
  1579.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1580.         }, => 'onKernelFinishRequest'], 0);
  1581.         $instance->addListener('kernel.response', [=> function () {
  1582.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1583.         }, => 'onKernelResponse'], -128);
  1584.         $instance->addListener('console.command', [=> function () {
  1585.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1586.         }, => 'onCommand'], 255);
  1587.         $instance->addListener('console.terminate', [=> function () {
  1588.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1589.         }, => 'onTerminate'], -255);
  1590.         $instance->addListener('console.command', [=> function () {
  1591.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1592.         }, => 'configure'], 1024);
  1593.         $instance->addListener('console.error', [=> function () {
  1594.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1595.         }, => 'onConsoleError'], 0);
  1596.         $instance->addListener('console.terminate', [=> function () {
  1597.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1598.         }, => 'onConsoleTerminate'], 0);
  1599.         $instance->addListener('kernel.finish_request', [=> function () {
  1600.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1601.         }, => 'resetAssets'], 0);
  1602.         $instance->addListener('knp_pager.before', [=> function () {
  1603.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1604.         }, => 'before'], 0);
  1605.         $instance->addListener('knp_pager.pagination', [=> function () {
  1606.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1607.         }, => 'pagination'], 0);
  1608.         $instance->addListener('knp_pager.before', [=> function () {
  1609.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1610.         }, => 'before'], 1);
  1611.         $instance->addListener('knp_pager.before', [=> function () {
  1612.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1613.         }, => 'before'], 1);
  1614.         $instance->addListener('knp_pager.pagination', [=> function () {
  1615.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1616.         }, => 'pagination'], 1);
  1617.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1618.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1619.         }, => 'checkPassport'], 512);
  1620.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1621.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1622.         }, => 'onLogout'], 0);
  1623.         return $instance;
  1624.     }
  1625.     /**
  1626.      * Gets the public 'http_kernel' shared service.
  1627.      *
  1628.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1629.      */
  1630.     protected function getHttpKernelService()
  1631.     {
  1632.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1633.         if (isset($this->services['http_kernel'])) {
  1634.             return $this->services['http_kernel'];
  1635.         }
  1636.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1637.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1638.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1639.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1640.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1641.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1642.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1643.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1644.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1645.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1646.         }, 8)), $b));
  1647.     }
  1648.     /**
  1649.      * Gets the public 'knp_paginator' shared service.
  1650.      *
  1651.      * @return \Knp\Component\Pager\Paginator
  1652.      */
  1653.     protected function getKnpPaginatorService($lazyLoad true)
  1654.     {
  1655.         if ($lazyLoad) {
  1656.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1657.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1658.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1659.                     $proxy->setProxyInitializer(null);
  1660.                     return true;
  1661.                 });
  1662.             });
  1663.         }
  1664.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1665.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'request_stack' shared service.
  1670.      *
  1671.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1672.      */
  1673.     protected function getRequestStackService()
  1674.     {
  1675.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1676.     }
  1677.     /**
  1678.      * Gets the public 'router' shared service.
  1679.      *
  1680.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1681.      */
  1682.     protected function getRouterService()
  1683.     {
  1684.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1685.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1686.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1687.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1688.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1689.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1690.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1691.         ], [
  1692.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1693.         ]))->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');
  1694.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1695.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1696.         return $instance;
  1697.     }
  1698.     /**
  1699.      * Gets the public 'routing.loader' shared service.
  1700.      *
  1701.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1702.      */
  1703.     protected function getRouting_LoaderService()
  1704.     {
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1717.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1729.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1730.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1731.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1732.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1733.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1734.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1735.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1736.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1737.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1738.             'kernel' => ['services''kernel''getKernelService'false],
  1739.         ], [
  1740.             'kernel' => 'App\\Kernel',
  1741.         ]), 'dev'));
  1742.         $a->addLoader($c);
  1743.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1744.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1745.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1746.     }
  1747.     /**
  1748.      * Gets the public 'services_resetter' shared service.
  1749.      *
  1750.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1751.      */
  1752.     protected function getServicesResetterService()
  1753.     {
  1754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1755.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1756.             if (isset($this->services['cache.app'])) {
  1757.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1758.             }
  1759.             if (isset($this->services['cache.system'])) {
  1760.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1761.             }
  1762.             if (isset($this->privates['cache.validator'])) {
  1763.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1764.             }
  1765.             if (isset($this->privates['cache.serializer'])) {
  1766.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1767.             }
  1768.             if (isset($this->privates['cache.annotations'])) {
  1769.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1770.             }
  1771.             if (isset($this->privates['cache.property_info'])) {
  1772.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1773.             }
  1774.             if (isset($this->privates['.debug.http_client'])) {
  1775.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1776.             }
  1777.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1778.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1779.             }
  1780.             if (isset($this->privates['debug.stopwatch'])) {
  1781.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1782.             }
  1783.             if (isset($this->services['event_dispatcher'])) {
  1784.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1785.             }
  1786.             if (isset($this->privates['session_listener'])) {
  1787.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1788.             }
  1789.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1790.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1791.             }
  1792.             if (isset($this->services['cache.validator_expression_language'])) {
  1793.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1794.             }
  1795.             if (isset($this->services['.container.private.profiler'])) {
  1796.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1797.             }
  1798.             if (isset($this->services['.container.private.validator'])) {
  1799.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1800.             }
  1801.             if (isset($this->privates['twig.form.engine'])) {
  1802.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1803.             }
  1804.             if (isset($this->services['doctrine'])) {
  1805.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1806.             }
  1807.             if (isset($this->privates['form.type.entity'])) {
  1808.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1809.             }
  1810.             if (isset($this->services['.container.private.security.token_storage'])) {
  1811.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1812.             }
  1813.             if (isset($this->privates['cache.security_expression_language'])) {
  1814.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1815.             }
  1816.             if (isset($this->privates['debug.security.firewall'])) {
  1817.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1818.             }
  1819.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  1820.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  1821.             }
  1822.             if (isset($this->privates['monolog.handler.main'])) {
  1823.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1824.             }
  1825.             if (isset($this->privates['monolog.handler.console'])) {
  1826.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1827.             }
  1828.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1829.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1830.             }
  1831.             if (isset($this->privates['cache.webpack_encore'])) {
  1832.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1833.             }
  1834.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1835.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1836.             }
  1837.             if (isset($this->privates['.debug.http_client'])) {
  1838.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1839.             }
  1840.         }, function () {
  1841.             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['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  1842.         }), ['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'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1843.     }
  1844.     /**
  1845.      * Gets the public 'translator' shared service.
  1846.      *
  1847.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1848.      */
  1849.     protected function getTranslatorService()
  1850.     {
  1851.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1852.     }
  1853.     /**
  1854.      * Gets the public 'var_dumper.cloner' shared service.
  1855.      *
  1856.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1857.      */
  1858.     protected function getVarDumper_ClonerService()
  1859.     {
  1860.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1861.         $instance->setMaxItems(2500);
  1862.         $instance->setMinDepth(1);
  1863.         $instance->setMaxString(-1);
  1864.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1865.         return $instance;
  1866.     }
  1867.     /**
  1868.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1869.      *
  1870.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1871.      */
  1872.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1875.         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()));
  1876.     }
  1877.     /**
  1878.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1879.      *
  1880.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1881.      */
  1882.     protected function getWebProfiler_Controller_ProfilerService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1885.         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));
  1886.     }
  1887.     /**
  1888.      * Gets the public 'web_profiler.controller.router' shared service.
  1889.      *
  1890.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1891.      */
  1892.     protected function getWebProfiler_Controller_RouterService()
  1893.     {
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1895.         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 () {
  1896.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1897.         }, 1));
  1898.     }
  1899.     /**
  1900.      * Gets the private '.console.command.about.lazy' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\Console\Command\LazyCommand
  1903.      */
  1904.     protected function get_Console_Command_About_LazyService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1908.         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 {
  1909.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1910.         });
  1911.     }
  1912.     /**
  1913.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Console\Command\LazyCommand
  1916.      */
  1917.     protected function get_Console_Command_AssetsInstall_LazyService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1921.         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 {
  1922.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1923.         });
  1924.     }
  1925.     /**
  1926.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\Console\Command\LazyCommand
  1929.      */
  1930.     protected function get_Console_Command_CacheClear_LazyService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1934.         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 {
  1935.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1936.         });
  1937.     }
  1938.     /**
  1939.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Console\Command\LazyCommand
  1942.      */
  1943.     protected function get_Console_Command_CachePoolClear_LazyService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1947.         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 {
  1948.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1949.         });
  1950.     }
  1951.     /**
  1952.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\Console\Command\LazyCommand
  1955.      */
  1956.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1960.         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 {
  1961.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1962.         });
  1963.     }
  1964.     /**
  1965.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Console\Command\LazyCommand
  1968.      */
  1969.     protected function get_Console_Command_CachePoolList_LazyService()
  1970.     {
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1973.         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 {
  1974.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1975.         });
  1976.     }
  1977.     /**
  1978.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\Console\Command\LazyCommand
  1981.      */
  1982.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1983.     {
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1986.         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 {
  1987.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1988.         });
  1989.     }
  1990.     /**
  1991.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\Console\Command\LazyCommand
  1994.      */
  1995.     protected function get_Console_Command_CacheWarmup_LazyService()
  1996.     {
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1999.         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 {
  2000.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2001.         });
  2002.     }
  2003.     /**
  2004.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Console\Command\LazyCommand
  2007.      */
  2008.     protected function get_Console_Command_ConfigDebug_LazyService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2012.         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 {
  2013.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2014.         });
  2015.     }
  2016.     /**
  2017.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Console\Command\LazyCommand
  2020.      */
  2021.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2025.         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 {
  2026.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2027.         });
  2028.     }
  2029.     /**
  2030.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2031.      *
  2032.      * @return \Symfony\Component\Console\Command\LazyCommand
  2033.      */
  2034.     protected function get_Console_Command_ContainerDebug_LazyService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2038.         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 {
  2039.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2040.         });
  2041.     }
  2042.     /**
  2043.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2044.      *
  2045.      * @return \Symfony\Component\Console\Command\LazyCommand
  2046.      */
  2047.     protected function get_Console_Command_ContainerLint_LazyService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2051.         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 {
  2052.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2053.         });
  2054.     }
  2055.     /**
  2056.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Console\Command\LazyCommand
  2059.      */
  2060.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2064.         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 {
  2065.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2066.         });
  2067.     }
  2068.     /**
  2069.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\Console\Command\LazyCommand
  2072.      */
  2073.     protected function get_Console_Command_DotenvDebug_LazyService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2077.         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 {
  2078.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2079.         });
  2080.     }
  2081.     /**
  2082.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\Console\Command\LazyCommand
  2085.      */
  2086.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2087.     {
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2090.         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 {
  2091.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2092.         });
  2093.     }
  2094.     /**
  2095.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Console\Command\LazyCommand
  2098.      */
  2099.     protected function get_Console_Command_FormDebug_LazyService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2103.         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 {
  2104.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2105.         });
  2106.     }
  2107.     /**
  2108.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Console\Command\LazyCommand
  2111.      */
  2112.     protected function get_Console_Command_RouterDebug_LazyService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2116.         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 {
  2117.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2118.         });
  2119.     }
  2120.     /**
  2121.      * Gets the private '.console.command.router_match.lazy' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\Console\Command\LazyCommand
  2124.      */
  2125.     protected function get_Console_Command_RouterMatch_LazyService()
  2126.     {
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2129.         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 {
  2130.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2131.         });
  2132.     }
  2133.     /**
  2134.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\Console\Command\LazyCommand
  2137.      */
  2138.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2139.     {
  2140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2142.         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 {
  2143.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2144.         });
  2145.     }
  2146.     /**
  2147.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\Console\Command\LazyCommand
  2150.      */
  2151.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2155.         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 {
  2156.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2157.         });
  2158.     }
  2159.     /**
  2160.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Console\Command\LazyCommand
  2163.      */
  2164.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2168.         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 {
  2169.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2170.         });
  2171.     }
  2172.     /**
  2173.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Console\Command\LazyCommand
  2176.      */
  2177.     protected function get_Console_Command_SecretsList_LazyService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2181.         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 {
  2182.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2183.         });
  2184.     }
  2185.     /**
  2186.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Console\Command\LazyCommand
  2189.      */
  2190.     protected function get_Console_Command_SecretsRemove_LazyService()
  2191.     {
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2194.         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 {
  2195.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2196.         });
  2197.     }
  2198.     /**
  2199.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Console\Command\LazyCommand
  2202.      */
  2203.     protected function get_Console_Command_SecretsSet_LazyService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2207.         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 {
  2208.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2209.         });
  2210.     }
  2211.     /**
  2212.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Console\Command\LazyCommand
  2215.      */
  2216.     protected function get_Console_Command_TranslationDebug_LazyService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2220.         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 {
  2221.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2222.         });
  2223.     }
  2224.     /**
  2225.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Console\Command\LazyCommand
  2228.      */
  2229.     protected function get_Console_Command_TranslationExtract_LazyService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2233.         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 {
  2234.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2235.         });
  2236.     }
  2237.     /**
  2238.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\Console\Command\LazyCommand
  2241.      */
  2242.     protected function get_Console_Command_TranslationPull_LazyService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2246.         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 {
  2247.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2248.         });
  2249.     }
  2250.     /**
  2251.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Console\Command\LazyCommand
  2254.      */
  2255.     protected function get_Console_Command_TranslationPush_LazyService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2259.         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 {
  2260.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2261.         });
  2262.     }
  2263.     /**
  2264.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\Console\Command\LazyCommand
  2267.      */
  2268.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2272.         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 {
  2273.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2274.         });
  2275.     }
  2276.     /**
  2277.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\Console\Command\LazyCommand
  2280.      */
  2281.     protected function get_Console_Command_XliffLint_LazyService()
  2282.     {
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2285.         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 {
  2286.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2287.         });
  2288.     }
  2289.     /**
  2290.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2291.      *
  2292.      * @return \Symfony\Component\Console\Command\LazyCommand
  2293.      */
  2294.     protected function get_Console_Command_YamlLint_LazyService()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2298.         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 {
  2299.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2300.         });
  2301.     }
  2302.     /**
  2303.      * Gets the private '.debug.http_client' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2306.      */
  2307.     protected function get_Debug_HttpClientService()
  2308.     {
  2309.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2310.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2311.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2312.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2313.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2314.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2315.         $a->setLogger($b);
  2316.         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))));
  2317.     }
  2318.     /**
  2319.      * Gets the private '.errored..service_locator.OomHpBA.App\Entity\Project' shared service.
  2320.      *
  2321.      * @return \App\Entity\Project
  2322.      */
  2323.     protected function getProjectService()
  2324.     {
  2325.         $this->throw('Cannot autowire service ".service_locator.OomHpBA": it references class "App\\Entity\\Project" but no such service exists.');
  2326.     }
  2327.     /**
  2328.      * Gets the private '.errored..service_locator.eW3.Ner.App\Entity\Project' shared service.
  2329.      *
  2330.      * @return \App\Entity\Project
  2331.      */
  2332.     protected function getProject2Service()
  2333.     {
  2334.         $this->throw('Cannot autowire service ".service_locator.eW3.Ner": it references class "App\\Entity\\Project" but no such service exists.');
  2335.     }
  2336.     /**
  2337.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2340.      */
  2341.     protected function getLoaderInterfaceService()
  2342.     {
  2343.         $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".');
  2344.     }
  2345.     /**
  2346.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2347.      *
  2348.      * @return \Symfony\Component\Console\Command\LazyCommand
  2349.      */
  2350.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2351.     {
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2354.         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 {
  2355.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2356.         });
  2357.     }
  2358.     /**
  2359.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2360.      *
  2361.      * @return \Symfony\Component\Console\Command\LazyCommand
  2362.      */
  2363.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2367.         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 {
  2368.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2369.         });
  2370.     }
  2371.     /**
  2372.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2373.      *
  2374.      * @return \Symfony\Component\Console\Command\LazyCommand
  2375.      */
  2376.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2377.     {
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2380.         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 {
  2381.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2382.         });
  2383.     }
  2384.     /**
  2385.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\Console\Command\LazyCommand
  2388.      */
  2389.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2390.     {
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2393.         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 {
  2394.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2395.         });
  2396.     }
  2397.     /**
  2398.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2399.      *
  2400.      * @return \Symfony\Component\Console\Command\LazyCommand
  2401.      */
  2402.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2403.     {
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2406.         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 {
  2407.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2408.         });
  2409.     }
  2410.     /**
  2411.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2412.      *
  2413.      * @return \Symfony\Component\Console\Command\LazyCommand
  2414.      */
  2415.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2416.     {
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2419.         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 {
  2420.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2421.         });
  2422.     }
  2423.     /**
  2424.      * Gets the private '.maker.auto_command.make_factory.lazy' shared service.
  2425.      *
  2426.      * @return \Symfony\Component\Console\Command\LazyCommand
  2427.      */
  2428.     protected function get_Maker_AutoCommand_MakeFactory_LazyService()
  2429.     {
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2432.         return $this->privates['.maker.auto_command.make_factory.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:factory', [], 'Creates a Foundry model factory for a Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2433.             return ($this->privates['maker.auto_command.make_factory'] ?? $this->getMaker_AutoCommand_MakeFactoryService());
  2434.         });
  2435.     }
  2436.     /**
  2437.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2438.      *
  2439.      * @return \Symfony\Component\Console\Command\LazyCommand
  2440.      */
  2441.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2442.     {
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2445.         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 {
  2446.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2447.         });
  2448.     }
  2449.     /**
  2450.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2451.      *
  2452.      * @return \Symfony\Component\Console\Command\LazyCommand
  2453.      */
  2454.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2458.         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 {
  2459.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2460.         });
  2461.     }
  2462.     /**
  2463.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2464.      *
  2465.      * @return \Symfony\Component\Console\Command\LazyCommand
  2466.      */
  2467.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2471.         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 {
  2472.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2473.         });
  2474.     }
  2475.     /**
  2476.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Console\Command\LazyCommand
  2479.      */
  2480.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2484.         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 {
  2485.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2486.         });
  2487.     }
  2488.     /**
  2489.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2490.      *
  2491.      * @return \Symfony\Component\Console\Command\LazyCommand
  2492.      */
  2493.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2497.         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 {
  2498.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2499.         });
  2500.     }
  2501.     /**
  2502.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\Console\Command\LazyCommand
  2505.      */
  2506.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2507.     {
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2510.         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 {
  2511.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2512.         });
  2513.     }
  2514.     /**
  2515.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2516.      *
  2517.      * @return \Symfony\Component\Console\Command\LazyCommand
  2518.      */
  2519.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2523.         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 {
  2524.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2525.         });
  2526.     }
  2527.     /**
  2528.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Console\Command\LazyCommand
  2531.      */
  2532.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2533.     {
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2536.         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 {
  2537.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2538.         });
  2539.     }
  2540.     /**
  2541.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Console\Command\LazyCommand
  2544.      */
  2545.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2549.         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 {
  2550.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2551.         });
  2552.     }
  2553.     /**
  2554.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2555.      *
  2556.      * @return \Symfony\Component\Console\Command\LazyCommand
  2557.      */
  2558.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2559.     {
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2562.         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 {
  2563.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2564.         });
  2565.     }
  2566.     /**
  2567.      * Gets the private '.maker.auto_command.make_story.lazy' shared service.
  2568.      *
  2569.      * @return \Symfony\Component\Console\Command\LazyCommand
  2570.      */
  2571.     protected function get_Maker_AutoCommand_MakeStory_LazyService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2575.         return $this->privates['.maker.auto_command.make_story.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:story', [], 'Creates a Foundry story'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2576.             return ($this->privates['maker.auto_command.make_story'] ?? $this->getMaker_AutoCommand_MakeStoryService());
  2577.         });
  2578.     }
  2579.     /**
  2580.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\Console\Command\LazyCommand
  2583.      */
  2584.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2585.     {
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2588.         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 {
  2589.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2590.         });
  2591.     }
  2592.     /**
  2593.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2594.      *
  2595.      * @return \Symfony\Component\Console\Command\LazyCommand
  2596.      */
  2597.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2598.     {
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2601.         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 {
  2602.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2603.         });
  2604.     }
  2605.     /**
  2606.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\Console\Command\LazyCommand
  2609.      */
  2610.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2614.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2615.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2616.         });
  2617.     }
  2618.     /**
  2619.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\Console\Command\LazyCommand
  2622.      */
  2623.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2624.     {
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2627.         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 {
  2628.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2629.         });
  2630.     }
  2631.     /**
  2632.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2633.      *
  2634.      * @return \Symfony\Component\Console\Command\LazyCommand
  2635.      */
  2636.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2640.         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 {
  2641.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2642.         });
  2643.     }
  2644.     /**
  2645.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\Console\Command\LazyCommand
  2648.      */
  2649.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2650.     {
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2653.         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 {
  2654.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2655.         });
  2656.     }
  2657.     /**
  2658.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2659.      *
  2660.      * @return \Symfony\Component\Console\Command\LazyCommand
  2661.      */
  2662.     protected function get_Monolog_Command_ServerLog_LazyService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2666.         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 {
  2667.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2668.         });
  2669.     }
  2670.     /**
  2671.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2672.      *
  2673.      * @return \Symfony\Component\Console\Command\LazyCommand
  2674.      */
  2675.     protected function get_Security_Command_DebugFirewall_LazyService()
  2676.     {
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2679.         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 {
  2680.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2681.         });
  2682.     }
  2683.     /**
  2684.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\Console\Command\LazyCommand
  2687.      */
  2688.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2692.         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 {
  2693.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2694.         });
  2695.     }
  2696.     /**
  2697.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2698.      *
  2699.      * @return \Symfony\Component\Console\Command\LazyCommand
  2700.      */
  2701.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2705.         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 {
  2706.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2707.         });
  2708.     }
  2709.     /**
  2710.      * Gets the private '.service_locator.3wY1I7E' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2713.      */
  2714.     protected function get_ServiceLocator_3wY1I7EService()
  2715.     {
  2716.         return $this->privates['.service_locator.3wY1I7E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2717.             'activitySearchFilters' => ['privates''App\\Utils\\ActivitySearchFilters''getActivitySearchFiltersService'false],
  2718.             'emailRepository' => ['privates''App\\Repository\\EmailRepository''getEmailRepositoryService'false],
  2719.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2720.             'projectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  2721.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2722.         ], [
  2723.             'activitySearchFilters' => 'App\\Utils\\ActivitySearchFilters',
  2724.             'emailRepository' => 'App\\Repository\\EmailRepository',
  2725.             'paginator' => '?',
  2726.             'projectRepository' => 'App\\Repository\\ProjectRepository',
  2727.             'serializer' => '?',
  2728.         ]);
  2729.     }
  2730.     /**
  2731.      * Gets the private '.service_locator.6E9xidT' shared service.
  2732.      *
  2733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2734.      */
  2735.     protected function get_ServiceLocator_6E9xidTService()
  2736.     {
  2737.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2738.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  2739.         ], [
  2740.             'mailer' => '?',
  2741.         ]);
  2742.     }
  2743.     /**
  2744.      * Gets the private '.service_locator.EtATeBT' shared service.
  2745.      *
  2746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2747.      */
  2748.     protected function get_ServiceLocator_EtATeBTService()
  2749.     {
  2750.         return $this->privates['.service_locator.EtATeBT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2751.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2752.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  2753.         ], [
  2754.             'em' => '?',
  2755.             'passwordEncoder' => '?',
  2756.         ]);
  2757.     }
  2758.     /**
  2759.      * Gets the private '.service_locator.Hot8NcO' shared service.
  2760.      *
  2761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2762.      */
  2763.     protected function get_ServiceLocator_Hot8NcOService()
  2764.     {
  2765.         return $this->privates['.service_locator.Hot8NcO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2766.             'projectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  2767.         ], [
  2768.             'projectRepository' => 'App\\Repository\\ProjectRepository',
  2769.         ]);
  2770.     }
  2771.     /**
  2772.      * Gets the private '.service_locator.OomHpBA' shared service.
  2773.      *
  2774.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2775.      */
  2776.     protected function get_ServiceLocator_OomHpBAService()
  2777.     {
  2778.         return $this->privates['.service_locator.OomHpBA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2779.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2780.             'emailRepository' => ['privates''App\\Repository\\EmailRepository''getEmailRepositoryService'false],
  2781.             'httpClient' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  2782.             'processor' => ['privates''App\\Utils\\WebHookProcessor''getWebHookProcessorService'false],
  2783.             'project' => ['privates''.errored..service_locator.OomHpBA.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.OomHpBA": it references class "App\\Entity\\Project" but no such service exists.'],
  2784.         ], [
  2785.             'em' => '?',
  2786.             'emailRepository' => 'App\\Repository\\EmailRepository',
  2787.             'httpClient' => '?',
  2788.             'processor' => 'App\\Utils\\WebHookProcessor',
  2789.             'project' => 'App\\Entity\\Project',
  2790.         ]);
  2791.     }
  2792.     /**
  2793.      * Gets the private '.service_locator.XsyfP82' shared service.
  2794.      *
  2795.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2796.      */
  2797.     protected function get_ServiceLocator_XsyfP82Service()
  2798.     {
  2799.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2800.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2801.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2802.         ], [
  2803.             'event_dispatcher' => '?',
  2804.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2805.         ]);
  2806.     }
  2807.     /**
  2808.      * Gets the private '.service_locator._kVvngK' shared service.
  2809.      *
  2810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2811.      */
  2812.     protected function get_ServiceLocator_KVvngKService()
  2813.     {
  2814.         return $this->privates['.service_locator._kVvngK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2815.             'App\\Controller\\ActivityController::detailsApi' => ['privates''.service_locator.jkAbUca''get_ServiceLocator_JkAbUcaService'false],
  2816.             'App\\Controller\\ActivityController::export' => ['privates''.service_locator.kfyKaTj''get_ServiceLocator_KfyKaTjService'false],
  2817.             'App\\Controller\\ActivityController::index' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2818.             'App\\Controller\\ActivityController::listApi' => ['privates''.service_locator.3wY1I7E''get_ServiceLocator_3wY1I7EService'false],
  2819.             'App\\Controller\\DashboardController::index' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2820.             'App\\Controller\\DashboardController::jsApi' => ['privates''.service_locator.iEzdaNl''get_ServiceLocator_IEzdaNlService'false],
  2821.             'App\\Controller\\DashboardController::sesIndex' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2822.             'App\\Controller\\KlaviyoController::index' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2823.             'App\\Controller\\ProjectController::add' => ['privates''.service_locator.ql0pcTf''get_ServiceLocator_Ql0pcTfService'false],
  2824.             'App\\Controller\\ProjectController::edit' => ['privates''.service_locator.eW3.Ner''get_ServiceLocator_EW3_NerService'false],
  2825.             'App\\Controller\\ProjectController::list' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2826.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2827.             'App\\Controller\\SendTestController::send' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2828.             'App\\Controller\\UserController::edit' => ['privates''.service_locator.EtATeBT''get_ServiceLocator_EtATeBTService'false],
  2829.             'App\\Controller\\WebHookController::index' => ['privates''.service_locator.OomHpBA''get_ServiceLocator_OomHpBAService'false],
  2830.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2831.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2832.             'App\\Controller\\ActivityController:detailsApi' => ['privates''.service_locator.jkAbUca''get_ServiceLocator_JkAbUcaService'false],
  2833.             'App\\Controller\\ActivityController:export' => ['privates''.service_locator.kfyKaTj''get_ServiceLocator_KfyKaTjService'false],
  2834.             'App\\Controller\\ActivityController:index' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2835.             'App\\Controller\\ActivityController:listApi' => ['privates''.service_locator.3wY1I7E''get_ServiceLocator_3wY1I7EService'false],
  2836.             'App\\Controller\\DashboardController:index' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2837.             'App\\Controller\\DashboardController:jsApi' => ['privates''.service_locator.iEzdaNl''get_ServiceLocator_IEzdaNlService'false],
  2838.             'App\\Controller\\DashboardController:sesIndex' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2839.             'App\\Controller\\KlaviyoController:index' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2840.             'App\\Controller\\ProjectController:add' => ['privates''.service_locator.ql0pcTf''get_ServiceLocator_Ql0pcTfService'false],
  2841.             'App\\Controller\\ProjectController:edit' => ['privates''.service_locator.eW3.Ner''get_ServiceLocator_EW3_NerService'false],
  2842.             'App\\Controller\\ProjectController:list' => ['privates''.service_locator.Hot8NcO''get_ServiceLocator_Hot8NcOService'false],
  2843.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2844.             'App\\Controller\\SendTestController:send' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2845.             'App\\Controller\\UserController:edit' => ['privates''.service_locator.EtATeBT''get_ServiceLocator_EtATeBTService'false],
  2846.             'App\\Controller\\WebHookController:index' => ['privates''.service_locator.OomHpBA''get_ServiceLocator_OomHpBAService'false],
  2847.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2848.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2849.         ], [
  2850.             'App\\Controller\\ActivityController::detailsApi' => '?',
  2851.             'App\\Controller\\ActivityController::export' => '?',
  2852.             'App\\Controller\\ActivityController::index' => '?',
  2853.             'App\\Controller\\ActivityController::listApi' => '?',
  2854.             'App\\Controller\\DashboardController::index' => '?',
  2855.             'App\\Controller\\DashboardController::jsApi' => '?',
  2856.             'App\\Controller\\DashboardController::sesIndex' => '?',
  2857.             'App\\Controller\\KlaviyoController::index' => '?',
  2858.             'App\\Controller\\ProjectController::add' => '?',
  2859.             'App\\Controller\\ProjectController::edit' => '?',
  2860.             'App\\Controller\\ProjectController::list' => '?',
  2861.             'App\\Controller\\SecurityController::login' => '?',
  2862.             'App\\Controller\\SendTestController::send' => '?',
  2863.             'App\\Controller\\UserController::edit' => '?',
  2864.             'App\\Controller\\WebHookController::index' => '?',
  2865.             'kernel::loadRoutes' => '?',
  2866.             'kernel::registerContainerConfiguration' => '?',
  2867.             'App\\Controller\\ActivityController:detailsApi' => '?',
  2868.             'App\\Controller\\ActivityController:export' => '?',
  2869.             'App\\Controller\\ActivityController:index' => '?',
  2870.             'App\\Controller\\ActivityController:listApi' => '?',
  2871.             'App\\Controller\\DashboardController:index' => '?',
  2872.             'App\\Controller\\DashboardController:jsApi' => '?',
  2873.             'App\\Controller\\DashboardController:sesIndex' => '?',
  2874.             'App\\Controller\\KlaviyoController:index' => '?',
  2875.             'App\\Controller\\ProjectController:add' => '?',
  2876.             'App\\Controller\\ProjectController:edit' => '?',
  2877.             'App\\Controller\\ProjectController:list' => '?',
  2878.             'App\\Controller\\SecurityController:login' => '?',
  2879.             'App\\Controller\\SendTestController:send' => '?',
  2880.             'App\\Controller\\UserController:edit' => '?',
  2881.             'App\\Controller\\WebHookController:index' => '?',
  2882.             'kernel:loadRoutes' => '?',
  2883.             'kernel:registerContainerConfiguration' => '?',
  2884.         ]);
  2885.     }
  2886.     /**
  2887.      * Gets the private '.service_locator.eW3.Ner' shared service.
  2888.      *
  2889.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2890.      */
  2891.     protected function get_ServiceLocator_EW3_NerService()
  2892.     {
  2893.         return $this->privates['.service_locator.eW3.Ner'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2894.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2895.             'project' => ['privates''.errored..service_locator.eW3.Ner.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.eW3.Ner": it references class "App\\Entity\\Project" but no such service exists.'],
  2896.         ], [
  2897.             'em' => '?',
  2898.             'project' => 'App\\Entity\\Project',
  2899.         ]);
  2900.     }
  2901.     /**
  2902.      * Gets the private '.service_locator.iEzdaNl' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2905.      */
  2906.     protected function get_ServiceLocator_IEzdaNlService()
  2907.     {
  2908.         return $this->privates['.service_locator.iEzdaNl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2909.             'dashboardStatsHelper' => ['privates''App\\Utils\\DashboardStatsHelper''getDashboardStatsHelperService'false],
  2910.             'klaviyoService' => ['privates''App\\Service\\KlaviyoService''getKlaviyoServiceService'false],
  2911.             'projectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  2912.         ], [
  2913.             'dashboardStatsHelper' => 'App\\Utils\\DashboardStatsHelper',
  2914.             'klaviyoService' => 'App\\Service\\KlaviyoService',
  2915.             'projectRepository' => 'App\\Repository\\ProjectRepository',
  2916.         ]);
  2917.     }
  2918.     /**
  2919.      * Gets the private '.service_locator.jkAbUca' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2922.      */
  2923.     protected function get_ServiceLocator_JkAbUcaService()
  2924.     {
  2925.         return $this->privates['.service_locator.jkAbUca'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2926.             'emailRepository' => ['privates''App\\Repository\\EmailRepository''getEmailRepositoryService'false],
  2927.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2928.         ], [
  2929.             'emailRepository' => 'App\\Repository\\EmailRepository',
  2930.             'serializer' => '?',
  2931.         ]);
  2932.     }
  2933.     /**
  2934.      * Gets the private '.service_locator.kfyKaTj' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2937.      */
  2938.     protected function get_ServiceLocator_KfyKaTjService()
  2939.     {
  2940.         return $this->privates['.service_locator.kfyKaTj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2941.             'activitySearchFilters' => ['privates''App\\Utils\\ActivitySearchFilters''getActivitySearchFiltersService'false],
  2942.             'projectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  2943.             'report' => ['privates''App\\Utils\\ActivityExport\\Report''getReportService'false],
  2944.             'writerFormatFactory' => ['privates''App\\Utils\\ActivityExport\\WriterFormatFactory''getWriterFormatFactoryService'false],
  2945.         ], [
  2946.             'activitySearchFilters' => 'App\\Utils\\ActivitySearchFilters',
  2947.             'projectRepository' => 'App\\Repository\\ProjectRepository',
  2948.             'report' => 'App\\Utils\\ActivityExport\\Report',
  2949.             'writerFormatFactory' => 'App\\Utils\\ActivityExport\\WriterFormatFactory',
  2950.         ]);
  2951.     }
  2952.     /**
  2953.      * Gets the private '.service_locator.mx0UMmY' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2956.      */
  2957.     protected function get_ServiceLocator_Mx0UMmYService()
  2958.     {
  2959.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2960.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2961.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2962.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2963.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2964.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2965.             'router' => ['services''router''getRouterService'false],
  2966.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2967.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2968.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2969.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2970.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2971.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2972.         ], [
  2973.             'doctrine' => '?',
  2974.             'form.factory' => '?',
  2975.             'http_kernel' => '?',
  2976.             'parameter_bag' => '?',
  2977.             'request_stack' => '?',
  2978.             'router' => '?',
  2979.             'security.authorization_checker' => '?',
  2980.             'security.csrf.token_manager' => '?',
  2981.             'security.token_storage' => '?',
  2982.             'serializer' => '?',
  2983.             'session' => '.session.deprecated',
  2984.             'twig' => '?',
  2985.         ]);
  2986.     }
  2987.     /**
  2988.      * Gets the private '.service_locator.ql0pcTf' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2991.      */
  2992.     protected function get_ServiceLocator_Ql0pcTfService()
  2993.     {
  2994.         return $this->privates['.service_locator.ql0pcTf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2995.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2996.             'projectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  2997.         ], [
  2998.             'em' => '?',
  2999.             'projectRepository' => 'App\\Repository\\ProjectRepository',
  3000.         ]);
  3001.     }
  3002.     /**
  3003.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3006.      */
  3007.     protected function get_ServiceLocator_XUrKPVUService()
  3008.     {
  3009.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3010.             '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".'],
  3011.         ], [
  3012.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3013.         ]);
  3014.     }
  3015.     /**
  3016.      * Gets the private '.service_locator.zFcJjKU' shared service.
  3017.      *
  3018.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3019.      */
  3020.     protected function get_ServiceLocator_ZFcJjKUService()
  3021.     {
  3022.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3023.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3024.         ], [
  3025.             'authenticationUtils' => '?',
  3026.         ]);
  3027.     }
  3028.     /**
  3029.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3030.      *
  3031.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3032.      */
  3033.     protected function get_ServiceLocator_ZJyh7qSService()
  3034.     {
  3035.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3036.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3037.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3038.         ], [
  3039.             'security.firewall.map.context.dev' => '?',
  3040.             'security.firewall.map.context.main' => '?',
  3041.         ]);
  3042.     }
  3043.     /**
  3044.      * Gets the private '.session.deprecated' shared service.
  3045.      *
  3046.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3047.      */
  3048.     protected function get_Session_DeprecatedService()
  3049.     {
  3050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3052.         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();
  3053.     }
  3054.     /**
  3055.      * Gets the private '.twig.command.debug.lazy' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\Console\Command\LazyCommand
  3058.      */
  3059.     protected function get_Twig_Command_Debug_LazyService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3063.         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 {
  3064.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3065.         });
  3066.     }
  3067.     /**
  3068.      * Gets the private '.twig.command.lint.lazy' shared service.
  3069.      *
  3070.      * @return \Symfony\Component\Console\Command\LazyCommand
  3071.      */
  3072.     protected function get_Twig_Command_Lint_LazyService()
  3073.     {
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3076.         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 {
  3077.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3078.         });
  3079.     }
  3080.     /**
  3081.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3082.      *
  3083.      * @return \Symfony\Component\Console\Command\LazyCommand
  3084.      */
  3085.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3086.     {
  3087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3089.         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 {
  3090.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3091.         });
  3092.     }
  3093.     /**
  3094.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  3095.      *
  3096.      * @return \App\Command\CreateUserCommand
  3097.      */
  3098.     protected function getCreateUserCommandService()
  3099.     {
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3101.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  3102.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  3103.         $instance->setName('app:create-user');
  3104.         return $instance;
  3105.     }
  3106.     /**
  3107.      * Gets the private 'App\Command\EmailsCleanupCommand' shared autowired service.
  3108.      *
  3109.      * @return \App\Command\EmailsCleanupCommand
  3110.      */
  3111.     protected function getEmailsCleanupCommandService()
  3112.     {
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3114.         include_once \dirname(__DIR__4).'/src/Command/EmailsCleanupCommand.php';
  3115.         include_once \dirname(__DIR__4).'/src/Utils/EmailsCleanupService.php';
  3116.         $this->privates['App\\Command\\EmailsCleanupCommand'] = $instance = new \App\Command\EmailsCleanupCommand();
  3117.         $instance->getEmailsCleanupService(new \App\Utils\EmailsCleanupService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  3118.         $instance->getProjectRepository(($this->privates['App\\Repository\\ProjectRepository'] ?? $this->getProjectRepositoryService()));
  3119.         $instance->setName('app:emails:cleanup');
  3120.         return $instance;
  3121.     }
  3122.     /**
  3123.      * Gets the private 'App\Factory\ProjectFactory' shared autowired service.
  3124.      *
  3125.      * @return \App\Factory\ProjectFactory
  3126.      */
  3127.     protected function getProjectFactoryService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Factory.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/ModelFactory.php';
  3131.         include_once \dirname(__DIR__4).'/src/Factory/ProjectFactory.php';
  3132.         include_once \dirname(__DIR__4).'/src/Utils/TokenGenerator.php';
  3133.         return $this->privates['App\\Factory\\ProjectFactory'] = new \App\Factory\ProjectFactory(new \App\Utils\TokenGenerator());
  3134.     }
  3135.     /**
  3136.      * Gets the private 'App\Factory\UserFactory' shared autowired service.
  3137.      *
  3138.      * @return \App\Factory\UserFactory
  3139.      */
  3140.     protected function getUserFactoryService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Factory.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/ModelFactory.php';
  3144.         include_once \dirname(__DIR__4).'/src/Factory/UserFactory.php';
  3145.         return $this->privates['App\\Factory\\UserFactory'] = new \App\Factory\UserFactory(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3146.     }
  3147.     /**
  3148.      * Gets the private 'App\Form\ProjectType' shared autowired service.
  3149.      *
  3150.      * @return \App\Form\ProjectType
  3151.      */
  3152.     protected function getProjectTypeService()
  3153.     {
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3156.         include_once \dirname(__DIR__4).'/src/Form/ProjectType.php';
  3157.         return $this->privates['App\\Form\\ProjectType'] = new \App\Form\ProjectType();
  3158.     }
  3159.     /**
  3160.      * Gets the private 'App\Form\TestMailType' shared autowired service.
  3161.      *
  3162.      * @return \App\Form\TestMailType
  3163.      */
  3164.     protected function getTestMailTypeService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3168.         include_once \dirname(__DIR__4).'/src/Form/TestMailType.php';
  3169.         return $this->privates['App\\Form\\TestMailType'] = new \App\Form\TestMailType();
  3170.     }
  3171.     /**
  3172.      * Gets the private 'App\Form\UserType' shared autowired service.
  3173.      *
  3174.      * @return \App\Form\UserType
  3175.      */
  3176.     protected function getUserTypeService()
  3177.     {
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3180.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  3181.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  3182.     }
  3183.     /**
  3184.      * Gets the private 'App\Repository\EmailEventRepository' shared autowired service.
  3185.      *
  3186.      * @return \App\Repository\EmailEventRepository
  3187.      */
  3188.     protected function getEmailEventRepositoryService()
  3189.     {
  3190.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3195.         include_once \dirname(__DIR__4).'/src/Repository/EmailEventRepository.php';
  3196.         return $this->privates['App\\Repository\\EmailEventRepository'] = new \App\Repository\EmailEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3197.     }
  3198.     /**
  3199.      * Gets the private 'App\Repository\EmailRepository' shared autowired service.
  3200.      *
  3201.      * @return \App\Repository\EmailRepository
  3202.      */
  3203.     protected function getEmailRepositoryService()
  3204.     {
  3205.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3210.         include_once \dirname(__DIR__4).'/src/Repository/EmailRepository.php';
  3211.         return $this->privates['App\\Repository\\EmailRepository'] = new \App\Repository\EmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3212.     }
  3213.     /**
  3214.      * Gets the private 'App\Repository\ProjectRepository' shared autowired service.
  3215.      *
  3216.      * @return \App\Repository\ProjectRepository
  3217.      */
  3218.     protected function getProjectRepositoryService()
  3219.     {
  3220.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3225.         include_once \dirname(__DIR__4).'/src/Repository/ProjectRepository.php';
  3226.         return $this->privates['App\\Repository\\ProjectRepository'] = new \App\Repository\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3227.     }
  3228.     /**
  3229.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3230.      *
  3231.      * @return \App\Repository\UserRepository
  3232.      */
  3233.     protected function getUserRepositoryService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3241.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3242.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3243.     }
  3244.     /**
  3245.      * Gets the private 'App\Security\AppUserAuthenticator' shared autowired service.
  3246.      *
  3247.      * @return \App\Security\AppUserAuthenticator
  3248.      */
  3249.     protected function getAppUserAuthenticatorService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3257.         include_once \dirname(__DIR__4).'/src/Security/AppUserAuthenticator.php';
  3258.         return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator(($this->services['router'] ?? $this->getRouterService()));
  3259.     }
  3260.     /**
  3261.      * Gets the private 'App\Service\KlaviyoService' shared autowired service.
  3262.      *
  3263.      * @return \App\Service\KlaviyoService
  3264.      */
  3265.     protected function getKlaviyoServiceService()
  3266.     {
  3267.         include_once \dirname(__DIR__4).'/src/Service/KlaviyoService.php';
  3268.         return $this->privates['App\\Service\\KlaviyoService'] = new \App\Service\KlaviyoService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('KLAVIYO_API_KEY'));
  3269.     }
  3270.     /**
  3271.      * Gets the private 'App\Utils\ActivityExport\Report' shared autowired service.
  3272.      *
  3273.      * @return \App\Utils\ActivityExport\Report
  3274.      */
  3275.     protected function getReportService()
  3276.     {
  3277.         include_once \dirname(__DIR__4).'/src/Utils/ActivityExport/Report.php';
  3278.         return $this->privates['App\\Utils\\ActivityExport\\Report'] = new \App\Utils\ActivityExport\Report(($this->privates['App\\Repository\\EmailRepository'] ?? $this->getEmailRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'App\Utils\ActivityExport\WriterFormatFactory' shared autowired service.
  3282.      *
  3283.      * @return \App\Utils\ActivityExport\WriterFormatFactory
  3284.      */
  3285.     protected function getWriterFormatFactoryService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/src/Utils/ActivityExport/WriterFormatFactory.php';
  3288.         return $this->privates['App\\Utils\\ActivityExport\\WriterFormatFactory'] = new \App\Utils\ActivityExport\WriterFormatFactory();
  3289.     }
  3290.     /**
  3291.      * Gets the private 'App\Utils\ActivitySearchFilters' shared autowired service.
  3292.      *
  3293.      * @return \App\Utils\ActivitySearchFilters
  3294.      */
  3295.     protected function getActivitySearchFiltersService()
  3296.     {
  3297.         include_once \dirname(__DIR__4).'/src/Utils/ActivitySearchFilters.php';
  3298.         return $this->privates['App\\Utils\\ActivitySearchFilters'] = new \App\Utils\ActivitySearchFilters();
  3299.     }
  3300.     /**
  3301.      * Gets the private 'App\Utils\DashboardStatsHelper' shared autowired service.
  3302.      *
  3303.      * @return \App\Utils\DashboardStatsHelper
  3304.      */
  3305.     protected function getDashboardStatsHelperService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/src/Utils/DashboardStatsHelper.php';
  3308.         return $this->privates['App\\Utils\\DashboardStatsHelper'] = new \App\Utils\DashboardStatsHelper(($this->privates['App\\Repository\\EmailEventRepository'] ?? $this->getEmailEventRepositoryService()));
  3309.     }
  3310.     /**
  3311.      * Gets the private 'App\Utils\WebHookProcessor' shared autowired service.
  3312.      *
  3313.      * @return \App\Utils\WebHookProcessor
  3314.      */
  3315.     protected function getWebHookProcessorService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/src/Utils/WebHookProcessor.php';
  3318.         return $this->privates['App\\Utils\\WebHookProcessor'] = new \App\Utils\WebHookProcessor();
  3319.     }
  3320.     /**
  3321.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3322.      *
  3323.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3324.      */
  3325.     protected function getManagerRegistryAwareConnectionProviderService()
  3326.     {
  3327.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3329.         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'));
  3330.     }
  3331.     /**
  3332.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3333.      *
  3334.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3335.      */
  3336.     protected function getRunSqlCommandService()
  3337.     {
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3340.         $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()));
  3341.         $instance->setName('dbal:run-sql');
  3342.         return $instance;
  3343.     }
  3344.     /**
  3345.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3346.      *
  3347.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3348.      */
  3349.     protected function getResetAssetsEventListenerService()
  3350.     {
  3351.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3352.     }
  3353.     /**
  3354.      * Gets the private 'Zenstruck\Foundry\ChainManagerRegistry' shared service.
  3355.      *
  3356.      * @return \Zenstruck\Foundry\ChainManagerRegistry
  3357.      */
  3358.     protected function getChainManagerRegistryService()
  3359.     {
  3360.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/ChainManagerRegistry.php';
  3361.         return $this->privates['Zenstruck\\Foundry\\ChainManagerRegistry'] = new \Zenstruck\Foundry\ChainManagerRegistry([=> ($this->services['doctrine'] ?? $this->getDoctrineService())]);
  3362.     }
  3363.     /**
  3364.      * Gets the private 'annotations.cache_adapter' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3367.      */
  3368.     protected function getAnnotations_CacheAdapterService()
  3369.     {
  3370.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3371.     }
  3372.     /**
  3373.      * Gets the private 'annotations.cache_warmer' shared service.
  3374.      *
  3375.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3376.      */
  3377.     protected function getAnnotations_CacheWarmerService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3382.         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);
  3383.     }
  3384.     /**
  3385.      * Gets the private 'annotations.cached_reader' shared service.
  3386.      *
  3387.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3388.      */
  3389.     protected function getAnnotations_CachedReaderService()
  3390.     {
  3391.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3392.     }
  3393.     /**
  3394.      * Gets the private 'annotations.reader' shared service.
  3395.      *
  3396.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3397.      */
  3398.     protected function getAnnotations_ReaderService()
  3399.     {
  3400.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3401.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3402.         $a->registerUniqueLoader('class_exists');
  3403.         $instance->addGlobalIgnoredName('required'$a);
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'assets.packages' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\Asset\Packages
  3410.      */
  3411.     protected function getAssets_PackagesService()
  3412.     {
  3413.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3414.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  3415.             return new \EmptyIterator();
  3416.         }, 0));
  3417.     }
  3418.     /**
  3419.      * Gets the private 'cache.annotations' shared service.
  3420.      *
  3421.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3422.      */
  3423.     protected function getCache_AnnotationsService()
  3424.     {
  3425.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iuAKDH-jK6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3426.     }
  3427.     /**
  3428.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3429.      *
  3430.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3431.      */
  3432.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3433.     {
  3434.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3435.     }
  3436.     /**
  3437.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3438.      *
  3439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3440.      */
  3441.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3442.     {
  3443.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3444.     }
  3445.     /**
  3446.      * Gets the private 'cache.property_info' shared service.
  3447.      *
  3448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3449.      */
  3450.     protected function getCache_PropertyInfoService()
  3451.     {
  3452.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+kEh3TMx6G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3453.     }
  3454.     /**
  3455.      * Gets the private 'cache.security_expression_language' shared service.
  3456.      *
  3457.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3458.      */
  3459.     protected function getCache_SecurityExpressionLanguageService()
  3460.     {
  3461.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6+nvHxz5zq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'cache.serializer' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3467.      */
  3468.     protected function getCache_SerializerService()
  3469.     {
  3470.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1cTn3GUNnr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3471.     }
  3472.     /**
  3473.      * Gets the private 'cache.validator' shared service.
  3474.      *
  3475.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3476.      */
  3477.     protected function getCache_ValidatorService()
  3478.     {
  3479.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1h3PyYt+Oc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3480.     }
  3481.     /**
  3482.      * Gets the private 'cache.webpack_encore' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3485.      */
  3486.     protected function getCache_WebpackEncoreService()
  3487.     {
  3488.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6l-LCA0s8W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3492.      *
  3493.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3494.      */
  3495.     protected function getCachePoolClearer_CacheWarmerService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3499.         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']);
  3500.     }
  3501.     /**
  3502.      * Gets the private 'config_builder.warmer' shared service.
  3503.      *
  3504.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3505.      */
  3506.     protected function getConfigBuilder_WarmerService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3510.         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()));
  3511.     }
  3512.     /**
  3513.      * Gets the private 'config_cache_factory' shared service.
  3514.      *
  3515.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3516.      */
  3517.     protected function getConfigCacheFactoryService()
  3518.     {
  3519.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3520.             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)));
  3521.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3522.         }, 2));
  3523.     }
  3524.     /**
  3525.      * Gets the private 'console.command.about' shared service.
  3526.      *
  3527.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3528.      */
  3529.     protected function getConsole_Command_AboutService()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3533.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3534.         $instance->setName('about');
  3535.         $instance->setDescription('Display information about the current project');
  3536.         return $instance;
  3537.     }
  3538.     /**
  3539.      * Gets the private 'console.command.assets_install' shared service.
  3540.      *
  3541.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3542.      */
  3543.     protected function getConsole_Command_AssetsInstallService()
  3544.     {
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3548.         $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));
  3549.         $instance->setName('assets:install');
  3550.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3551.         return $instance;
  3552.     }
  3553.     /**
  3554.      * Gets the private 'console.command.cache_clear' shared service.
  3555.      *
  3556.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3557.      */
  3558.     protected function getConsole_Command_CacheClearService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3563.         $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())));
  3564.         $instance->setName('cache:clear');
  3565.         $instance->setDescription('Clear the cache');
  3566.         return $instance;
  3567.     }
  3568.     /**
  3569.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3570.      *
  3571.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3572.      */
  3573.     protected function getConsole_Command_CachePoolClearService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3577.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3578.         $instance->setName('cache:pool:clear');
  3579.         $instance->setDescription('Clear cache pools');
  3580.         return $instance;
  3581.     }
  3582.     /**
  3583.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3584.      *
  3585.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3586.      */
  3587.     protected function getConsole_Command_CachePoolDeleteService()
  3588.     {
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3591.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3592.         $instance->setName('cache:pool:delete');
  3593.         $instance->setDescription('Delete an item from a cache pool');
  3594.         return $instance;
  3595.     }
  3596.     /**
  3597.      * Gets the private 'console.command.cache_pool_list' shared service.
  3598.      *
  3599.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3600.      */
  3601.     protected function getConsole_Command_CachePoolListService()
  3602.     {
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3605.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3606.         $instance->setName('cache:pool:list');
  3607.         $instance->setDescription('List available cache pools');
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3612.      *
  3613.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3614.      */
  3615.     protected function getConsole_Command_CachePoolPruneService()
  3616.     {
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3619.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3620.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3621.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3622.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3623.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3624.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3625.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3626.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3627.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3628.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3629.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3630.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3631.         }, 11));
  3632.         $instance->setName('cache:pool:prune');
  3633.         $instance->setDescription('Prune cache pools');
  3634.         return $instance;
  3635.     }
  3636.     /**
  3637.      * Gets the private 'console.command.cache_warmup' shared service.
  3638.      *
  3639.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3640.      */
  3641.     protected function getConsole_Command_CacheWarmupService()
  3642.     {
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3645.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3646.         $instance->setName('cache:warmup');
  3647.         $instance->setDescription('Warm up an empty cache');
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the private 'console.command.config_debug' shared service.
  3652.      *
  3653.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3654.      */
  3655.     protected function getConsole_Command_ConfigDebugService()
  3656.     {
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3662.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3663.         $instance->setName('debug:config');
  3664.         $instance->setDescription('Dump the current configuration for an extension');
  3665.         return $instance;
  3666.     }
  3667.     /**
  3668.      * Gets the private 'console.command.config_dump_reference' shared service.
  3669.      *
  3670.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3671.      */
  3672.     protected function getConsole_Command_ConfigDumpReferenceService()
  3673.     {
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3679.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3680.         $instance->setName('config:dump-reference');
  3681.         $instance->setDescription('Dump the default configuration for an extension');
  3682.         return $instance;
  3683.     }
  3684.     /**
  3685.      * Gets the private 'console.command.container_debug' shared service.
  3686.      *
  3687.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3688.      */
  3689.     protected function getConsole_Command_ContainerDebugService()
  3690.     {
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3694.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3695.         $instance->setName('debug:container');
  3696.         $instance->setDescription('Display current services for an application');
  3697.         return $instance;
  3698.     }
  3699.     /**
  3700.      * Gets the private 'console.command.container_lint' shared service.
  3701.      *
  3702.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3703.      */
  3704.     protected function getConsole_Command_ContainerLintService()
  3705.     {
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3708.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3709.         $instance->setName('lint:container');
  3710.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3711.         return $instance;
  3712.     }
  3713.     /**
  3714.      * Gets the private 'console.command.debug_autowiring' shared service.
  3715.      *
  3716.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3717.      */
  3718.     protected function getConsole_Command_DebugAutowiringService()
  3719.     {
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3724.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3725.         $instance->setName('debug:autowiring');
  3726.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3727.         return $instance;
  3728.     }
  3729.     /**
  3730.      * Gets the private 'console.command.dotenv_debug' shared service.
  3731.      *
  3732.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3733.      */
  3734.     protected function getConsole_Command_DotenvDebugService()
  3735.     {
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3738.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3739.         $instance->setName('debug:dotenv');
  3740.         $instance->setDescription('Lists all dotenv files with variables and values');
  3741.         return $instance;
  3742.     }
  3743.     /**
  3744.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3745.      *
  3746.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3747.      */
  3748.     protected function getConsole_Command_EventDispatcherDebugService()
  3749.     {
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3752.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3753.         $instance->setName('debug:event-dispatcher');
  3754.         $instance->setDescription('Display configured listeners for an application');
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the private 'console.command.form_debug' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\Form\Command\DebugCommand
  3761.      */
  3762.     protected function getConsole_Command_FormDebugService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3766.         $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\\ProjectType'=> 'App\\Form\\TestMailType'=> 'App\\Form\\UserType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3767.         $instance->setName('debug:form');
  3768.         $instance->setDescription('Display form type information');
  3769.         return $instance;
  3770.     }
  3771.     /**
  3772.      * Gets the private 'console.command.router_debug' shared service.
  3773.      *
  3774.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3775.      */
  3776.     protected function getConsole_Command_RouterDebugService()
  3777.     {
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3781.         $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()));
  3782.         $instance->setName('debug:router');
  3783.         $instance->setDescription('Display current routes for an application');
  3784.         return $instance;
  3785.     }
  3786.     /**
  3787.      * Gets the private 'console.command.router_match' shared service.
  3788.      *
  3789.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3790.      */
  3791.     protected function getConsole_Command_RouterMatchService()
  3792.     {
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3795.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3796.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3797.         }, 1));
  3798.         $instance->setName('router:match');
  3799.         $instance->setDescription('Help debug routes by simulating a path info match');
  3800.         return $instance;
  3801.     }
  3802.     /**
  3803.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3804.      *
  3805.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3806.      */
  3807.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3813.         $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')))));
  3814.         $instance->setName('secrets:decrypt-to-local');
  3815.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3816.         return $instance;
  3817.     }
  3818.     /**
  3819.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3820.      *
  3821.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3822.      */
  3823.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3824.     {
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3829.         $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')))));
  3830.         $instance->setName('secrets:encrypt-from-local');
  3831.         $instance->setDescription('Encrypt all local secrets to the vault');
  3832.         return $instance;
  3833.     }
  3834.     /**
  3835.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3836.      *
  3837.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3838.      */
  3839.     protected function getConsole_Command_SecretsGenerateKeyService()
  3840.     {
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3845.         $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')))));
  3846.         $instance->setName('secrets:generate-keys');
  3847.         $instance->setDescription('Generate new encryption keys');
  3848.         return $instance;
  3849.     }
  3850.     /**
  3851.      * Gets the private 'console.command.secrets_list' shared service.
  3852.      *
  3853.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3854.      */
  3855.     protected function getConsole_Command_SecretsListService()
  3856.     {
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3861.         $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')))));
  3862.         $instance->setName('secrets:list');
  3863.         $instance->setDescription('List all secrets');
  3864.         return $instance;
  3865.     }
  3866.     /**
  3867.      * Gets the private 'console.command.secrets_remove' shared service.
  3868.      *
  3869.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3870.      */
  3871.     protected function getConsole_Command_SecretsRemoveService()
  3872.     {
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3877.         $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')))));
  3878.         $instance->setName('secrets:remove');
  3879.         $instance->setDescription('Remove a secret from the vault');
  3880.         return $instance;
  3881.     }
  3882.     /**
  3883.      * Gets the private 'console.command.secrets_set' shared service.
  3884.      *
  3885.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3886.      */
  3887.     protected function getConsole_Command_SecretsSetService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3893.         $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')))));
  3894.         $instance->setName('secrets:set');
  3895.         $instance->setDescription('Set a secret in the vault');
  3896.         return $instance;
  3897.     }
  3898.     /**
  3899.      * Gets the private 'console.command.translation_debug' shared service.
  3900.      *
  3901.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3902.      */
  3903.     protected function getConsole_Command_TranslationDebugService()
  3904.     {
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3907.         $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/knplabs/knp-paginator-bundle/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'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  3908.         $instance->setName('debug:translation');
  3909.         $instance->setDescription('Display translation messages information');
  3910.         return $instance;
  3911.     }
  3912.     /**
  3913.      * Gets the private 'console.command.translation_extract' shared service.
  3914.      *
  3915.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3916.      */
  3917.     protected function getConsole_Command_TranslationExtractService()
  3918.     {
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3921.         $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/knplabs/knp-paginator-bundle/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'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  3922.         $instance->setName('translation:extract');
  3923.         $instance->setAliases([=> 'translation:update']);
  3924.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the private 'console.command.translation_pull' shared service.
  3929.      *
  3930.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3931.      */
  3932.     protected function getConsole_Command_TranslationPullService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3937.         $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', [], []);
  3938.         $instance->setName('translation:pull');
  3939.         $instance->setDescription('Pull translations from a given provider.');
  3940.         return $instance;
  3941.     }
  3942.     /**
  3943.      * Gets the private 'console.command.translation_push' shared service.
  3944.      *
  3945.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3946.      */
  3947.     protected function getConsole_Command_TranslationPushService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3952.         $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()), [], []);
  3953.         $instance->setName('translation:push');
  3954.         $instance->setDescription('Push translations to a given provider.');
  3955.         return $instance;
  3956.     }
  3957.     /**
  3958.      * Gets the private 'console.command.validator_debug' shared service.
  3959.      *
  3960.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3961.      */
  3962.     protected function getConsole_Command_ValidatorDebugService()
  3963.     {
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3966.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3967.         $instance->setName('debug:validator');
  3968.         $instance->setDescription('Display validation constraints for classes');
  3969.         return $instance;
  3970.     }
  3971.     /**
  3972.      * Gets the private 'console.command.xliff_lint' shared service.
  3973.      *
  3974.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3975.      */
  3976.     protected function getConsole_Command_XliffLintService()
  3977.     {
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3980.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3981.         $instance->setName('lint:xliff');
  3982.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3983.         return $instance;
  3984.     }
  3985.     /**
  3986.      * Gets the private 'console.command.yaml_lint' shared service.
  3987.      *
  3988.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3989.      */
  3990.     protected function getConsole_Command_YamlLintService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3995.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3996.         $instance->setName('lint:yaml');
  3997.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3998.         return $instance;
  3999.     }
  4000.     /**
  4001.      * Gets the private 'console.error_listener' shared service.
  4002.      *
  4003.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4004.      */
  4005.     protected function getConsole_ErrorListenerService()
  4006.     {
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4008.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4009.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4010.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4011.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4012.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4013.     }
  4014.     /**
  4015.      * Gets the private 'container.env_var_processor' shared service.
  4016.      *
  4017.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4018.      */
  4019.     protected function getContainer_EnvVarProcessorService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4023.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4024.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4025.         }, 1));
  4026.     }
  4027.     /**
  4028.      * Gets the private 'container.getenv' shared service.
  4029.      *
  4030.      * @return \Closure
  4031.      */
  4032.     protected function getContainer_GetenvService()
  4033.     {
  4034.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4035.     }
  4036.     /**
  4037.      * Gets the private 'data_collector.form' shared service.
  4038.      *
  4039.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4040.      */
  4041.     protected function getDataCollector_FormService()
  4042.     {
  4043.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4044.     }
  4045.     /**
  4046.      * Gets the private 'data_collector.request' shared service.
  4047.      *
  4048.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4049.      */
  4050.     protected function getDataCollector_RequestService()
  4051.     {
  4052.         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())));
  4053.     }
  4054.     /**
  4055.      * Gets the private 'data_collector.request.session_collector' shared service.
  4056.      *
  4057.      * @return \Closure
  4058.      */
  4059.     protected function getDataCollector_Request_SessionCollectorService()
  4060.     {
  4061.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4062.     }
  4063.     /**
  4064.      * Gets the private 'debug.argument_resolver.default' shared service.
  4065.      *
  4066.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4067.      */
  4068.     protected function getDebug_ArgumentResolver_DefaultService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4073.         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))));
  4074.     }
  4075.     /**
  4076.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4077.      *
  4078.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4079.      */
  4080.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4085.         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._kVvngK'] ?? $this->get_ServiceLocator_KVvngKService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4086.     }
  4087.     /**
  4088.      * Gets the private 'debug.argument_resolver.request' shared service.
  4089.      *
  4090.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4091.      */
  4092.     protected function getDebug_ArgumentResolver_RequestService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4097.         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))));
  4098.     }
  4099.     /**
  4100.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4101.      *
  4102.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4103.      */
  4104.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4105.     {
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4109.         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))));
  4110.     }
  4111.     /**
  4112.      * Gets the private 'debug.argument_resolver.service' shared service.
  4113.      *
  4114.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4115.      */
  4116.     protected function getDebug_ArgumentResolver_ServiceService()
  4117.     {
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4121.         $a = ($this->privates['.service_locator._kVvngK'] ?? $this->get_ServiceLocator_KVvngKService());
  4122.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4123.             return $this->privates['debug.argument_resolver.service'];
  4124.         }
  4125.         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))));
  4126.     }
  4127.     /**
  4128.      * Gets the private 'debug.argument_resolver.session' shared service.
  4129.      *
  4130.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4131.      */
  4132.     protected function getDebug_ArgumentResolver_SessionService()
  4133.     {
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4137.         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))));
  4138.     }
  4139.     /**
  4140.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4141.      *
  4142.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4143.      */
  4144.     protected function getDebug_ArgumentResolver_VariadicService()
  4145.     {
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4149.         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))));
  4150.     }
  4151.     /**
  4152.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4153.      *
  4154.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4155.      */
  4156.     protected function getDebug_DebugHandlersListenerService()
  4157.     {
  4158.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4159.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4160.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4161.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4162.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4163.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4164.     }
  4165.     /**
  4166.      * Gets the private 'debug.dump_listener' shared service.
  4167.      *
  4168.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4169.      */
  4170.     protected function getDebug_DumpListenerService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4174.         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()));
  4175.     }
  4176.     /**
  4177.      * Gets the private 'debug.file_link_formatter' shared service.
  4178.      *
  4179.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4180.      */
  4181.     protected function getDebug_FileLinkFormatterService()
  4182.     {
  4183.         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 () {
  4184.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4185.         });
  4186.     }
  4187.     /**
  4188.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4189.      *
  4190.      * @return \string
  4191.      */
  4192.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4193.     {
  4194.         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');
  4195.     }
  4196.     /**
  4197.      * Gets the private 'debug.log_processor' shared service.
  4198.      *
  4199.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4200.      */
  4201.     protected function getDebug_LogProcessorService()
  4202.     {
  4203.         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())));
  4204.     }
  4205.     /**
  4206.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4207.      *
  4208.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4209.      */
  4210.     protected function getDebug_Security_Access_DecisionManagerService()
  4211.     {
  4212.         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 () {
  4213.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4214.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4215.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4216.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4217.     }
  4218.     /**
  4219.      * Gets the private 'debug.security.firewall' shared service.
  4220.      *
  4221.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4222.      */
  4223.     protected function getDebug_Security_FirewallService()
  4224.     {
  4225.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4226.         if (isset($this->privates['debug.security.firewall'])) {
  4227.             return $this->privates['debug.security.firewall'];
  4228.         }
  4229.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4230.         if (isset($this->privates['debug.security.firewall'])) {
  4231.             return $this->privates['debug.security.firewall'];
  4232.         }
  4233.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4234.     }
  4235.     /**
  4236.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  4237.      *
  4238.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  4239.      */
  4240.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  4241.     {
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  4247.         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\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService())], ($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, [])));
  4248.     }
  4249.     /**
  4250.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4251.      *
  4252.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4253.      */
  4254.     protected function getDebug_Security_UserValueResolverService()
  4255.     {
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4259.         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))));
  4260.     }
  4261.     /**
  4262.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4263.      *
  4264.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4265.      */
  4266.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4267.     {
  4268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4272.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4273.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4274.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4275.         }
  4276.         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);
  4277.     }
  4278.     /**
  4279.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4280.      *
  4281.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4282.      */
  4283.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4289.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4290.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4291.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4292.         }
  4293.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4294.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4295.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4296.         }
  4297.         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);
  4298.     }
  4299.     /**
  4300.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4303.      */
  4304.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4305.     {
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4310.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4311.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4312.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4313.         }
  4314.         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);
  4315.     }
  4316.     /**
  4317.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4318.      *
  4319.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4320.      */
  4321.     protected function getDebug_Security_Voter_VoteListenerService()
  4322.     {
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4324.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4325.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4326.             return $this->privates['debug.security.voter.vote_listener'];
  4327.         }
  4328.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4329.     }
  4330.     /**
  4331.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4332.      *
  4333.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4334.      */
  4335.     protected function getDoctrine_CacheClearMetadataCommandService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4343.         $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()));
  4344.         $instance->setName('doctrine:cache:clear-metadata');
  4345.         return $instance;
  4346.     }
  4347.     /**
  4348.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4349.      *
  4350.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4351.      */
  4352.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4360.         $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()));
  4361.         $instance->setName('doctrine:cache:clear-query');
  4362.         return $instance;
  4363.     }
  4364.     /**
  4365.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4366.      *
  4367.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4368.      */
  4369.     protected function getDoctrine_CacheClearResultCommandService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4377.         $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()));
  4378.         $instance->setName('doctrine:cache:clear-result');
  4379.         return $instance;
  4380.     }
  4381.     /**
  4382.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4383.      *
  4384.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4385.      */
  4386.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4387.     {
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4394.         $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()));
  4395.         $instance->setName('doctrine:cache:clear-collection-region');
  4396.         return $instance;
  4397.     }
  4398.     /**
  4399.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4400.      *
  4401.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4402.      */
  4403.     protected function getDoctrine_ClearEntityRegionCommandService()
  4404.     {
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4411.         $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()));
  4412.         $instance->setName('doctrine:cache:clear-entity-region');
  4413.         return $instance;
  4414.     }
  4415.     /**
  4416.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4417.      *
  4418.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4419.      */
  4420.     protected function getDoctrine_ClearQueryRegionCommandService()
  4421.     {
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4428.         $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()));
  4429.         $instance->setName('doctrine:cache:clear-query-region');
  4430.         return $instance;
  4431.     }
  4432.     /**
  4433.      * Gets the private 'doctrine.database_create_command' shared service.
  4434.      *
  4435.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4436.      */
  4437.     protected function getDoctrine_DatabaseCreateCommandService()
  4438.     {
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4442.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4443.         $instance->setName('doctrine:database:create');
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the private 'doctrine.database_drop_command' shared service.
  4448.      *
  4449.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4450.      */
  4451.     protected function getDoctrine_DatabaseDropCommandService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4456.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4457.         $instance->setName('doctrine:database:drop');
  4458.         return $instance;
  4459.     }
  4460.     /**
  4461.      * Gets the private 'doctrine.database_import_command' shared service.
  4462.      *
  4463.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4464.      */
  4465.     protected function getDoctrine_DatabaseImportCommandService()
  4466.     {
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4470.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4471.         $instance->setName('doctrine:database:import');
  4472.         return $instance;
  4473.     }
  4474.     /**
  4475.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4476.      *
  4477.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4478.      */
  4479.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4487.         $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()));
  4488.         $instance->setName('doctrine:ensure-production-settings');
  4489.         return $instance;
  4490.     }
  4491.     /**
  4492.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4493.      *
  4494.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4495.      */
  4496.     protected function getDoctrine_FixturesLoadCommandService()
  4497.     {
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4510.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  4513.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4514.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  4515.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  4516.         $instance->setName('doctrine:fixtures:load');
  4517.         return $instance;
  4518.     }
  4519.     /**
  4520.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4521.      *
  4522.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4523.      */
  4524.     protected function getDoctrine_MappingConvertCommandService()
  4525.     {
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4532.         $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()));
  4533.         $instance->setName('doctrine:mapping:convert');
  4534.         return $instance;
  4535.     }
  4536.     /**
  4537.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4538.      *
  4539.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4540.      */
  4541.     protected function getDoctrine_MappingImportCommandService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4546.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4547.         $instance->setName('doctrine:mapping:import');
  4548.         return $instance;
  4549.     }
  4550.     /**
  4551.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4552.      *
  4553.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4554.      */
  4555.     protected function getDoctrine_MappingInfoCommandService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4563.         $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()));
  4564.         $instance->setName('doctrine:mapping:info');
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4569.      *
  4570.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4571.      */
  4572.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4576.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4577.     }
  4578.     /**
  4579.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4580.      *
  4581.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4582.      */
  4583.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4584.     {
  4585.         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')]);
  4586.     }
  4587.     /**
  4588.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4589.      *
  4590.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4591.      */
  4592.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4593.     {
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4595.         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()));
  4596.     }
  4597.     /**
  4598.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4599.      *
  4600.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4601.      */
  4602.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4603.     {
  4604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4605.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4606.     }
  4607.     /**
  4608.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4609.      *
  4610.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4611.      */
  4612.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4616.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4617.     }
  4618.     /**
  4619.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4620.      *
  4621.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4622.      */
  4623.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4627.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4628.             return new \EmptyIterator();
  4629.         }, 0));
  4630.     }
  4631.     /**
  4632.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4633.      *
  4634.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4635.      */
  4636.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4640.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4641.     }
  4642.     /**
  4643.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4644.      *
  4645.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4646.      */
  4647.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4651.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4652.     }
  4653.     /**
  4654.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4655.      *
  4656.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4657.      */
  4658.     protected function getDoctrine_Orm_Validator_UniqueService()
  4659.     {
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4663.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4664.     }
  4665.     /**
  4666.      * Gets the private 'doctrine.query_dql_command' shared service.
  4667.      *
  4668.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4669.      */
  4670.     protected function getDoctrine_QueryDqlCommandService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4678.         $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()));
  4679.         $instance->setName('doctrine:query:dql');
  4680.         return $instance;
  4681.     }
  4682.     /**
  4683.      * Gets the private 'doctrine.query_sql_command' shared service.
  4684.      *
  4685.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4686.      */
  4687.     protected function getDoctrine_QuerySqlCommandService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4692.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4693.         $instance->setName('doctrine:query:sql');
  4694.         return $instance;
  4695.     }
  4696.     /**
  4697.      * Gets the private 'doctrine.schema_create_command' shared service.
  4698.      *
  4699.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4700.      */
  4701.     protected function getDoctrine_SchemaCreateCommandService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4710.         $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()));
  4711.         $instance->setName('doctrine:schema:create');
  4712.         return $instance;
  4713.     }
  4714.     /**
  4715.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4716.      *
  4717.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4718.      */
  4719.     protected function getDoctrine_SchemaDropCommandService()
  4720.     {
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4728.         $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()));
  4729.         $instance->setName('doctrine:schema:drop');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the private 'doctrine.schema_update_command' shared service.
  4734.      *
  4735.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4736.      */
  4737.     protected function getDoctrine_SchemaUpdateCommandService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4746.         $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()));
  4747.         $instance->setName('doctrine:schema:update');
  4748.         return $instance;
  4749.     }
  4750.     /**
  4751.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4752.      *
  4753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4754.      */
  4755.     protected function getDoctrine_SchemaValidateCommandService()
  4756.     {
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4763.         $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()));
  4764.         $instance->setName('doctrine:schema:validate');
  4765.         return $instance;
  4766.     }
  4767.     /**
  4768.      * Gets the private 'doctrine.ulid_generator' shared service.
  4769.      *
  4770.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4771.      */
  4772.     protected function getDoctrine_UlidGeneratorService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4776.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4777.     }
  4778.     /**
  4779.      * Gets the private 'doctrine.uuid_generator' shared service.
  4780.      *
  4781.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4782.      */
  4783.     protected function getDoctrine_UuidGeneratorService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4787.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4788.     }
  4789.     /**
  4790.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4791.      *
  4792.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4793.      */
  4794.     protected function getDoctrineMigrations_DiffCommandService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4800.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4801.         $instance->setName('doctrine:migrations:diff');
  4802.         return $instance;
  4803.     }
  4804.     /**
  4805.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4806.      *
  4807.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4808.      */
  4809.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4815.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4816.         $instance->setName('doctrine:migrations:dump-schema');
  4817.         return $instance;
  4818.     }
  4819.     /**
  4820.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4821.      *
  4822.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4823.      */
  4824.     protected function getDoctrineMigrations_ExecuteCommandService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4830.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4831.         $instance->setName('doctrine:migrations:execute');
  4832.         return $instance;
  4833.     }
  4834.     /**
  4835.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4836.      *
  4837.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4838.      */
  4839.     protected function getDoctrineMigrations_GenerateCommandService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4845.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4846.         $instance->setName('doctrine:migrations:generate');
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4851.      *
  4852.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4853.      */
  4854.     protected function getDoctrineMigrations_LatestCommandService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4860.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4861.         $instance->setName('doctrine:migrations:latest');
  4862.         return $instance;
  4863.     }
  4864.     /**
  4865.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4866.      *
  4867.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4868.      */
  4869.     protected function getDoctrineMigrations_MigrateCommandService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4875.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4876.         $instance->setName('doctrine:migrations:migrate');
  4877.         return $instance;
  4878.     }
  4879.     /**
  4880.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4881.      *
  4882.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4883.      */
  4884.     protected function getDoctrineMigrations_RollupCommandService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4890.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4891.         $instance->setName('doctrine:migrations:rollup');
  4892.         return $instance;
  4893.     }
  4894.     /**
  4895.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4896.      *
  4897.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4898.      */
  4899.     protected function getDoctrineMigrations_StatusCommandService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4905.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4906.         $instance->setName('doctrine:migrations:status');
  4907.         return $instance;
  4908.     }
  4909.     /**
  4910.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4911.      *
  4912.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4913.      */
  4914.     protected function getDoctrineMigrations_UpToDateCommandService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4920.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4921.         $instance->setName('doctrine:migrations:up-to-date');
  4922.         return $instance;
  4923.     }
  4924.     /**
  4925.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4926.      *
  4927.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4928.      */
  4929.     protected function getDoctrineMigrations_VersionCommandService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4935.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4936.         $instance->setName('doctrine:migrations:version');
  4937.         return $instance;
  4938.     }
  4939.     /**
  4940.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4943.      */
  4944.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4948.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4949.         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()));
  4950.     }
  4951.     /**
  4952.      * Gets the private 'exception_listener' shared service.
  4953.      *
  4954.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4955.      */
  4956.     protected function getExceptionListenerService()
  4957.     {
  4958.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4959.     }
  4960.     /**
  4961.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4962.      *
  4963.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4964.      */
  4965.     protected function getForm_ChoiceListFactory_CachedService()
  4966.     {
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4971.         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())));
  4972.     }
  4973.     /**
  4974.      * Gets the private 'form.registry' shared service.
  4975.      *
  4976.      * @return \Symfony\Component\Form\FormRegistry
  4977.      */
  4978.     protected function getForm_RegistryService()
  4979.     {
  4980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4987.         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, [
  4988.             'App\\Form\\ProjectType' => ['privates''App\\Form\\ProjectType''getProjectTypeService'false],
  4989.             'App\\Form\\TestMailType' => ['privates''App\\Form\\TestMailType''getTestMailTypeService'false],
  4990.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  4991.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4992.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4993.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4994.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4995.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4996.         ], [
  4997.             'App\\Form\\ProjectType' => '?',
  4998.             'App\\Form\\TestMailType' => '?',
  4999.             'App\\Form\\UserType' => '?',
  5000.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5001.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5002.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5003.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5004.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5005.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5006.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5007.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5008.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5009.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5010.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5011.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5012.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5013.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5014.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5015.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5016.         }, 1)], new RewindableGenerator(function () {
  5017.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5018.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5019.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5020.     }
  5021.     /**
  5022.      * Gets the private 'form.server_params' shared service.
  5023.      *
  5024.      * @return \Symfony\Component\Form\Util\ServerParams
  5025.      */
  5026.     protected function getForm_ServerParamsService()
  5027.     {
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5029.         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())));
  5030.     }
  5031.     /**
  5032.      * Gets the private 'form.type.choice' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5035.      */
  5036.     protected function getForm_Type_ChoiceService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5041.         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()));
  5042.     }
  5043.     /**
  5044.      * Gets the private 'form.type.color' shared service.
  5045.      *
  5046.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5047.      */
  5048.     protected function getForm_Type_ColorService()
  5049.     {
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5053.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5054.     }
  5055.     /**
  5056.      * Gets the private 'form.type.entity' shared service.
  5057.      *
  5058.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5059.      */
  5060.     protected function getForm_Type_EntityService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5066.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5067.     }
  5068.     /**
  5069.      * Gets the private 'form.type.form' shared service.
  5070.      *
  5071.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5072.      */
  5073.     protected function getForm_Type_FormService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5079.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'form.type_extension.csrf' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5085.      */
  5086.     protected function getForm_TypeExtension_CsrfService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5091.         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()));
  5092.     }
  5093.     /**
  5094.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5095.      *
  5096.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5097.      */
  5098.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5103.         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()));
  5104.     }
  5105.     /**
  5106.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5107.      *
  5108.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5109.      */
  5110.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5117.         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())));
  5118.     }
  5119.     /**
  5120.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5121.      *
  5122.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5123.      */
  5124.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5125.     {
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5129.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5130.     }
  5131.     /**
  5132.      * Gets the private 'form.type_extension.form.validator' shared service.
  5133.      *
  5134.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5135.      */
  5136.     protected function getForm_TypeExtension_Form_ValidatorService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5142.         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()));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5146.      *
  5147.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5148.      */
  5149.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5154.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5155.     }
  5156.     /**
  5157.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5158.      *
  5159.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5160.      */
  5161.     protected function getForm_TypeGuesser_DoctrineService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5165.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5166.     }
  5167.     /**
  5168.      * Gets the private 'form.type_guesser.validator' shared service.
  5169.      *
  5170.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5171.      */
  5172.     protected function getForm_TypeGuesser_ValidatorService()
  5173.     {
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5176.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5177.     }
  5178.     /**
  5179.      * Gets the private 'fragment.renderer.inline' shared service.
  5180.      *
  5181.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5182.      */
  5183.     protected function getFragment_Renderer_InlineService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5188.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5189.         if (isset($this->privates['fragment.renderer.inline'])) {
  5190.             return $this->privates['fragment.renderer.inline'];
  5191.         }
  5192.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5193.         if (isset($this->privates['fragment.renderer.inline'])) {
  5194.             return $this->privates['fragment.renderer.inline'];
  5195.         }
  5196.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5197.         $instance->setFragmentPath('/_fragment');
  5198.         return $instance;
  5199.     }
  5200.     /**
  5201.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5202.      *
  5203.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5204.      */
  5205.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5206.     {
  5207.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  5208.     }
  5209.     /**
  5210.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5211.      *
  5212.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5213.      */
  5214.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5215.     {
  5216.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5217.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5218.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5219.         }
  5220.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  5221.     }
  5222.     /**
  5223.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5224.      *
  5225.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5226.      */
  5227.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5228.     {
  5229.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  5230.     }
  5231.     /**
  5232.      * Gets the private 'locale_aware_listener' shared service.
  5233.      *
  5234.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5235.      */
  5236.     protected function getLocaleAwareListenerService()
  5237.     {
  5238.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5239.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5240.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5241.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5242.     }
  5243.     /**
  5244.      * Gets the private 'locale_listener' shared service.
  5245.      *
  5246.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5247.      */
  5248.     protected function getLocaleListenerService()
  5249.     {
  5250.         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, []);
  5251.     }
  5252.     /**
  5253.      * Gets the private 'mailer.mailer' shared service.
  5254.      *
  5255.      * @return \Symfony\Component\Mailer\Mailer
  5256.      */
  5257.     protected function getMailer_MailerService()
  5258.     {
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5264.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5265.         if (isset($this->privates['mailer.mailer'])) {
  5266.             return $this->privates['mailer.mailer'];
  5267.         }
  5268.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5269.             yield => ($this->privates['mailer.transport_factory.amazon'] ?? $this->getMailer_TransportFactory_AmazonService());
  5270.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5271.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5272.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5273.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5274.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  5275.     }
  5276.     /**
  5277.      * Gets the private 'mailer.transport_factory.amazon' shared service.
  5278.      *
  5279.      * @return \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory
  5280.      */
  5281.     protected function getMailer_TransportFactory_AmazonService()
  5282.     {
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/amazon-mailer/Transport/SesTransportFactory.php';
  5286.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5287.         if (isset($this->privates['mailer.transport_factory.amazon'])) {
  5288.             return $this->privates['mailer.transport_factory.amazon'];
  5289.         }
  5290.         return $this->privates['mailer.transport_factory.amazon'] = new \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5291.     }
  5292.     /**
  5293.      * Gets the private 'mailer.transport_factory.native' shared service.
  5294.      *
  5295.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5296.      */
  5297.     protected function getMailer_TransportFactory_NativeService()
  5298.     {
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5302.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5303.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5304.             return $this->privates['mailer.transport_factory.native'];
  5305.         }
  5306.         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()));
  5307.     }
  5308.     /**
  5309.      * Gets the private 'mailer.transport_factory.null' shared service.
  5310.      *
  5311.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5312.      */
  5313.     protected function getMailer_TransportFactory_NullService()
  5314.     {
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5318.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5319.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5320.             return $this->privates['mailer.transport_factory.null'];
  5321.         }
  5322.         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()));
  5323.     }
  5324.     /**
  5325.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5326.      *
  5327.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5328.      */
  5329.     protected function getMailer_TransportFactory_SendmailService()
  5330.     {
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5334.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5335.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5336.             return $this->privates['mailer.transport_factory.sendmail'];
  5337.         }
  5338.         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()));
  5339.     }
  5340.     /**
  5341.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5342.      *
  5343.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5344.      */
  5345.     protected function getMailer_TransportFactory_SmtpService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5350.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5351.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5352.             return $this->privates['mailer.transport_factory.smtp'];
  5353.         }
  5354.         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()));
  5355.     }
  5356.     /**
  5357.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5358.      *
  5359.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5360.      */
  5361.     protected function getMaker_AutoCommand_MakeAuthService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5370.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5371.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5372.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  5373.         $instance->setName('make:auth');
  5374.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5375.         return $instance;
  5376.     }
  5377.     /**
  5378.      * Gets the private 'maker.auto_command.make_command' shared service.
  5379.      *
  5380.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5381.      */
  5382.     protected function getMaker_AutoCommand_MakeCommandService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5389.         $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()));
  5390.         $instance->setName('make:command');
  5391.         $instance->setDescription('Creates a new console command class');
  5392.         return $instance;
  5393.     }
  5394.     /**
  5395.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5396.      *
  5397.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5398.      */
  5399.     protected function getMaker_AutoCommand_MakeControllerService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5406.         $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()));
  5407.         $instance->setName('make:controller');
  5408.         $instance->setDescription('Creates a new controller class');
  5409.         return $instance;
  5410.     }
  5411.     /**
  5412.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5413.      *
  5414.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5415.      */
  5416.     protected function getMaker_AutoCommand_MakeCrudService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5423.         $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()));
  5424.         $instance->setName('make:crud');
  5425.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5426.         return $instance;
  5427.     }
  5428.     /**
  5429.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5430.      *
  5431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5432.      */
  5433.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5440.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5441.         $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()));
  5442.         $instance->setName('make:docker:database');
  5443.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5444.         return $instance;
  5445.     }
  5446.     /**
  5447.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5448.      *
  5449.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5450.      */
  5451.     protected function getMaker_AutoCommand_MakeEntityService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5459.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5460.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5461.         $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);
  5462.         $instance->setName('make:entity');
  5463.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5464.         return $instance;
  5465.     }
  5466.     /**
  5467.      * Gets the private 'maker.auto_command.make_factory' shared service.
  5468.      *
  5469.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5470.      */
  5471.     protected function getMaker_AutoCommand_MakeFactoryService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/MakeFactory.php';
  5478.         $this->privates['maker.auto_command.make_factory'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Zenstruck\Foundry\Bundle\Maker\MakeFactory(($this->privates['Zenstruck\\Foundry\\ChainManagerRegistry'] ?? $this->getChainManagerRegistryService()), new RewindableGenerator(function () {
  5479.             yield => ($this->privates['App\\Factory\\EmailEventFactory'] ?? ($this->privates['App\\Factory\\EmailEventFactory'] = new \App\Factory\EmailEventFactory()));
  5480.             yield => ($this->privates['App\\Factory\\EmailFactory'] ?? ($this->privates['App\\Factory\\EmailFactory'] = new \App\Factory\EmailFactory()));
  5481.             yield => ($this->privates['App\\Factory\\ProjectFactory'] ?? $this->getProjectFactoryService());
  5482.             yield => ($this->privates['App\\Factory\\UserFactory'] ?? $this->getUserFactoryService());
  5483.         }, 4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5484.         $instance->setName('make:factory');
  5485.         $instance->setDescription('Creates a Foundry model factory for a Doctrine entity class');
  5486.         return $instance;
  5487.     }
  5488.     /**
  5489.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5490.      *
  5491.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5492.      */
  5493.     protected function getMaker_AutoCommand_MakeFixturesService()
  5494.     {
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5500.         $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()));
  5501.         $instance->setName('make:fixtures');
  5502.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5503.         return $instance;
  5504.     }
  5505.     /**
  5506.      * Gets the private 'maker.auto_command.make_form' shared service.
  5507.      *
  5508.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5509.      */
  5510.     protected function getMaker_AutoCommand_MakeFormService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5517.         $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()));
  5518.         $instance->setName('make:form');
  5519.         $instance->setDescription('Creates a new form class');
  5520.         return $instance;
  5521.     }
  5522.     /**
  5523.      * Gets the private 'maker.auto_command.make_message' shared service.
  5524.      *
  5525.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5526.      */
  5527.     protected function getMaker_AutoCommand_MakeMessageService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5534.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5535.         $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()));
  5536.         $instance->setName('make:message');
  5537.         $instance->setDescription('Creates a new message and handler');
  5538.         return $instance;
  5539.     }
  5540.     /**
  5541.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5542.      *
  5543.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5544.      */
  5545.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5552.         $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()));
  5553.         $instance->setName('make:messenger-middleware');
  5554.         $instance->setDescription('Creates a new messenger middleware');
  5555.         return $instance;
  5556.     }
  5557.     /**
  5558.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5559.      *
  5560.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5561.      */
  5562.     protected function getMaker_AutoCommand_MakeMigrationService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5570.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5571.         $instance->setName('make:migration');
  5572.         $instance->setDescription('Creates a new migration based on database changes');
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5577.      *
  5578.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5579.      */
  5580.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5587.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5588.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5589.         $instance->setName('make:registration-form');
  5590.         $instance->setDescription('Creates a new registration form system');
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5595.      *
  5596.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5597.      */
  5598.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5605.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5606.         $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()));
  5607.         $instance->setName('make:reset-password');
  5608.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5609.         return $instance;
  5610.     }
  5611.     /**
  5612.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5613.      *
  5614.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5615.      */
  5616.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5623.         $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()));
  5624.         $instance->setName('make:serializer:encoder');
  5625.         $instance->setDescription('Creates a new serializer encoder class');
  5626.         return $instance;
  5627.     }
  5628.     /**
  5629.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5630.      *
  5631.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5632.      */
  5633.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5634.     {
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5640.         $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()));
  5641.         $instance->setName('make:serializer:normalizer');
  5642.         $instance->setDescription('Creates a new serializer normalizer class');
  5643.         return $instance;
  5644.     }
  5645.     /**
  5646.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5647.      *
  5648.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5649.      */
  5650.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5657.         $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()));
  5658.         $instance->setName('make:stimulus-controller');
  5659.         $instance->setDescription('Creates a new Stimulus controller');
  5660.         return $instance;
  5661.     }
  5662.     /**
  5663.      * Gets the private 'maker.auto_command.make_story' shared service.
  5664.      *
  5665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5666.      */
  5667.     protected function getMaker_AutoCommand_MakeStoryService()
  5668.     {
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/MakeStory.php';
  5674.         $this->privates['maker.auto_command.make_story'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Zenstruck\Foundry\Bundle\Maker\MakeStory(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5675.         $instance->setName('make:story');
  5676.         $instance->setDescription('Creates a Foundry story');
  5677.         return $instance;
  5678.     }
  5679.     /**
  5680.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5681.      *
  5682.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5683.      */
  5684.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5685.     {
  5686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5692.         $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()));
  5693.         $instance->setName('make:subscriber');
  5694.         $instance->setDescription('Creates a new event subscriber class');
  5695.         return $instance;
  5696.     }
  5697.     /**
  5698.      * Gets the private 'maker.auto_command.make_test' shared service.
  5699.      *
  5700.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5701.      */
  5702.     protected function getMaker_AutoCommand_MakeTestService()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5710.         $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()));
  5711.         $instance->setName('make:test');
  5712.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5713.         $instance->setDescription('Creates a new test class');
  5714.         return $instance;
  5715.     }
  5716.     /**
  5717.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5718.      *
  5719.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5720.      */
  5721.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5722.     {
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5728.         $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()));
  5729.         $instance->setName('make:twig-extension');
  5730.         $instance->setDescription('Creates a new Twig extension class');
  5731.         return $instance;
  5732.     }
  5733.     /**
  5734.      * Gets the private 'maker.auto_command.make_user' shared service.
  5735.      *
  5736.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5737.      */
  5738.     protected function getMaker_AutoCommand_MakeUserService()
  5739.     {
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5747.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5748.         $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()));
  5749.         $instance->setName('make:user');
  5750.         $instance->setDescription('Creates a new security user class');
  5751.         return $instance;
  5752.     }
  5753.     /**
  5754.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5755.      *
  5756.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5757.      */
  5758.     protected function getMaker_AutoCommand_MakeValidatorService()
  5759.     {
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5765.         $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()));
  5766.         $instance->setName('make:validator');
  5767.         $instance->setDescription('Creates a new validator and constraint class');
  5768.         return $instance;
  5769.     }
  5770.     /**
  5771.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5772.      *
  5773.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5774.      */
  5775.     protected function getMaker_AutoCommand_MakeVoterService()
  5776.     {
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5782.         $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()));
  5783.         $instance->setName('make:voter');
  5784.         $instance->setDescription('Creates a new security voter class');
  5785.         return $instance;
  5786.     }
  5787.     /**
  5788.      * Gets the private 'maker.doctrine_helper' shared service.
  5789.      *
  5790.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5791.      */
  5792.     protected function getMaker_DoctrineHelperService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5795.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5796.     }
  5797.     /**
  5798.      * Gets the private 'maker.entity_class_generator' shared service.
  5799.      *
  5800.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5801.      */
  5802.     protected function getMaker_EntityClassGeneratorService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5805.         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()));
  5806.     }
  5807.     /**
  5808.      * Gets the private 'maker.file_manager' shared service.
  5809.      *
  5810.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5811.      */
  5812.     protected function getMaker_FileManagerService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5819.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5820.     }
  5821.     /**
  5822.      * Gets the private 'maker.generator' shared service.
  5823.      *
  5824.      * @return \Symfony\Bundle\MakerBundle\Generator
  5825.      */
  5826.     protected function getMaker_GeneratorService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5830.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5831.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  5832.     }
  5833.     /**
  5834.      * Gets the private 'maker.php_compat_util' shared service.
  5835.      *
  5836.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5837.      */
  5838.     protected function getMaker_PhpCompatUtilService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5841.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5842.     }
  5843.     /**
  5844.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5845.      *
  5846.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5847.      */
  5848.     protected function getMaker_Renderer_FormTypeRendererService()
  5849.     {
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5851.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5852.     }
  5853.     /**
  5854.      * Gets the private 'mime_types' shared service.
  5855.      *
  5856.      * @return \Symfony\Component\Mime\MimeTypes
  5857.      */
  5858.     protected function getMimeTypesService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5863.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5864.         $instance->setDefault($instance);
  5865.         return $instance;
  5866.     }
  5867.     /**
  5868.      * Gets the private 'monolog.command.server_log' shared service.
  5869.      *
  5870.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5871.      */
  5872.     protected function getMonolog_Command_ServerLogService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5876.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5877.         $instance->setName('server:log');
  5878.         $instance->setDescription('Start a log server that displays logs in real time');
  5879.         return $instance;
  5880.     }
  5881.     /**
  5882.      * Gets the private 'monolog.handler.console' shared service.
  5883.      *
  5884.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5885.      */
  5886.     protected function getMonolog_Handler_ConsoleService()
  5887.     {
  5888.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5889.     }
  5890.     /**
  5891.      * Gets the private 'monolog.handler.main' shared service.
  5892.      *
  5893.      * @return \Monolog\Handler\StreamHandler
  5894.      */
  5895.     protected function getMonolog_Handler_MainService()
  5896.     {
  5897.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5898.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'monolog.logger' shared service.
  5903.      *
  5904.      * @return \Symfony\Bridge\Monolog\Logger
  5905.      */
  5906.     protected function getMonolog_LoggerService()
  5907.     {
  5908.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5909.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5910.         $instance->useMicrosecondTimestamps(true);
  5911.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5912.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5913.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5914.         return $instance;
  5915.     }
  5916.     /**
  5917.      * Gets the private 'monolog.logger.cache' shared service.
  5918.      *
  5919.      * @return \Symfony\Bridge\Monolog\Logger
  5920.      */
  5921.     protected function getMonolog_Logger_CacheService()
  5922.     {
  5923.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5924.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5925.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5926.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5927.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the private 'monolog.logger.mailer' shared service.
  5932.      *
  5933.      * @return \Symfony\Bridge\Monolog\Logger
  5934.      */
  5935.     protected function getMonolog_Logger_MailerService()
  5936.     {
  5937.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  5938.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5939.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5940.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5941.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5942.         return $instance;
  5943.     }
  5944.     /**
  5945.      * Gets the private 'monolog.logger.request' shared service.
  5946.      *
  5947.      * @return \Symfony\Bridge\Monolog\Logger
  5948.      */
  5949.     protected function getMonolog_Logger_RequestService()
  5950.     {
  5951.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5952.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5953.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5954.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5955.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5956.         return $instance;
  5957.     }
  5958.     /**
  5959.      * Gets the private 'monolog.logger.security' shared service.
  5960.      *
  5961.      * @return \Symfony\Bridge\Monolog\Logger
  5962.      */
  5963.     protected function getMonolog_Logger_SecurityService()
  5964.     {
  5965.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5966.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5967.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5968.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5969.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5970.         return $instance;
  5971.     }
  5972.     /**
  5973.      * Gets the private 'parameter_bag' shared service.
  5974.      *
  5975.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5976.      */
  5977.     protected function getParameterBagService()
  5978.     {
  5979.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5980.     }
  5981.     /**
  5982.      * Gets the private 'profiler_listener' shared service.
  5983.      *
  5984.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5985.      */
  5986.     protected function getProfilerListenerService()
  5987.     {
  5988.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5989.         if (isset($this->privates['profiler_listener'])) {
  5990.             return $this->privates['profiler_listener'];
  5991.         }
  5992.         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);
  5993.     }
  5994.     /**
  5995.      * Gets the private 'property_accessor' shared service.
  5996.      *
  5997.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5998.      */
  5999.     protected function getPropertyAccessorService()
  6000.     {
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6007.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6008.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6009.     }
  6010.     /**
  6011.      * Gets the private 'property_info' shared service.
  6012.      *
  6013.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6014.      */
  6015.     protected function getPropertyInfoService()
  6016.     {
  6017.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6018.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6019.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6020.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6021.         }, 3), new RewindableGenerator(function () {
  6022.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6023.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6024.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6025.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6026.         }, 4), new RewindableGenerator(function () {
  6027.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6028.         }, 1), new RewindableGenerator(function () {
  6029.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6030.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6031.         }, 2), new RewindableGenerator(function () {
  6032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6033.         }, 1));
  6034.     }
  6035.     /**
  6036.      * Gets the private 'property_info.serializer_extractor' shared service.
  6037.      *
  6038.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6039.      */
  6040.     protected function getPropertyInfo_SerializerExtractorService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6043.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6044.     }
  6045.     /**
  6046.      * Gets the private 'router.cache_warmer' shared service.
  6047.      *
  6048.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6049.      */
  6050.     protected function getRouter_CacheWarmerService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6054.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6055.             'router' => ['services''router''getRouterService'false],
  6056.         ], [
  6057.             'router' => '?',
  6058.         ]))->withContext('router.cache_warmer'$this));
  6059.     }
  6060.     /**
  6061.      * Gets the private 'router.expression_language_provider' shared service.
  6062.      *
  6063.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6064.      */
  6065.     protected function getRouter_ExpressionLanguageProviderService()
  6066.     {
  6067.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6068.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6069.         ], [
  6070.             'env' => 'Closure',
  6071.         ]));
  6072.     }
  6073.     /**
  6074.      * Gets the private 'router.request_context' shared service.
  6075.      *
  6076.      * @return \Symfony\Component\Routing\RequestContext
  6077.      */
  6078.     protected function getRouter_RequestContextService()
  6079.     {
  6080.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6081.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6082.         return $instance;
  6083.     }
  6084.     /**
  6085.      * Gets the private 'router_listener' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6088.      */
  6089.     protected function getRouterListenerService()
  6090.     {
  6091.         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);
  6092.     }
  6093.     /**
  6094.      * Gets the private 'secrets.vault' shared service.
  6095.      *
  6096.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6097.      */
  6098.     protected function getSecrets_VaultService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6104.         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'));
  6105.     }
  6106.     /**
  6107.      * Gets the private 'security.access_listener' shared service.
  6108.      *
  6109.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6110.      */
  6111.     protected function getSecurity_AccessListenerService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6114.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6115.         if (isset($this->privates['security.access_listener'])) {
  6116.             return $this->privates['security.access_listener'];
  6117.         }
  6118.         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);
  6119.     }
  6120.     /**
  6121.      * Gets the private 'security.access_map' shared service.
  6122.      *
  6123.      * @return \Symfony\Component\Security\Http\AccessMap
  6124.      */
  6125.     protected function getSecurity_AccessMapService()
  6126.     {
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6131.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6132.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/webhook/'), [=> 'PUBLIC_ACCESS'], NULL);
  6133.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'PUBLIC_ACCESS'], NULL);
  6134.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  6135.         return $instance;
  6136.     }
  6137.     /**
  6138.      * Gets the private 'security.authentication_utils' shared service.
  6139.      *
  6140.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6141.      */
  6142.     protected function getSecurity_AuthenticationUtilsService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6145.         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())));
  6146.     }
  6147.     /**
  6148.      * Gets the private 'security.channel_listener' shared service.
  6149.      *
  6150.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6151.      */
  6152.     protected function getSecurity_ChannelListenerService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6155.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6156.         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());
  6157.     }
  6158.     /**
  6159.      * Gets the private 'security.command.debug_firewall' shared service.
  6160.      *
  6161.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6162.      */
  6163.     protected function getSecurity_Command_DebugFirewallService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6167.         $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\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService())]], true);
  6168.         $instance->setName('debug:firewall');
  6169.         $instance->setDescription('Display information about your security firewall(s)');
  6170.         return $instance;
  6171.     }
  6172.     /**
  6173.      * Gets the private 'security.command.user_password_encoder' shared service.
  6174.      *
  6175.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6176.      *
  6177.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6178.      */
  6179.     protected function getSecurity_Command_UserPasswordEncoderService()
  6180.     {
  6181.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6182.         $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']);
  6183.         $instance->setName('security:encode-password');
  6184.         $instance->setDescription('Encode a password');
  6185.         return $instance;
  6186.     }
  6187.     /**
  6188.      * Gets the private 'security.command.user_password_hash' shared service.
  6189.      *
  6190.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6191.      */
  6192.     protected function getSecurity_Command_UserPasswordHashService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6196.         $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']);
  6197.         $instance->setName('security:hash-password');
  6198.         $instance->setDescription('Hash a user password');
  6199.         return $instance;
  6200.     }
  6201.     /**
  6202.      * Gets the private 'security.context_listener.0' shared service.
  6203.      *
  6204.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6205.      */
  6206.     protected function getSecurity_ContextListener_0Service()
  6207.     {
  6208.         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 () {
  6209.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6210.         }, 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']);
  6211.     }
  6212.     /**
  6213.      * Gets the private 'security.csrf.token_storage' shared service.
  6214.      *
  6215.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6216.      */
  6217.     protected function getSecurity_Csrf_TokenStorageService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6222.         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())));
  6223.     }
  6224.     /**
  6225.      * Gets the private 'security.encoder_factory.generic' shared service.
  6226.      *
  6227.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6228.      *
  6229.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6230.      */
  6231.     protected function getSecurity_EncoderFactory_GenericService()
  6232.     {
  6233.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6234.         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]]);
  6235.     }
  6236.     /**
  6237.      * Gets the private 'security.event_dispatcher.main' shared service.
  6238.      *
  6239.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6240.      */
  6241.     protected function getSecurity_EventDispatcher_MainService()
  6242.     {
  6243.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6244.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  6245.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  6246.         }, => 'onSuccessfulLogin'], 0);
  6247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6248.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6249.         }, => 'onLogout'], 64);
  6250.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6251.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6252.         }, => 'onLogout'], 0);
  6253.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6254.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  6255.         }, => 'preCheckCredentials'], 256);
  6256.         $instance->addListener('security.authentication.success', [=> function () {
  6257.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  6258.         }, => 'postCheckCredentials'], 256);
  6259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6260.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  6261.         }, => 'checkPassport'], 1024);
  6262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6263.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  6264.         }, => 'checkPassport'], 0);
  6265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  6266.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  6267.         }, => 'onLoginSuccess'], 0);
  6268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6269.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  6270.         }, => 'checkPassport'], 512);
  6271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6272.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6273.         }, => 'onLogout'], 0);
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'security.firewall.map' shared service.
  6278.      *
  6279.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6280.      */
  6281.     protected function getSecurity_Firewall_MapService()
  6282.     {
  6283.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6284.         if (isset($this->privates['security.firewall.map'])) {
  6285.             return $this->privates['security.firewall.map'];
  6286.         }
  6287.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6288.             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)/')));
  6289.             yield 'security.firewall.map.context.main' => NULL;
  6290.         }, 2));
  6291.     }
  6292.     /**
  6293.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6294.      *
  6295.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6296.      */
  6297.     protected function getSecurity_Firewall_Map_Context_DevService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6301.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6302.             return new \EmptyIterator();
  6303.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6304.     }
  6305.     /**
  6306.      * Gets the private 'security.firewall.map.context.main' shared service.
  6307.      *
  6308.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6309.      */
  6310.     protected function getSecurity_Firewall_Map_Context_MainService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6318.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6319.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6320.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6321.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6322.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6323.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  6324.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6325.         }, 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\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\AppUserAuthenticator'NULLNULL, [=> 'App\\Security\\AppUserAuthenticator'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6326.     }
  6327.     /**
  6328.      * Gets the private 'security.http_utils' shared service.
  6329.      *
  6330.      * @return \Symfony\Component\Security\Http\HttpUtils
  6331.      */
  6332.     protected function getSecurity_HttpUtilsService()
  6333.     {
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6335.         $a = ($this->services['router'] ?? $this->getRouterService());
  6336.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6337.     }
  6338.     /**
  6339.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  6340.      *
  6341.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  6342.      */
  6343.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  6344.     {
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  6346.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6347.     }
  6348.     /**
  6349.      * Gets the private 'security.listener.csrf_protection' shared service.
  6350.      *
  6351.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  6352.      */
  6353.     protected function getSecurity_Listener_CsrfProtectionService()
  6354.     {
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  6356.         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()));
  6357.     }
  6358.     /**
  6359.      * Gets the private 'security.listener.password_migrating' shared service.
  6360.      *
  6361.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  6362.      */
  6363.     protected function getSecurity_Listener_PasswordMigratingService()
  6364.     {
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  6366.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6367.     }
  6368.     /**
  6369.      * Gets the private 'security.listener.session.main' shared service.
  6370.      *
  6371.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  6372.      */
  6373.     protected function getSecurity_Listener_Session_MainService()
  6374.     {
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6378.         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())));
  6379.     }
  6380.     /**
  6381.      * Gets the private 'security.listener.user_checker.main' shared service.
  6382.      *
  6383.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  6384.      */
  6385.     protected function getSecurity_Listener_UserChecker_MainService()
  6386.     {
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6390.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \Symfony\Component\Security\Core\User\InMemoryUserChecker());
  6391.     }
  6392.     /**
  6393.      * Gets the private 'security.listener.user_provider' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  6396.      */
  6397.     protected function getSecurity_Listener_UserProviderService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  6400.         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()));
  6401.     }
  6402.     /**
  6403.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6404.      *
  6405.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6406.      */
  6407.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6408.     {
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6410.         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()));
  6411.     }
  6412.     /**
  6413.      * Gets the private 'security.logout.listener.default.main' shared service.
  6414.      *
  6415.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6416.      */
  6417.     protected function getSecurity_Logout_Listener_Default_MainService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6420.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6421.     }
  6422.     /**
  6423.      * Gets the private 'security.logout_url_generator' shared service.
  6424.      *
  6425.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6426.      */
  6427.     protected function getSecurity_LogoutUrlGeneratorService()
  6428.     {
  6429.         $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()));
  6430.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  6431.         return $instance;
  6432.     }
  6433.     /**
  6434.      * Gets the private 'security.password_hasher_factory' shared service.
  6435.      *
  6436.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6437.      */
  6438.     protected function getSecurity_PasswordHasherFactoryService()
  6439.     {
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6442.         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]]);
  6443.     }
  6444.     /**
  6445.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6446.      *
  6447.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6448.      */
  6449.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6454.         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);
  6455.     }
  6456.     /**
  6457.      * Gets the private 'security.validator.user_password' shared service.
  6458.      *
  6459.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6460.      */
  6461.     protected function getSecurity_Validator_UserPasswordService()
  6462.     {
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6466.         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()));
  6467.     }
  6468.     /**
  6469.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6470.      *
  6471.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6472.      */
  6473.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6474.     {
  6475.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6476.     }
  6477.     /**
  6478.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6479.      *
  6480.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6481.      */
  6482.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6483.     {
  6484.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6485.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6486.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6487.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6488.     }
  6489.     /**
  6490.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6491.      *
  6492.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6493.      */
  6494.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6495.     {
  6496.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6497.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6498.             return $this->privates['sensio_framework_extra.security.listener'];
  6499.         }
  6500.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6501.     }
  6502.     /**
  6503.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6504.      *
  6505.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6506.      */
  6507.     protected function getSensioFrameworkExtra_View_ListenerService()
  6508.     {
  6509.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  6510.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6511.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6512.         ], [
  6513.             'twig' => '?',
  6514.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6515.         return $instance;
  6516.     }
  6517.     /**
  6518.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6519.      *
  6520.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6521.      */
  6522.     protected function getSerializer_Mapping_CacheWarmerService()
  6523.     {
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6529.         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'));
  6530.     }
  6531.     /**
  6532.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6535.      */
  6536.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6537.     {
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6544.         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()))]));
  6545.     }
  6546.     /**
  6547.      * Gets the private 'session.factory' shared service.
  6548.      *
  6549.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6550.      */
  6551.     protected function getSession_FactoryService()
  6552.     {
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6555.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6556.         if (isset($this->privates['session.factory'])) {
  6557.             return $this->privates['session.factory'];
  6558.         }
  6559.         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']);
  6560.     }
  6561.     /**
  6562.      * Gets the private 'session.storage.factory.service' shared service.
  6563.      *
  6564.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6565.      *
  6566.      * @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.
  6567.      */
  6568.     protected function getSession_Storage_Factory_ServiceService()
  6569.     {
  6570.         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.');
  6571.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6572.     }
  6573.     /**
  6574.      * Gets the private 'session.storage.metadata_bag' shared service.
  6575.      *
  6576.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6577.      *
  6578.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6579.      */
  6580.     protected function getSession_Storage_MetadataBagService()
  6581.     {
  6582.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6583.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6584.     }
  6585.     /**
  6586.      * Gets the private 'session.storage.native' shared service.
  6587.      *
  6588.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6589.      *
  6590.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6591.      */
  6592.     protected function getSession_Storage_NativeService()
  6593.     {
  6594.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6597.         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());
  6598.     }
  6599.     /**
  6600.      * Gets the private 'session_listener' shared service.
  6601.      *
  6602.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6603.      */
  6604.     protected function getSessionListenerService()
  6605.     {
  6606.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6607.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6608.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6609.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6610.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6611.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6612.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6613.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6614.         ], [
  6615.             'initialized_session' => '?',
  6616.             'logger' => '?',
  6617.             'request_stack' => '?',
  6618.             'session' => '?',
  6619.             'session_collector' => '?',
  6620.             'session_factory' => '?',
  6621.             'session_storage' => '?',
  6622.         ]), true$this->parameters['session.storage.options']);
  6623.     }
  6624.     /**
  6625.      * Gets the private 'translation.extractor' shared service.
  6626.      *
  6627.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6628.      */
  6629.     protected function getTranslation_ExtractorService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6636.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6637.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6638.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6639.         return $instance;
  6640.     }
  6641.     /**
  6642.      * Gets the private 'translation.loader.csv' shared service.
  6643.      *
  6644.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6645.      */
  6646.     protected function getTranslation_Loader_CsvService()
  6647.     {
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6652.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6653.     }
  6654.     /**
  6655.      * Gets the private 'translation.loader.dat' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6658.      */
  6659.     protected function getTranslation_Loader_DatService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6664.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6665.     }
  6666.     /**
  6667.      * Gets the private 'translation.loader.ini' shared service.
  6668.      *
  6669.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6670.      */
  6671.     protected function getTranslation_Loader_IniService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6677.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6678.     }
  6679.     /**
  6680.      * Gets the private 'translation.loader.json' shared service.
  6681.      *
  6682.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6683.      */
  6684.     protected function getTranslation_Loader_JsonService()
  6685.     {
  6686.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6690.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6691.     }
  6692.     /**
  6693.      * Gets the private 'translation.loader.mo' shared service.
  6694.      *
  6695.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6696.      */
  6697.     protected function getTranslation_Loader_MoService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6703.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6704.     }
  6705.     /**
  6706.      * Gets the private 'translation.loader.php' shared service.
  6707.      *
  6708.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6709.      */
  6710.     protected function getTranslation_Loader_PhpService()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6716.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6717.     }
  6718.     /**
  6719.      * Gets the private 'translation.loader.po' shared service.
  6720.      *
  6721.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6722.      */
  6723.     protected function getTranslation_Loader_PoService()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6729.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6730.     }
  6731.     /**
  6732.      * Gets the private 'translation.loader.qt' shared service.
  6733.      *
  6734.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6735.      */
  6736.     protected function getTranslation_Loader_QtService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6740.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6741.     }
  6742.     /**
  6743.      * Gets the private 'translation.loader.res' shared service.
  6744.      *
  6745.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6746.      */
  6747.     protected function getTranslation_Loader_ResService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6751.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6752.     }
  6753.     /**
  6754.      * Gets the private 'translation.loader.xliff' shared service.
  6755.      *
  6756.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6757.      */
  6758.     protected function getTranslation_Loader_XliffService()
  6759.     {
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6762.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6763.     }
  6764.     /**
  6765.      * Gets the private 'translation.loader.yml' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6768.      */
  6769.     protected function getTranslation_Loader_YmlService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6775.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6776.     }
  6777.     /**
  6778.      * Gets the private 'translation.provider_collection' shared service.
  6779.      *
  6780.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6781.      */
  6782.     protected function getTranslation_ProviderCollectionService()
  6783.     {
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6786.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6787.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6788.         }, 1), []))->fromConfig([]);
  6789.     }
  6790.     /**
  6791.      * Gets the private 'translation.reader' shared service.
  6792.      *
  6793.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6794.      */
  6795.     protected function getTranslation_ReaderService()
  6796.     {
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6813.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6814.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6815.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6816.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6817.         $instance->addLoader('yaml'$a);
  6818.         $instance->addLoader('yml'$a);
  6819.         $instance->addLoader('xlf'$b);
  6820.         $instance->addLoader('xliff'$b);
  6821.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6822.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6823.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6824.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6825.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6826.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6827.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6828.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6829.         return $instance;
  6830.     }
  6831.     /**
  6832.      * Gets the private 'translation.warmer' shared service.
  6833.      *
  6834.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6835.      */
  6836.     protected function getTranslation_WarmerService()
  6837.     {
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6840.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6841.             'translator' => ['services''translator''getTranslatorService'false],
  6842.         ], [
  6843.             'translator' => '?',
  6844.         ]))->withContext('translation.warmer'$this));
  6845.     }
  6846.     /**
  6847.      * Gets the private 'translation.writer' shared service.
  6848.      *
  6849.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6850.      */
  6851.     protected function getTranslation_WriterService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6867.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6868.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6869.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6870.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6871.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6872.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6873.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6874.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6875.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6876.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6877.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6878.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6879.         return $instance;
  6880.     }
  6881.     /**
  6882.      * Gets the private 'translator.default' shared service.
  6883.      *
  6884.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6885.      */
  6886.     protected function getTranslator_DefaultService()
  6887.     {
  6888.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6889.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6890.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6891.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6892.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6893.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6894.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6895.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6896.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6897.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6898.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6899.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6900.         ], [
  6901.             'translation.loader.csv' => '?',
  6902.             'translation.loader.dat' => '?',
  6903.             'translation.loader.ini' => '?',
  6904.             'translation.loader.json' => '?',
  6905.             'translation.loader.mo' => '?',
  6906.             'translation.loader.php' => '?',
  6907.             'translation.loader.po' => '?',
  6908.             'translation.loader.qt' => '?',
  6909.             'translation.loader.res' => '?',
  6910.             'translation.loader.xliff' => '?',
  6911.             'translation.loader.yml' => '?',
  6912.         ]), 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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/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'), 16 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/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'16 => 'vendor/symfony/webpack-encore-bundle/src/translations'17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'18 => 'vendor/zenstruck/foundry/src/translations']]], []);
  6913.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6914.         $instance->setFallbackLocales([=> 'en']);
  6915.         return $instance;
  6916.     }
  6917.     /**
  6918.      * Gets the private 'twig.command.debug' shared service.
  6919.      *
  6920.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6921.      */
  6922.     protected function getTwig_Command_DebugService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6926.         $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()));
  6927.         $instance->setName('debug:twig');
  6928.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6929.         return $instance;
  6930.     }
  6931.     /**
  6932.      * Gets the private 'twig.command.lint' shared service.
  6933.      *
  6934.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6935.      */
  6936.     protected function getTwig_Command_LintService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6941.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6942.         $instance->setName('lint:twig');
  6943.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6944.         return $instance;
  6945.     }
  6946.     /**
  6947.      * Gets the private 'twig.form.engine' shared service.
  6948.      *
  6949.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6950.      */
  6951.     protected function getTwig_Form_EngineService()
  6952.     {
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6956.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6957.         if (isset($this->privates['twig.form.engine'])) {
  6958.             return $this->privates['twig.form.engine'];
  6959.         }
  6960.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6961.     }
  6962.     /**
  6963.      * Gets the private 'twig.form.renderer' shared service.
  6964.      *
  6965.      * @return \Symfony\Component\Form\FormRenderer
  6966.      */
  6967.     protected function getTwig_Form_RendererService()
  6968.     {
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6971.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6972.         if (isset($this->privates['twig.form.renderer'])) {
  6973.             return $this->privates['twig.form.renderer'];
  6974.         }
  6975.         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()));
  6976.     }
  6977.     /**
  6978.      * Gets the private 'twig.mailer.message_listener' shared service.
  6979.      *
  6980.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6981.      */
  6982.     protected function getTwig_Mailer_MessageListenerService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6987.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6988.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6989.             return $this->privates['twig.mailer.message_listener'];
  6990.         }
  6991.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6992.     }
  6993.     /**
  6994.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6995.      *
  6996.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6997.      */
  6998.     protected function getTwig_Runtime_HttpkernelService()
  6999.     {
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7006.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7007.         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, [
  7008.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7009.         ], [
  7010.             'inline' => '?',
  7011.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7012.     }
  7013.     /**
  7014.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7015.      *
  7016.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7017.      */
  7018.     protected function getTwig_Runtime_SecurityCsrfService()
  7019.     {
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7021.         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()));
  7022.     }
  7023.     /**
  7024.      * Gets the private 'twig.runtime.serializer' shared service.
  7025.      *
  7026.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7027.      */
  7028.     protected function getTwig_Runtime_SerializerService()
  7029.     {
  7030.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7032.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7033.     }
  7034.     /**
  7035.      * Gets the private 'twig.template_cache_warmer' shared service.
  7036.      *
  7037.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7038.      */
  7039.     protected function getTwig_TemplateCacheWarmerService()
  7040.     {
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7044.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7045.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7046.         ], [
  7047.             'twig' => '?',
  7048.         ]))->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')));
  7049.     }
  7050.     /**
  7051.      * Gets the private 'validator.builder' shared service.
  7052.      *
  7053.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7054.      */
  7055.     protected function getValidator_BuilderService()
  7056.     {
  7057.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7058.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7059.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7060.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7061.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7062.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7063.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7064.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7065.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7066.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7067.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7068.         ], [
  7069.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7070.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7071.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7072.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7073.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7074.             'doctrine.orm.validator.unique' => '?',
  7075.             'security.validator.user_password' => '?',
  7076.             'validator.expression' => '?',
  7077.         ])));
  7078.         if ($this->has('translator')) {
  7079.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7080.         }
  7081.         $instance->setTranslationDomain('validators');
  7082.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7083.         $instance->enableAnnotationMapping(true);
  7084.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7085.         $instance->addMethodMapping('loadValidatorMetadata');
  7086.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7087.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7088.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7089.         return $instance;
  7090.     }
  7091.     /**
  7092.      * Gets the private 'validator.email' shared service.
  7093.      *
  7094.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7095.      */
  7096.     protected function getValidator_EmailService()
  7097.     {
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7101.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7102.     }
  7103.     /**
  7104.      * Gets the private 'validator.expression' shared service.
  7105.      *
  7106.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7107.      */
  7108.     protected function getValidator_ExpressionService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7113.         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())));
  7114.     }
  7115.     /**
  7116.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7117.      *
  7118.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7119.      */
  7120.     protected function getValidator_Mapping_CacheWarmerService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7125.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7126.     }
  7127.     /**
  7128.      * Gets the private 'validator.not_compromised_password' shared service.
  7129.      *
  7130.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7131.      */
  7132.     protected function getValidator_NotCompromisedPasswordService()
  7133.     {
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7137.         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);
  7138.     }
  7139.     /**
  7140.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7141.      *
  7142.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7143.      */
  7144.     protected function getVarDumper_Command_ServerDumpService()
  7145.     {
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7152.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7153.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7154.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7155.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7157.         $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()))]);
  7158.         $instance->setName('server:dump');
  7159.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7160.         return $instance;
  7161.     }
  7162.     /**
  7163.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7164.      *
  7165.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7166.      */
  7167.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7168.     {
  7169.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7170.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7171.         return $instance;
  7172.     }
  7173.     /**
  7174.      * Gets the private 'var_dumper.html_dumper' shared service.
  7175.      *
  7176.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7177.      */
  7178.     protected function getVarDumper_HtmlDumperService()
  7179.     {
  7180.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7181.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7182.         return $instance;
  7183.     }
  7184.     /**
  7185.      * Gets the private 'var_dumper.server_connection' shared service.
  7186.      *
  7187.      * @return \Symfony\Component\VarDumper\Server\Connection
  7188.      */
  7189.     protected function getVarDumper_ServerConnectionService()
  7190.     {
  7191.         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()]);
  7192.     }
  7193.     /**
  7194.      * Gets the private 'web_profiler.csp.handler' shared service.
  7195.      *
  7196.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7197.      */
  7198.     protected function getWebProfiler_Csp_HandlerService()
  7199.     {
  7200.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7201.     }
  7202.     /**
  7203.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7204.      *
  7205.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7206.      */
  7207.     protected function getWebProfiler_DebugToolbarService()
  7208.     {
  7209.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7210.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7211.             return $this->privates['web_profiler.debug_toolbar'];
  7212.         }
  7213.         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()));
  7214.     }
  7215.     /**
  7216.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7217.      *
  7218.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7219.      */
  7220.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7225.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  7226.     }
  7227.     /**
  7228.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7229.      *
  7230.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7231.      */
  7232.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7233.     {
  7234.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7235.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7236.         ], [
  7237.             '_default' => '?',
  7238.         ]), '_default');
  7239.     }
  7240.     /**
  7241.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7242.      *
  7243.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7244.      */
  7245.     protected function getWebpackEncore_ExceptionListenerService()
  7246.     {
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7248.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7249.     }
  7250.     /**
  7251.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7252.      *
  7253.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7254.      */
  7255.     protected function getWebpackEncore_TagRendererService()
  7256.     {
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7258.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7259.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  7260.             return $this->privates['webpack_encore.tag_renderer'];
  7261.         }
  7262.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  7263.     }
  7264.     /**
  7265.      * Gets the public 'cache_clearer' alias.
  7266.      *
  7267.      * @return object The ".container.private.cache_clearer" service.
  7268.      */
  7269.     protected function getCacheClearerService()
  7270.     {
  7271.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7272.         return $this->get('.container.private.cache_clearer');
  7273.     }
  7274.     /**
  7275.      * Gets the public 'filesystem' alias.
  7276.      *
  7277.      * @return object The ".container.private.filesystem" service.
  7278.      */
  7279.     protected function getFilesystemService()
  7280.     {
  7281.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7282.         return $this->get('.container.private.filesystem');
  7283.     }
  7284.     /**
  7285.      * Gets the public 'serializer' alias.
  7286.      *
  7287.      * @return object The ".container.private.serializer" service.
  7288.      */
  7289.     protected function getSerializerService()
  7290.     {
  7291.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7292.         return $this->get('.container.private.serializer');
  7293.     }
  7294.     /**
  7295.      * Gets the public 'security.csrf.token_manager' alias.
  7296.      *
  7297.      * @return object The ".container.private.security.csrf.token_manager" service.
  7298.      */
  7299.     protected function getSecurity_Csrf_TokenManagerService()
  7300.     {
  7301.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7302.         return $this->get('.container.private.security.csrf.token_manager');
  7303.     }
  7304.     /**
  7305.      * Gets the public 'form.factory' alias.
  7306.      *
  7307.      * @return object The ".container.private.form.factory" service.
  7308.      */
  7309.     protected function getForm_FactoryService()
  7310.     {
  7311.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7312.         return $this->get('.container.private.form.factory');
  7313.     }
  7314.     /**
  7315.      * Gets the public 'form.type.file' alias.
  7316.      *
  7317.      * @return object The ".container.private.form.type.file" service.
  7318.      */
  7319.     protected function getForm_Type_FileService()
  7320.     {
  7321.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7322.         return $this->get('.container.private.form.type.file');
  7323.     }
  7324.     /**
  7325.      * Gets the public 'profiler' alias.
  7326.      *
  7327.      * @return object The ".container.private.profiler" service.
  7328.      */
  7329.     protected function getProfilerService()
  7330.     {
  7331.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7332.         return $this->get('.container.private.profiler');
  7333.     }
  7334.     /**
  7335.      * Gets the public 'twig' alias.
  7336.      *
  7337.      * @return object The ".container.private.twig" service.
  7338.      */
  7339.     protected function getTwigService()
  7340.     {
  7341.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7342.         return $this->get('.container.private.twig');
  7343.     }
  7344.     /**
  7345.      * Gets the public 'security.authorization_checker' alias.
  7346.      *
  7347.      * @return object The ".container.private.security.authorization_checker" service.
  7348.      */
  7349.     protected function getSecurity_AuthorizationCheckerService()
  7350.     {
  7351.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7352.         return $this->get('.container.private.security.authorization_checker');
  7353.     }
  7354.     /**
  7355.      * Gets the public 'security.token_storage' alias.
  7356.      *
  7357.      * @return object The ".container.private.security.token_storage" service.
  7358.      */
  7359.     protected function getSecurity_TokenStorageService()
  7360.     {
  7361.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7362.         return $this->get('.container.private.security.token_storage');
  7363.     }
  7364.     /**
  7365.      * Gets the public 'security.password_encoder' alias.
  7366.      *
  7367.      * @return object The ".container.private.security.password_encoder" service.
  7368.      */
  7369.     protected function getSecurity_PasswordEncoderService()
  7370.     {
  7371.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7372.         return $this->get('.container.private.security.password_encoder');
  7373.     }
  7374.     /**
  7375.      * Gets the public 'session' alias.
  7376.      *
  7377.      * @return object The ".container.private.session" service.
  7378.      */
  7379.     protected function getSessionService()
  7380.     {
  7381.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7382.         return $this->get('.container.private.session');
  7383.     }
  7384.     /**
  7385.      * Gets the public 'validator' alias.
  7386.      *
  7387.      * @return object The ".container.private.validator" service.
  7388.      */
  7389.     protected function getValidatorService()
  7390.     {
  7391.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7392.         return $this->get('.container.private.validator');
  7393.     }
  7394.     /**
  7395.      * @return array|bool|float|int|string|\UnitEnum|null
  7396.      */
  7397.     public function getParameter(string $name)
  7398.     {
  7399.         if (isset($this->buildParameters[$name])) {
  7400.             return $this->buildParameters[$name];
  7401.         }
  7402.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7403.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7404.         }
  7405.         if (isset($this->loadedDynamicParameters[$name])) {
  7406.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7407.         }
  7408.         return $this->parameters[$name];
  7409.     }
  7410.     public function hasParameter(string $name): bool
  7411.     {
  7412.         if (isset($this->buildParameters[$name])) {
  7413.             return true;
  7414.         }
  7415.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7416.     }
  7417.     public function setParameter(string $name$value): void
  7418.     {
  7419.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7420.     }
  7421.     public function getParameterBag(): ParameterBagInterface
  7422.     {
  7423.         if (null === $this->parameterBag) {
  7424.             $parameters $this->parameters;
  7425.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7426.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7427.             }
  7428.             foreach ($this->buildParameters as $name => $value) {
  7429.                 $parameters[$name] = $value;
  7430.             }
  7431.             $this->parameterBag = new FrozenParameterBag($parameters);
  7432.         }
  7433.         return $this->parameterBag;
  7434.     }
  7435.     private $loadedDynamicParameters = [
  7436.         'kernel.runtime_environment' => false,
  7437.         'kernel.build_dir' => false,
  7438.         'kernel.cache_dir' => false,
  7439.         'kernel.secret' => false,
  7440.         'debug.container.dump' => false,
  7441.         'serializer.mapping.cache.file' => false,
  7442.         'validator.mapping.cache.file' => false,
  7443.         'profiler.storage.dsn' => false,
  7444.         'doctrine.orm.proxy_dir' => false,
  7445.     ];
  7446.     private $dynamicParameters = [];
  7447.     private function getDynamicParameter(string $name)
  7448.     {
  7449.         switch ($name) {
  7450.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7451.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7452.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7453.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7454.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7455.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7456.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7457.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7458.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7459.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7460.         }
  7461.         $this->loadedDynamicParameters[$name] = true;
  7462.         return $this->dynamicParameters[$name] = $value;
  7463.     }
  7464.     protected function getDefaultParameters(): array
  7465.     {
  7466.         return [
  7467.             'kernel.project_dir' => \dirname(__DIR__4),
  7468.             'kernel.environment' => 'dev',
  7469.             'kernel.debug' => true,
  7470.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7471.             'kernel.bundles' => [
  7472.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7473.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7474.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7475.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7476.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7477.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7478.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7479.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7480.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7481.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7482.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7483.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7484.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7485.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7486.                 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  7487.             ],
  7488.             'kernel.bundles_metadata' => [
  7489.                 'FrameworkBundle' => [
  7490.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7491.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7492.                 ],
  7493.                 'TwigBundle' => [
  7494.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7495.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7496.                 ],
  7497.                 'TwigExtraBundle' => [
  7498.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7499.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7500.                 ],
  7501.                 'SensioFrameworkExtraBundle' => [
  7502.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7503.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7504.                 ],
  7505.                 'DoctrineBundle' => [
  7506.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7507.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7508.                 ],
  7509.                 'DoctrineMigrationsBundle' => [
  7510.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7511.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7512.                 ],
  7513.                 'SecurityBundle' => [
  7514.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7515.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7516.                 ],
  7517.                 'WebProfilerBundle' => [
  7518.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7519.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7520.                 ],
  7521.                 'MonologBundle' => [
  7522.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7523.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7524.                 ],
  7525.                 'DebugBundle' => [
  7526.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7527.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7528.                 ],
  7529.                 'MakerBundle' => [
  7530.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7531.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7532.                 ],
  7533.                 'WebpackEncoreBundle' => [
  7534.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  7535.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7536.                 ],
  7537.                 'KnpPaginatorBundle' => [
  7538.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7539.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7540.                 ],
  7541.                 'DoctrineFixturesBundle' => [
  7542.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7543.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7544.                 ],
  7545.                 'ZenstruckFoundryBundle' => [
  7546.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src'),
  7547.                     'namespace' => 'Zenstruck\\Foundry',
  7548.                 ],
  7549.             ],
  7550.             'kernel.charset' => 'UTF-8',
  7551.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7552.             'container.dumper.inline_class_loader' => true,
  7553.             'container.dumper.inline_factories' => true,
  7554.             'event_dispatcher.event_aliases' => [
  7555.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7556.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7557.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7558.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7559.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7560.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7561.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7562.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7563.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7564.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7565.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7566.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7567.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7568.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7569.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7570.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7571.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7572.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7573.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7574.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7575.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7576.             ],
  7577.             'fragment.renderer.hinclude.global_template' => NULL,
  7578.             'fragment.path' => '/_fragment',
  7579.             'kernel.http_method_override' => true,
  7580.             'kernel.trusted_hosts' => [
  7581.             ],
  7582.             'kernel.default_locale' => 'en',
  7583.             'kernel.enabled_locales' => [
  7584.             ],
  7585.             'kernel.error_controller' => 'error_controller',
  7586.             'debug.file_link_format' => NULL,
  7587.             'asset.request_context.base_path' => NULL,
  7588.             'asset.request_context.secure' => NULL,
  7589.             'translator.logging' => false,
  7590.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7591.             'debug.error_handler.throw_at' => -1,
  7592.             'router.request_context.host' => 'localhost',
  7593.             'router.request_context.scheme' => 'http',
  7594.             'router.request_context.base_url' => '',
  7595.             'router.resource' => 'kernel::loadRoutes',
  7596.             'request_listener.http_port' => 80,
  7597.             'request_listener.https_port' => 443,
  7598.             'session.metadata.storage_key' => '_sf2_meta',
  7599.             'session.storage.options' => [
  7600.                 'cache_limiter' => '0',
  7601.                 'cookie_secure' => 'auto',
  7602.                 'cookie_httponly' => true,
  7603.                 'cookie_samesite' => 'lax',
  7604.                 'gc_probability' => 1,
  7605.             ],
  7606.             'session.save_path' => NULL,
  7607.             'session.metadata.update_threshold' => 0,
  7608.             'form.type_extension.csrf.enabled' => true,
  7609.             'form.type_extension.csrf.field_name' => '_token',
  7610.             'validator.translation_domain' => 'validators',
  7611.             'profiler_listener.only_exceptions' => false,
  7612.             'profiler_listener.only_main_requests' => false,
  7613.             'twig.form.resources' => [
  7614.                 => 'form_div_layout.html.twig',
  7615.                 => 'bootstrap_4_layout.html.twig',
  7616.             ],
  7617.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7618.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7619.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7620.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7621.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7622.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7623.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7624.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7625.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7626.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7627.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7628.             'doctrine.entity_managers' => [
  7629.                 'default' => 'doctrine.orm.default_entity_manager',
  7630.             ],
  7631.             'doctrine.default_entity_manager' => 'default',
  7632.             'doctrine.dbal.connection_factory.types' => [
  7633.             ],
  7634.             'doctrine.connections' => [
  7635.                 'default' => 'doctrine.dbal.default_connection',
  7636.             ],
  7637.             'doctrine.default_connection' => 'default',
  7638.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7639.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7640.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7641.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7642.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7643.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7644.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7645.             'doctrine.orm.cache.memcache_port' => 11211,
  7646.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7647.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7648.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7649.             'doctrine.orm.cache.memcached_port' => 11211,
  7650.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7651.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7652.             'doctrine.orm.cache.redis_host' => 'localhost',
  7653.             'doctrine.orm.cache.redis_port' => 6379,
  7654.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7655.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7656.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7657.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7658.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7659.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7660.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7661.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7662.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7663.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7664.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7665.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7666.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7667.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7668.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7669.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7670.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7671.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7672.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7673.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7674.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7675.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7676.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7677.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7678.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7679.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7680.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7681.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7682.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7683.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7684.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7685.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7686.             'doctrine_migrations.name' => 'Application Migrations',
  7687.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  7688.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  7689.             'doctrine_migrations.table_name' => 'migration_versions',
  7690.             'doctrine_migrations.column_name' => 'version',
  7691.             'doctrine_migrations.column_length' => 14,
  7692.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  7693.             'doctrine_migrations.all_or_nothing' => false,
  7694.             'doctrine_migrations.custom_template' => NULL,
  7695.             'doctrine_migrations.organize_migrations' => false,
  7696.             'security.role_hierarchy.roles' => [
  7697.             ],
  7698.             'security.access.denied_url' => NULL,
  7699.             'security.authentication.manager.erase_credentials' => true,
  7700.             'security.authentication.session_strategy.strategy' => 'migrate',
  7701.             'security.access.always_authenticate_before_granting' => false,
  7702.             'security.authentication.hide_user_not_found' => true,
  7703.             'security.firewalls' => [
  7704.                 => 'dev',
  7705.                 => 'main',
  7706.             ],
  7707.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7708.             'web_profiler.debug_toolbar.mode' => 2,
  7709.             'monolog.use_microseconds' => true,
  7710.             'monolog.swift_mailer.handlers' => [
  7711.             ],
  7712.             'monolog.handlers_to_channels' => [
  7713.                 'monolog.handler.console' => [
  7714.                     'type' => 'exclusive',
  7715.                     'elements' => [
  7716.                         => 'event',
  7717.                         => 'doctrine',
  7718.                         => 'console',
  7719.                     ],
  7720.                 ],
  7721.                 'monolog.handler.main' => [
  7722.                     'type' => 'exclusive',
  7723.                     'elements' => [
  7724.                         => 'event',
  7725.                     ],
  7726.                 ],
  7727.             ],
  7728.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7729.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7730.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7731.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7732.             'knp_paginator.page_range' => 5,
  7733.             'knp_paginator.page_limit' => NULL,
  7734.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7735.             'data_collector.templates' => [
  7736.                 'data_collector.request' => [
  7737.                     => 'request',
  7738.                     => '@WebProfiler/Collector/request.html.twig',
  7739.                 ],
  7740.                 'data_collector.time' => [
  7741.                     => 'time',
  7742.                     => '@WebProfiler/Collector/time.html.twig',
  7743.                 ],
  7744.                 'data_collector.memory' => [
  7745.                     => 'memory',
  7746.                     => '@WebProfiler/Collector/memory.html.twig',
  7747.                 ],
  7748.                 'data_collector.validator' => [
  7749.                     => 'validator',
  7750.                     => '@WebProfiler/Collector/validator.html.twig',
  7751.                 ],
  7752.                 'data_collector.ajax' => [
  7753.                     => 'ajax',
  7754.                     => '@WebProfiler/Collector/ajax.html.twig',
  7755.                 ],
  7756.                 'data_collector.form' => [
  7757.                     => 'form',
  7758.                     => '@WebProfiler/Collector/form.html.twig',
  7759.                 ],
  7760.                 'data_collector.exception' => [
  7761.                     => 'exception',
  7762.                     => '@WebProfiler/Collector/exception.html.twig',
  7763.                 ],
  7764.                 'data_collector.logger' => [
  7765.                     => 'logger',
  7766.                     => '@WebProfiler/Collector/logger.html.twig',
  7767.                 ],
  7768.                 'data_collector.events' => [
  7769.                     => 'events',
  7770.                     => '@WebProfiler/Collector/events.html.twig',
  7771.                 ],
  7772.                 'data_collector.router' => [
  7773.                     => 'router',
  7774.                     => '@WebProfiler/Collector/router.html.twig',
  7775.                 ],
  7776.                 'data_collector.cache' => [
  7777.                     => 'cache',
  7778.                     => '@WebProfiler/Collector/cache.html.twig',
  7779.                 ],
  7780.                 'data_collector.translation' => [
  7781.                     => 'translation',
  7782.                     => '@WebProfiler/Collector/translation.html.twig',
  7783.                 ],
  7784.                 'data_collector.security' => [
  7785.                     => 'security',
  7786.                     => '@Security/Collector/security.html.twig',
  7787.                 ],
  7788.                 'data_collector.twig' => [
  7789.                     => 'twig',
  7790.                     => '@WebProfiler/Collector/twig.html.twig',
  7791.                 ],
  7792.                 'data_collector.http_client' => [
  7793.                     => 'http_client',
  7794.                     => '@WebProfiler/Collector/http_client.html.twig',
  7795.                 ],
  7796.                 'data_collector.doctrine' => [
  7797.                     => 'db',
  7798.                     => '@Doctrine/Collector/db.html.twig',
  7799.                 ],
  7800.                 'data_collector.dump' => [
  7801.                     => 'dump',
  7802.                     => '@Debug/Profiler/dump.html.twig',
  7803.                 ],
  7804.                 'mailer.data_collector' => [
  7805.                     => 'mailer',
  7806.                     => '@WebProfiler/Collector/mailer.html.twig',
  7807.                 ],
  7808.                 'notifier.data_collector' => [
  7809.                     => 'notifier',
  7810.                     => '@WebProfiler/Collector/notifier.html.twig',
  7811.                 ],
  7812.                 'data_collector.config' => [
  7813.                     => 'config',
  7814.                     => '@WebProfiler/Collector/config.html.twig',
  7815.                 ],
  7816.             ],
  7817.             'console.command.ids' => [
  7818.             ],
  7819.         ];
  7820.     }
  7821.     protected function throw($message)
  7822.     {
  7823.         throw new RuntimeException($message);
  7824.     }
  7825. }