var/cache/dev/ContainerXxHq06P/App_KernelDevDebugContainer.php line 6147

Open in your IDE?
  1. <?php
  2. namespace ContainerXxHq06P;
  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\\DefaultController' => 'getDefaultControllerService',
  47.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  48.             'LightSaml\\Build\\Container\\BuildContainerInterface' => 'getBuildContainerInterfaceService',
  49.             'LightSaml\\SpBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  50.             'LightSaml\\Store\\Sso\\SsoStateStoreInterface' => 'getSsoStateStoreInterfaceService',
  51.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  52.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  53.             'cache.app' => 'getCache_AppService',
  54.             'cache.app_clearer' => 'getCache_AppClearerService',
  55.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  56.             'cache.system' => 'getCache_SystemService',
  57.             'cache.system_clearer' => 'getCache_SystemClearerService',
  58.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  59.             'cache_warmer' => 'getCacheWarmerService',
  60.             'console.command_loader' => 'getConsole_CommandLoaderService',
  61.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  62.             'data_collector.dump' => 'getDataCollector_DumpService',
  63.             'doctrine' => 'getDoctrineService',
  64.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  65.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  66.             'error_controller' => 'getErrorControllerService',
  67.             'event_dispatcher' => 'getEventDispatcherService',
  68.             'http_kernel' => 'getHttpKernelService',
  69.             'request_stack' => 'getRequestStackService',
  70.             'router' => 'getRouterService',
  71.             'routing.loader' => 'getRouting_LoaderService',
  72.             'services_resetter' => 'getServicesResetterService',
  73.             'translator' => 'getTranslatorService',
  74.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  75.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  76.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  77.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  78.             'cache_clearer' => 'getCacheClearerService',
  79.             'filesystem' => 'getFilesystemService',
  80.             'serializer' => 'getSerializerService',
  81.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  82.             'form.factory' => 'getForm_FactoryService',
  83.             'form.type.file' => 'getForm_Type_FileService',
  84.             'profiler' => 'getProfilerService',
  85.             'twig' => 'getTwigService',
  86.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  87.             'security.token_storage' => 'getSecurity_TokenStorageService',
  88.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  89.             'session' => 'getSessionService',
  90.             'validator' => 'getValidatorService',
  91.         ];
  92.         $this->aliases = [
  93.             'database_connection' => 'doctrine.dbal.default_connection',
  94.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  95.         ];
  96.         $this->privates['service_container'] = function () {
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  103.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  116.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  179.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  180.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  181.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  215.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  218.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  221.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  225.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  231.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  237.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  238.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  243.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  244.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  312.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  340.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  350.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  393.             include_once __DIR__.'/proxy-classes.php';
  394.         };
  395.     }
  396.     public function compile(): void
  397.     {
  398.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  399.     }
  400.     public function isCompiled(): bool
  401.     {
  402.         return true;
  403.     }
  404.     public function getRemovedIds(): array
  405.     {
  406.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  407.     }
  408.     protected function createProxy($class, \Closure $factory)
  409.     {
  410.         return $factory();
  411.     }
  412.     /**
  413.      * Gets the public '.container.private.cache_clearer' shared service.
  414.      *
  415.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  416.      */
  417.     protected function get_Container_Private_CacheClearerService()
  418.     {
  419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  421.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  422.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  423.         }, 1));
  424.     }
  425.     /**
  426.      * Gets the public '.container.private.filesystem' shared service.
  427.      *
  428.      * @return \Symfony\Component\Filesystem\Filesystem
  429.      */
  430.     protected function get_Container_Private_FilesystemService()
  431.     {
  432.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  433.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  434.     }
  435.     /**
  436.      * Gets the public '.container.private.form.factory' shared service.
  437.      *
  438.      * @return \Symfony\Component\Form\FormFactory
  439.      */
  440.     protected function get_Container_Private_Form_FactoryService()
  441.     {
  442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  444.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  445.     }
  446.     /**
  447.      * Gets the public '.container.private.form.type.file' shared service.
  448.      *
  449.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  450.      */
  451.     protected function get_Container_Private_Form_Type_FileService()
  452.     {
  453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  456.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  457.     }
  458.     /**
  459.      * Gets the public '.container.private.profiler' shared service.
  460.      *
  461.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  462.      */
  463.     protected function get_Container_Private_ProfilerService()
  464.     {
  465.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  466.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  467.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  468.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  469.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  470.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  471.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  472.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  473.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  474.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  475.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  476.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  477.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  478.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  479.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  480.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  481.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  482.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  483.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  484.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  485.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  486.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  487.         if ($this->has('kernel')) {
  488.             $f->setKernel($b);
  489.         }
  490.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  491.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  492.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  493.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  494.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  495.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  496.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  497.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  498.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  499.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  500.         $instance->add($d);
  501.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  502.         $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()), false));
  503.         $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())));
  504.         $instance->add($e);
  505.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  506.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  507.         $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()))));
  508.         $instance->add($f);
  509.         return $instance;
  510.     }
  511.     /**
  512.      * Gets the public '.container.private.security.authorization_checker' shared service.
  513.      *
  514.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  515.      */
  516.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  517.     {
  518.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  519.     }
  520.     /**
  521.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  522.      *
  523.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  524.      */
  525.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  526.     {
  527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  531.         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())));
  532.     }
  533.     /**
  534.      * Gets the public '.container.private.security.password_encoder' shared service.
  535.      *
  536.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  537.      *
  538.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  539.      */
  540.     protected function get_Container_Private_Security_PasswordEncoderService()
  541.     {
  542.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  543.         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()));
  544.     }
  545.     /**
  546.      * Gets the public '.container.private.security.token_storage' shared service.
  547.      *
  548.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  549.      */
  550.     protected function get_Container_Private_Security_TokenStorageService()
  551.     {
  552.         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, [
  553.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  554.         ], [
  555.             'request_stack' => '?',
  556.         ]));
  557.     }
  558.     /**
  559.      * Gets the public '.container.private.serializer' shared service.
  560.      *
  561.      * @return \Symfony\Component\Serializer\Serializer
  562.      */
  563.     protected function get_Container_Private_SerializerService()
  564.     {
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  569.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  570.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  571.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  575.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  576.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  607.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  608.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  609.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  610.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  611.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  612.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  613.     }
  614.     /**
  615.      * Gets the public '.container.private.session' shared service.
  616.      *
  617.      * @return \Symfony\Component\HttpFoundation\Session\Session
  618.      */
  619.     protected function get_Container_Private_SessionService()
  620.     {
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  623.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  624.     }
  625.     /**
  626.      * Gets the public '.container.private.twig' shared service.
  627.      *
  628.      * @return \Twig\Environment
  629.      */
  630.     protected function get_Container_Private_TwigService()
  631.     {
  632.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  633.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  634.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  635.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  636.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  637.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  638.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  639.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  640.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  641.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  642.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  643.         $a->addPath((\dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Resources/views'), 'LightSamlSp');
  644.         $a->addPath((\dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Resources/views'), '!LightSamlSp');
  645.         $a->addPath((\dirname(__DIR__4).'/templates'));
  646.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  647.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  648.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  649.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  650.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  651.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  652.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  653.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  654.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  655.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  656.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  657.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  658.         $i = new \Symfony\Bridge\Twig\AppVariable();
  659.         $i->setEnvironment('dev');
  660.         $i->setDebug(true);
  661.         if ($this->has('.container.private.security.token_storage')) {
  662.             $i->setTokenStorage($g);
  663.         }
  664.         if ($this->has('request_stack')) {
  665.             $i->setRequestStack($d);
  666.         }
  667.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  668.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  669.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  670.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  671.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  672.             return new \EmptyIterator();
  673.         }, 0))));
  674.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  675.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  676.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  677.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  678.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  679.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  680.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  681.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  682.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  683.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  684.         $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())));
  685.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  686.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  687.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  688.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  689.         $instance->addGlobal('app'$i);
  690.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  691.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  692.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  693.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  694.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  695.         ], [
  696.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  697.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  698.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  699.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  700.         ])));
  701.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  702.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  703.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  704.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  705.         return $instance;
  706.     }
  707.     /**
  708.      * Gets the public '.container.private.validator' shared service.
  709.      *
  710.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  711.      */
  712.     protected function get_Container_Private_ValidatorService()
  713.     {
  714.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  715.     }
  716.     /**
  717.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  718.      *
  719.      * @return \App\Controller\DefaultController
  720.      */
  721.     protected function getDefaultControllerService()
  722.     {
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  724.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  725.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  726.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  727.         return $instance;
  728.     }
  729.     /**
  730.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  731.      *
  732.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  733.      */
  734.     protected function getProfilerControllerService()
  735.     {
  736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  737.         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()));
  738.     }
  739.     /**
  740.      * Gets the public 'LightSaml\Build\Container\BuildContainerInterface' shared autowired service.
  741.      *
  742.      * @return \LightSaml\SymfonyBridgeBundle\Bridge\Container\BuildContainer
  743.      */
  744.     protected function getBuildContainerInterfaceService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/BuildContainerInterface.php';
  747.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/BuildContainer.php';
  748.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/SystemContainerInterface.php';
  749.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/Symfony53SystemContainer.php';
  750.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/TimeProvider/TimeProviderInterface.php';
  751.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/TimeProvider/SystemTimeProvider.php';
  752.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/PartyContainerInterface.php';
  753.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/PartyContainer.php';
  754.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/TrustOptions/TrustOptionsStoreInterface.php';
  755.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/TrustOptions/CompositeTrustOptionsStore.php';
  756.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/StoreContainerInterface.php';
  757.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/StoreContainer.php';
  758.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Request/RequestStateStoreInterface.php';
  759.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Request/AbstractRequestStateArrayStore.php';
  760.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Store/Request/Symfony53RequestStateSessionStore.php';
  761.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Id/IdStoreInterface.php';
  762.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Id/NullIdStore.php';
  763.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/ProviderContainerInterface.php';
  764.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/ProviderContainer.php';
  765.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/Attribute/AttributeValueProviderInterface.php';
  766.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/Attribute/FixedAttributeValueProvider.php';
  767.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/Session/SessionInfoProviderInterface.php';
  768.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/Session/FixedSessionInfoProvider.php';
  769.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/NameID/NameIdProviderInterface.php';
  770.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/NameID/FixedNameIdProvider.php';
  771.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/CredentialContainerInterface.php';
  772.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/CredentialContainer.php';
  773.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/ServiceContainerInterface.php';
  774.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/ServiceContainer.php';
  775.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Assertion/AssertionValidatorInterface.php';
  776.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Assertion/AssertionValidator.php';
  777.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/NameId/NameIdValidatorInterface.php';
  778.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/NameId/NameIdValidator.php';
  779.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Subject/SubjectValidatorInterface.php';
  780.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Subject/SubjectValidator.php';
  781.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Statement/StatementValidatorInterface.php';
  782.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Statement/StatementValidator.php';
  783.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Assertion/AssertionTimeValidatorInterface.php';
  784.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Assertion/AssertionTimeValidator.php';
  785.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Signature/SignatureResolverInterface.php';
  786.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Signature/OwnSignatureResolver.php';
  787.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/EndpointResolverInterface.php';
  788.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/CompositeEndpointResolver.php';
  789.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/BindingEndpointResolver.php';
  790.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/DescriptorTypeEndpointResolver.php';
  791.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/ServiceTypeEndpointResolver.php';
  792.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/IndexEndpointResolver.php';
  793.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Endpoint/LocationEndpointResolver.php';
  794.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Binding/BindingFactoryInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Binding/BindingFactory.php';
  796.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Signature/SignatureValidatorInterface.php';
  797.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Validator/Model/Signature/SignatureValidator.php';
  798.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Session/SessionProcessorInterface.php';
  799.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Session/SessionProcessor.php';
  800.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Build/Container/OwnContainerInterface.php';
  801.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Bridge/Container/OwnContainer.php';
  802.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Provider/EntityDescriptor/EntityDescriptorProviderInterface.php';
  803.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/EntityDescriptor/SimpleEntityDescriptorBuilder.php';
  804.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Factory/OwnEntityDescriptorProviderFactory.php';
  805.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/EntityDescriptorStoreInterface.php';
  806.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/CompositeEntityDescriptorStore.php';
  807.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  808.         $b = new \LightSaml\Provider\TimeProvider\SystemTimeProvider();
  809.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  810.         $d = ($this->services['LightSaml\\Store\\Sso\\SsoStateStoreInterface'] ?? $this->getSsoStateStoreInterfaceService());
  811.         $e = new \LightSaml\Validator\Model\NameId\NameIdValidator();
  812.         $f $this->getLightsaml_Service_CredentialResolverService();
  813.         $g = new \LightSaml\Resolver\Endpoint\CompositeEndpointResolver();
  814.         $g->add(new \LightSaml\Resolver\Endpoint\BindingEndpointResolver());
  815.         $g->add(new \LightSaml\Resolver\Endpoint\DescriptorTypeEndpointResolver());
  816.         $g->add(new \LightSaml\Resolver\Endpoint\ServiceTypeEndpointResolver());
  817.         $g->add(new \LightSaml\Resolver\Endpoint\IndexEndpointResolver());
  818.         $g->add(new \LightSaml\Resolver\Endpoint\LocationEndpointResolver());
  819.         $h = ($this->privates['lightsaml.own.credential_store'] ?? $this->getLightsaml_Own_CredentialStoreService());
  820.         return $this->services['LightSaml\\Build\\Container\\BuildContainerInterface'] = new \LightSaml\SymfonyBridgeBundle\Bridge\Container\BuildContainer(new \LightSaml\SymfonyBridgeBundle\Bridge\Container\Symfony53SystemContainer($a$b$c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), new \LightSaml\SymfonyBridgeBundle\Bridge\Container\PartyContainer(($this->privates['lightsaml.party.idp_entity_descriptor_store'] ?? $this->getLightsaml_Party_IdpEntityDescriptorStoreService()), ($this->privates['lightsaml.party.sp_entity_descriptor_store'] ?? ($this->privates['lightsaml.party.sp_entity_descriptor_store'] = new \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore())), new \LightSaml\Store\TrustOptions\CompositeTrustOptionsStore()), new \LightSaml\SymfonyBridgeBundle\Bridge\Container\StoreContainer(new \LightSaml\SymfonyBridgeBundle\Store\Request\Symfony53RequestStateSessionStore($a'main''saml_request_state_'), new \LightSaml\Store\Id\NullIdStore(), $d), new \LightSaml\SymfonyBridgeBundle\Bridge\Container\ProviderContainer(new \LightSaml\Provider\Attribute\FixedAttributeValueProvider(), new \LightSaml\Provider\Session\FixedSessionInfoProvider(), new \LightSaml\Provider\NameID\FixedNameIdProvider()), new \LightSaml\SymfonyBridgeBundle\Bridge\Container\CredentialContainer(($this->privates['lightsaml.credential.credential_store'] ?? $this->getLightsaml_Credential_CredentialStoreService())), new \LightSaml\SymfonyBridgeBundle\Bridge\Container\ServiceContainer(new \LightSaml\Validator\Model\Assertion\AssertionValidator($e, new \LightSaml\Validator\Model\Subject\SubjectValidator($e), new \LightSaml\Validator\Model\Statement\StatementValidator()), new \LightSaml\Validator\Model\Assertion\AssertionTimeValidator(), new \LightSaml\Resolver\Signature\OwnSignatureResolver($f), $g$e, new \LightSaml\Binding\BindingFactory($c), new \LightSaml\Validator\Model\Signature\SignatureValidator($f), $f, new \LightSaml\Resolver\Session\SessionProcessor($d$b)), new \LightSaml\SymfonyBridgeBundle\Bridge\Container\OwnContainer(\LightSaml\SymfonyBridgeBundle\Factory\OwnEntityDescriptorProviderFactory::build('https://valrhona-print.infostrates.com/', ($this->services['router'] ?? $this->getRouterService()), 'lightsaml_sp.login_check'NULL$h), $h'https://valrhona-print.infostrates.com/'));
  821.     }
  822.     /**
  823.      * Gets the public 'LightSaml\SpBundle\Controller\DefaultController' shared autowired service.
  824.      *
  825.      * @return \LightSaml\SpBundle\Controller\DefaultController
  826.      */
  827.     protected function getDefaultController2Service()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  830.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Controller/DefaultController.php';
  831.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/ProfileBuilderInterface.php';
  832.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/AbstractProfileBuilder.php';
  833.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/Metadata/MetadataProfileBuilder.php';
  834.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/WebBrowserSso/Sp/SsoSpSendAuthnRequestProfileBuilderFactory.php';
  835.         $a = ($this->services['LightSaml\\Build\\Container\\BuildContainerInterface'] ?? $this->getBuildContainerInterfaceService());
  836.         $this->services['LightSaml\\SpBundle\\Controller\\DefaultController'] = $instance = new \LightSaml\SpBundle\Controller\DefaultController($a, new \LightSaml\Builder\Profile\Metadata\MetadataProfileBuilder($a), new \LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpSendAuthnRequestProfileBuilderFactory($a));
  837.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('LightSaml\\SpBundle\\Controller\\DefaultController'$this));
  838.         return $instance;
  839.     }
  840.     /**
  841.      * Gets the public 'LightSaml\Store\Sso\SsoStateStoreInterface' shared autowired service.
  842.      *
  843.      * @return \LightSaml\SymfonyBridgeBundle\Store\Sso\Symfony53SsoStateSessionStore
  844.      */
  845.     protected function getSsoStateStoreInterfaceService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Sso/SsoStateStoreInterface.php';
  848.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Store/Sso/Symfony53SsoStateSessionStore.php';
  849.         return $this->services['LightSaml\\Store\\Sso\\SsoStateStoreInterface'] = new \LightSaml\SymfonyBridgeBundle\Store\Sso\Symfony53SsoStateSessionStore(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'samlsso');
  850.     }
  851.     /**
  852.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  853.      *
  854.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  855.      */
  856.     protected function getRedirectControllerService()
  857.     {
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  859.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  860.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  861.     }
  862.     /**
  863.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  864.      *
  865.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  866.      */
  867.     protected function getTemplateControllerService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  870.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  871.     }
  872.     /**
  873.      * Gets the public 'cache.app' shared service.
  874.      *
  875.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  876.      */
  877.     protected function getCache_AppService()
  878.     {
  879.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0tYKtUqarf'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  880.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  881.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  882.     }
  883.     /**
  884.      * Gets the public 'cache.app_clearer' shared service.
  885.      *
  886.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  887.      */
  888.     protected function getCache_AppClearerService()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  892.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  893.     }
  894.     /**
  895.      * Gets the public 'cache.global_clearer' shared service.
  896.      *
  897.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  898.      */
  899.     protected function getCache_GlobalClearerService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  903.         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())]);
  904.     }
  905.     /**
  906.      * Gets the public 'cache.system' shared service.
  907.      *
  908.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  909.      */
  910.     protected function getCache_SystemService()
  911.     {
  912.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0NYb2AGITj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  913.     }
  914.     /**
  915.      * Gets the public 'cache.system_clearer' shared service.
  916.      *
  917.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  918.      */
  919.     protected function getCache_SystemClearerService()
  920.     {
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  923.         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())]);
  924.     }
  925.     /**
  926.      * Gets the public 'cache.validator_expression_language' shared service.
  927.      *
  928.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  929.      */
  930.     protected function getCache_ValidatorExpressionLanguageService()
  931.     {
  932.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Jjzz+xNhJx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  933.     }
  934.     /**
  935.      * Gets the public 'cache_warmer' shared service.
  936.      *
  937.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  938.      */
  939.     protected function getCacheWarmerService()
  940.     {
  941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  943.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  944.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  945.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  946.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  947.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  948.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  949.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  950.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  951.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  952.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  953.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  954.     }
  955.     /**
  956.      * Gets the public 'console.command_loader' shared service.
  957.      *
  958.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  959.      */
  960.     protected function getConsole_CommandLoaderService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  964.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  965.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  966.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  967.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  968.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  969.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  970.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  971.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  972.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  973.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  974.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  975.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  976.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  977.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  978.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  979.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  980.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  981.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  982.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  983.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  984.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  985.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  986.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  987.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  988.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  989.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  990.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  991.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  992.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  993.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  994.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  995.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  996.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  997.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  998.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  999.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1000.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1001.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1002.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1003.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1004.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1005.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1006.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1007.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1008.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1009.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1010.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1011.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1012.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1013.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1014.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1015.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1016.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1017.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1018.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1019.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1020.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1021.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1022.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1023.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1024.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1025.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1026.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1027.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1028.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1029.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1030.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1031.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1032.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1033.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1034.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1035.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1036.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1037.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1038.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1039.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1040.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1041.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1042.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1043.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1044.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1045.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1046.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1047.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1048.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1049.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1050.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1051.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1052.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1053.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1054.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1055.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1056.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1057.         ], [
  1058.             'console.command.about' => '?',
  1059.             'console.command.assets_install' => '?',
  1060.             'console.command.cache_clear' => '?',
  1061.             'console.command.cache_pool_clear' => '?',
  1062.             'console.command.cache_pool_prune' => '?',
  1063.             'console.command.cache_pool_delete' => '?',
  1064.             'console.command.cache_pool_list' => '?',
  1065.             'console.command.cache_warmup' => '?',
  1066.             'console.command.config_debug' => '?',
  1067.             'console.command.config_dump_reference' => '?',
  1068.             'console.command.container_debug' => '?',
  1069.             'console.command.container_lint' => '?',
  1070.             'console.command.debug_autowiring' => '?',
  1071.             'console.command.dotenv_debug' => '?',
  1072.             'console.command.event_dispatcher_debug' => '?',
  1073.             'console.command.router_debug' => '?',
  1074.             'console.command.router_match' => '?',
  1075.             'console.command.translation_debug' => '?',
  1076.             'console.command.translation_extract' => '?',
  1077.             'console.command.validator_debug' => '?',
  1078.             'console.command.translation_pull' => '?',
  1079.             'console.command.translation_push' => '?',
  1080.             'console.command.xliff_lint' => '?',
  1081.             'console.command.yaml_lint' => '?',
  1082.             'console.command.form_debug' => '?',
  1083.             'console.command.secrets_set' => '?',
  1084.             'console.command.secrets_remove' => '?',
  1085.             'console.command.secrets_generate_key' => '?',
  1086.             'console.command.secrets_list' => '?',
  1087.             'console.command.secrets_decrypt_to_local' => '?',
  1088.             'console.command.secrets_encrypt_from_local' => '?',
  1089.             'twig.command.debug' => '?',
  1090.             'twig.command.lint' => '?',
  1091.             'var_dumper.command.server_dump' => '?',
  1092.             'monolog.command.server_log' => '?',
  1093.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1094.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1095.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1096.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1097.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1098.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1099.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1100.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1101.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1102.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1103.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1104.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1105.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1106.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1107.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1108.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1109.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1110.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1111.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1112.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1113.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1114.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1115.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1116.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1117.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1118.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1119.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1120.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1121.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1122.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1123.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1124.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1125.             'security.command.debug_firewall' => '?',
  1126.             'security.command.user_password_encoder' => '?',
  1127.             'security.command.user_password_hash' => '?',
  1128.             'maker.auto_command.make_auth' => '?',
  1129.             'maker.auto_command.make_command' => '?',
  1130.             'maker.auto_command.make_controller' => '?',
  1131.             'maker.auto_command.make_crud' => '?',
  1132.             'maker.auto_command.make_docker_database' => '?',
  1133.             'maker.auto_command.make_entity' => '?',
  1134.             'maker.auto_command.make_fixtures' => '?',
  1135.             'maker.auto_command.make_form' => '?',
  1136.             'maker.auto_command.make_message' => '?',
  1137.             'maker.auto_command.make_messenger_middleware' => '?',
  1138.             'maker.auto_command.make_registration_form' => '?',
  1139.             'maker.auto_command.make_reset_password' => '?',
  1140.             'maker.auto_command.make_serializer_encoder' => '?',
  1141.             'maker.auto_command.make_serializer_normalizer' => '?',
  1142.             'maker.auto_command.make_subscriber' => '?',
  1143.             'maker.auto_command.make_twig_extension' => '?',
  1144.             'maker.auto_command.make_test' => '?',
  1145.             'maker.auto_command.make_validator' => '?',
  1146.             'maker.auto_command.make_voter' => '?',
  1147.             'maker.auto_command.make_user' => '?',
  1148.             'maker.auto_command.make_migration' => '?',
  1149.             'maker.auto_command.make_stimulus_controller' => '?',
  1150.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''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']);
  1151.     }
  1152.     /**
  1153.      * Gets the public 'container.env_var_processors_locator' shared service.
  1154.      *
  1155.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1156.      */
  1157.     protected function getContainer_EnvVarProcessorsLocatorService()
  1158.     {
  1159.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1160.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1161.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1162.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1163.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1164.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1165.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1166.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1167.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1168.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1169.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1170.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1171.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1172.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1173.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1174.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1175.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1176.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1177.         ], [
  1178.             'base64' => '?',
  1179.             'bool' => '?',
  1180.             'const' => '?',
  1181.             'csv' => '?',
  1182.             'default' => '?',
  1183.             'file' => '?',
  1184.             'float' => '?',
  1185.             'int' => '?',
  1186.             'json' => '?',
  1187.             'key' => '?',
  1188.             'not' => '?',
  1189.             'query_string' => '?',
  1190.             'require' => '?',
  1191.             'resolve' => '?',
  1192.             'string' => '?',
  1193.             'trim' => '?',
  1194.             'url' => '?',
  1195.         ]);
  1196.     }
  1197.     /**
  1198.      * Gets the public 'data_collector.dump' shared service.
  1199.      *
  1200.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1201.      */
  1202.     protected function getDataCollector_DumpService()
  1203.     {
  1204.         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()));
  1205.     }
  1206.     /**
  1207.      * Gets the public 'doctrine' shared service.
  1208.      *
  1209.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1210.      */
  1211.     protected function getDoctrineService()
  1212.     {
  1213.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1214.     }
  1215.     /**
  1216.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1217.      *
  1218.      * @return \Doctrine\DBAL\Connection
  1219.      */
  1220.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1221.     {
  1222.         $a = new \Doctrine\DBAL\Configuration();
  1223.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1224.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1225.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1226.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1227.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1228.         $c->setConnectionName('default');
  1229.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1230.         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, [
  1231.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1232.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1233.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1234.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1235.         ], [
  1236.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1237.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1238.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1239.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1240.         ]), [=> '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']]), []);
  1241.     }
  1242.     /**
  1243.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1244.      *
  1245.      * @return \Doctrine\ORM\EntityManager
  1246.      */
  1247.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1248.     {
  1249.         if ($lazyLoad) {
  1250.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1251.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1252.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1253.                     $proxy->setProxyInitializer(null);
  1254.                     return true;
  1255.                 });
  1256.             });
  1257.         }
  1258.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1274.         $a = new \Doctrine\ORM\Configuration();
  1275.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1276.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1277.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1278.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1279.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1280.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1281.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1282.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1283.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1284.         ], [
  1285.             'doctrine.ulid_generator' => '?',
  1286.             'doctrine.uuid_generator' => '?',
  1287.         ])));
  1288.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1289.         $a->setProxyNamespace('Proxies');
  1290.         $a->setAutoGenerateProxyClasses(true);
  1291.         $a->setSchemaIgnoreClasses([]);
  1292.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1293.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1294.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1295.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1296.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1297.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1298.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1299.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1300.         return $instance;
  1301.     }
  1302.     /**
  1303.      * Gets the public 'error_controller' shared service.
  1304.      *
  1305.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1306.      */
  1307.     protected function getErrorControllerService()
  1308.     {
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1311.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1314.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1315.         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)));
  1316.     }
  1317.     /**
  1318.      * Gets the public 'event_dispatcher' shared service.
  1319.      *
  1320.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1321.      */
  1322.     protected function getEventDispatcherService()
  1323.     {
  1324.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1325.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1326.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1327.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1328.         $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())));
  1329.         $instance->addListener('kernel.controller', [=> function () {
  1330.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1331.         }, => 'onKernelController'], 0);
  1332.         $instance->addListener('kernel.response', [=> function () {
  1333.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1334.         }, => 'onKernelResponse'], 0);
  1335.         $instance->addListener('kernel.response', [=> function () {
  1336.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1337.         }, => 'onKernelResponse'], -1024);
  1338.         $instance->addListener('kernel.request', [=> function () {
  1339.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1340.         }, => 'setDefaultLocale'], 100);
  1341.         $instance->addListener('kernel.request', [=> function () {
  1342.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1343.         }, => 'onKernelRequest'], 16);
  1344.         $instance->addListener('kernel.finish_request', [=> function () {
  1345.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1346.         }, => 'onKernelFinishRequest'], 0);
  1347.         $instance->addListener('kernel.request', [=> function () {
  1348.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1349.         }, => 'onKernelRequest'], 256);
  1350.         $instance->addListener('kernel.response', [=> function () {
  1351.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1352.         }, => 'onResponse'], -255);
  1353.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1354.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1355.         }, => 'onControllerArguments'], 0);
  1356.         $instance->addListener('kernel.exception', [=> function () {
  1357.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1358.         }, => 'logKernelException'], 0);
  1359.         $instance->addListener('kernel.exception', [=> function () {
  1360.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1361.         }, => 'onKernelException'], -128);
  1362.         $instance->addListener('kernel.response', [=> function () {
  1363.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1364.         }, => 'removeCspHeader'], -128);
  1365.         $instance->addListener('kernel.request', [=> function () {
  1366.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1367.         }, => 'onKernelRequest'], 15);
  1368.         $instance->addListener('kernel.finish_request', [=> function () {
  1369.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1370.         }, => 'onKernelFinishRequest'], -15);
  1371.         $instance->addListener('console.error', [=> function () {
  1372.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1373.         }, => 'onConsoleError'], -128);
  1374.         $instance->addListener('console.terminate', [=> function () {
  1375.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1376.         }, => 'onConsoleTerminate'], -128);
  1377.         $instance->addListener('console.error', [=> function () {
  1378.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1379.         }, => 'onConsoleError'], 0);
  1380.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1381.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1382.         }, => 'onMessage'], -255);
  1383.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1384.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1385.         }, => 'onMessage'], -255);
  1386.         $instance->addListener('kernel.request', [=> function () {
  1387.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1388.         }, => 'configure'], 2048);
  1389.         $instance->addListener('console.command', [=> function () {
  1390.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1391.         }, => 'configure'], 2048);
  1392.         $instance->addListener('kernel.request', [=> function () {
  1393.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1394.         }, => 'onKernelRequest'], 32);
  1395.         $instance->addListener('kernel.finish_request', [=> function () {
  1396.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1397.         }, => 'onKernelFinishRequest'], 0);
  1398.         $instance->addListener('kernel.exception', [=> function () {
  1399.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1400.         }, => 'onKernelException'], -64);
  1401.         $instance->addListener('kernel.response', [=> function () {
  1402.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1403.         }, => 'onKernelResponse'], 0);
  1404.         $instance->addListener('kernel.request', [=> function () {
  1405.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1406.         }, => 'onKernelRequest'], 128);
  1407.         $instance->addListener('kernel.response', [=> function () {
  1408.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1409.         }, => 'onKernelResponse'], -1000);
  1410.         $instance->addListener('kernel.finish_request', [=> function () {
  1411.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1412.         }, => 'onFinishRequest'], 0);
  1413.         $instance->addListener('kernel.response', [=> function () {
  1414.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1415.         }, => 'onKernelResponse'], -100);
  1416.         $instance->addListener('kernel.exception', [=> function () {
  1417.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1418.         }, => 'onKernelException'], 0);
  1419.         $instance->addListener('kernel.terminate', [=> function () {
  1420.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1421.         }, => 'onKernelTerminate'], -1024);
  1422.         $instance->addListener('kernel.controller', [=> function () {
  1423.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1424.         }, => 'onKernelController'], 0);
  1425.         $instance->addListener('kernel.response', [=> function () {
  1426.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1427.         }, => 'onKernelResponse'], 0);
  1428.         $instance->addListener('kernel.controller', [=> function () {
  1429.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1430.         }, => 'onKernelController'], 0);
  1431.         $instance->addListener('kernel.controller', [=> function () {
  1432.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1433.         }, => 'onKernelController'], 0);
  1434.         $instance->addListener('kernel.controller', [=> function () {
  1435.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1436.         }, => 'onKernelController'], -128);
  1437.         $instance->addListener('kernel.view', [=> function () {
  1438.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1439.         }, => 'onKernelView'], 0);
  1440.         $instance->addListener('kernel.controller', [=> function () {
  1441.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1442.         }, => 'onKernelController'], 0);
  1443.         $instance->addListener('kernel.response', [=> function () {
  1444.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1445.         }, => 'onKernelResponse'], 0);
  1446.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1447.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1448.         }, => 'onKernelControllerArguments'], 0);
  1449.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1450.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1451.         }, => 'onKernelControllerArguments'], 0);
  1452.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1453.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1454.         }, => 'onMessage'], 0);
  1455.         $instance->addListener('kernel.response', [=> function () {
  1456.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1457.         }, => 'onKernelResponse'], -128);
  1458.         $instance->addListener('console.command', [=> function () {
  1459.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1460.         }, => 'onCommand'], 255);
  1461.         $instance->addListener('console.terminate', [=> function () {
  1462.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1463.         }, => 'onTerminate'], -255);
  1464.         $instance->addListener('console.command', [=> function () {
  1465.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1466.         }, => 'configure'], 1024);
  1467.         $instance->addListener('console.error', [=> function () {
  1468.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1469.         }, => 'onConsoleError'], 0);
  1470.         $instance->addListener('console.terminate', [=> function () {
  1471.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1472.         }, => 'onConsoleTerminate'], 0);
  1473.         $instance->addListener('kernel.response', [=> function () {
  1474.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1475.         }, => 'onKernelResponse'], 0);
  1476.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1477.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1478.         }, => 'onVoterVote'], 0);
  1479.         $instance->addListener('kernel.request', [=> function () {
  1480.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1481.         }, => 'configureLogoutUrlGenerator'], 8);
  1482.         $instance->addListener('kernel.request', [=> function () {
  1483.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1484.         }, => 'onKernelRequest'], 8);
  1485.         $instance->addListener('kernel.finish_request', [=> function () {
  1486.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1487.         }, => 'onKernelFinishRequest'], 0);
  1488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1489.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1490.         }, => 'onLogout'], 0);
  1491.         return $instance;
  1492.     }
  1493.     /**
  1494.      * Gets the public 'http_kernel' shared service.
  1495.      *
  1496.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1497.      */
  1498.     protected function getHttpKernelService()
  1499.     {
  1500.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1501.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  1502.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1503.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1504.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1505.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1506.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1507.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1508.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1509.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1510.         }, 8)), $a));
  1511.     }
  1512.     /**
  1513.      * Gets the public 'request_stack' shared service.
  1514.      *
  1515.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1516.      */
  1517.     protected function getRequestStackService()
  1518.     {
  1519.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1520.     }
  1521.     /**
  1522.      * Gets the public 'router' shared service.
  1523.      *
  1524.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1525.      */
  1526.     protected function getRouterService()
  1527.     {
  1528.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1529.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1530.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1531.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1532.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1533.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1534.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1535.         ], [
  1536.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1537.         ]))->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');
  1538.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1539.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1540.         return $instance;
  1541.     }
  1542.     /**
  1543.      * Gets the public 'routing.loader' shared service.
  1544.      *
  1545.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1546.      */
  1547.     protected function getRouting_LoaderService()
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1572.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1573.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1574.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1575.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1576.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1577.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1578.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1579.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1580.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1581.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1582.             'kernel' => ['services''kernel''getKernelService'false],
  1583.         ], [
  1584.             'kernel' => 'App\\Kernel',
  1585.         ]), 'dev'));
  1586.         $a->addLoader($c);
  1587.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1588.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1589.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1590.     }
  1591.     /**
  1592.      * Gets the public 'services_resetter' shared service.
  1593.      *
  1594.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1595.      */
  1596.     protected function getServicesResetterService()
  1597.     {
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1599.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1600.             if (isset($this->services['cache.app'])) {
  1601.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1602.             }
  1603.             if (isset($this->services['cache.system'])) {
  1604.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1605.             }
  1606.             if (isset($this->privates['cache.validator'])) {
  1607.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1608.             }
  1609.             if (isset($this->privates['cache.serializer'])) {
  1610.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1611.             }
  1612.             if (isset($this->privates['cache.annotations'])) {
  1613.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1614.             }
  1615.             if (isset($this->privates['cache.property_info'])) {
  1616.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1617.             }
  1618.             if (isset($this->privates['.debug.http_client'])) {
  1619.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1620.             }
  1621.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1622.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1623.             }
  1624.             if (isset($this->privates['debug.stopwatch'])) {
  1625.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1626.             }
  1627.             if (isset($this->services['event_dispatcher'])) {
  1628.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1629.             }
  1630.             if (isset($this->privates['session_listener'])) {
  1631.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1632.             }
  1633.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1634.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1635.             }
  1636.             if (isset($this->services['cache.validator_expression_language'])) {
  1637.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1638.             }
  1639.             if (isset($this->services['.container.private.profiler'])) {
  1640.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1641.             }
  1642.             if (isset($this->services['.container.private.validator'])) {
  1643.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1644.             }
  1645.             if (isset($this->privates['twig.form.engine'])) {
  1646.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1647.             }
  1648.             if (isset($this->privates['monolog.handler.main'])) {
  1649.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1650.             }
  1651.             if (isset($this->privates['monolog.handler.console'])) {
  1652.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1653.             }
  1654.             if (isset($this->services['doctrine'])) {
  1655.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1656.             }
  1657.             if (isset($this->privates['form.type.entity'])) {
  1658.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1659.             }
  1660.             if (isset($this->services['.container.private.security.token_storage'])) {
  1661.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1662.             }
  1663.             if (isset($this->privates['cache.security_expression_language'])) {
  1664.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1665.             }
  1666.             if (isset($this->privates['.debug.http_client'])) {
  1667.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1668.             }
  1669.         }, function () {
  1670.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['.debug.http_client']));
  1671.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1672.     }
  1673.     /**
  1674.      * Gets the public 'translator' shared service.
  1675.      *
  1676.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1677.      */
  1678.     protected function getTranslatorService()
  1679.     {
  1680.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1681.     }
  1682.     /**
  1683.      * Gets the public 'var_dumper.cloner' shared service.
  1684.      *
  1685.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1686.      */
  1687.     protected function getVarDumper_ClonerService()
  1688.     {
  1689.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1690.         $instance->setMaxItems(2500);
  1691.         $instance->setMinDepth(1);
  1692.         $instance->setMaxString(-1);
  1693.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1698.      *
  1699.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1700.      */
  1701.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1702.     {
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1704.         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()));
  1705.     }
  1706.     /**
  1707.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1708.      *
  1709.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1710.      */
  1711.     protected function getWebProfiler_Controller_ProfilerService()
  1712.     {
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1714.         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));
  1715.     }
  1716.     /**
  1717.      * Gets the public 'web_profiler.controller.router' shared service.
  1718.      *
  1719.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1720.      */
  1721.     protected function getWebProfiler_Controller_RouterService()
  1722.     {
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1724.         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 () {
  1725.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1726.         }, 1));
  1727.     }
  1728.     /**
  1729.      * Gets the private '.console.command.about.lazy' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\Console\Command\LazyCommand
  1732.      */
  1733.     protected function get_Console_Command_About_LazyService()
  1734.     {
  1735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1737.         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 {
  1738.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1739.         });
  1740.     }
  1741.     /**
  1742.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\Console\Command\LazyCommand
  1745.      */
  1746.     protected function get_Console_Command_AssetsInstall_LazyService()
  1747.     {
  1748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1750.         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 {
  1751.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1752.         });
  1753.     }
  1754.     /**
  1755.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1756.      *
  1757.      * @return \Symfony\Component\Console\Command\LazyCommand
  1758.      */
  1759.     protected function get_Console_Command_CacheClear_LazyService()
  1760.     {
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1763.         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 {
  1764.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1765.         });
  1766.     }
  1767.     /**
  1768.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\Console\Command\LazyCommand
  1771.      */
  1772.     protected function get_Console_Command_CachePoolClear_LazyService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1776.         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 {
  1777.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1778.         });
  1779.     }
  1780.     /**
  1781.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1782.      *
  1783.      * @return \Symfony\Component\Console\Command\LazyCommand
  1784.      */
  1785.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1786.     {
  1787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1789.         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 {
  1790.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1791.         });
  1792.     }
  1793.     /**
  1794.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1795.      *
  1796.      * @return \Symfony\Component\Console\Command\LazyCommand
  1797.      */
  1798.     protected function get_Console_Command_CachePoolList_LazyService()
  1799.     {
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1802.         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 {
  1803.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1804.         });
  1805.     }
  1806.     /**
  1807.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1808.      *
  1809.      * @return \Symfony\Component\Console\Command\LazyCommand
  1810.      */
  1811.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1812.     {
  1813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1815.         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 {
  1816.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1817.         });
  1818.     }
  1819.     /**
  1820.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1821.      *
  1822.      * @return \Symfony\Component\Console\Command\LazyCommand
  1823.      */
  1824.     protected function get_Console_Command_CacheWarmup_LazyService()
  1825.     {
  1826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1828.         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 {
  1829.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1830.         });
  1831.     }
  1832.     /**
  1833.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1834.      *
  1835.      * @return \Symfony\Component\Console\Command\LazyCommand
  1836.      */
  1837.     protected function get_Console_Command_ConfigDebug_LazyService()
  1838.     {
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1841.         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 {
  1842.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1843.         });
  1844.     }
  1845.     /**
  1846.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\Console\Command\LazyCommand
  1849.      */
  1850.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1851.     {
  1852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1854.         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 {
  1855.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1856.         });
  1857.     }
  1858.     /**
  1859.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\Console\Command\LazyCommand
  1862.      */
  1863.     protected function get_Console_Command_ContainerDebug_LazyService()
  1864.     {
  1865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1867.         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 {
  1868.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1869.         });
  1870.     }
  1871.     /**
  1872.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1873.      *
  1874.      * @return \Symfony\Component\Console\Command\LazyCommand
  1875.      */
  1876.     protected function get_Console_Command_ContainerLint_LazyService()
  1877.     {
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1880.         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 {
  1881.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1882.         });
  1883.     }
  1884.     /**
  1885.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1886.      *
  1887.      * @return \Symfony\Component\Console\Command\LazyCommand
  1888.      */
  1889.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1890.     {
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1893.         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 {
  1894.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1895.         });
  1896.     }
  1897.     /**
  1898.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\Console\Command\LazyCommand
  1901.      */
  1902.     protected function get_Console_Command_DotenvDebug_LazyService()
  1903.     {
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1906.         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 {
  1907.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1908.         });
  1909.     }
  1910.     /**
  1911.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\Console\Command\LazyCommand
  1914.      */
  1915.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1916.     {
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1919.         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 {
  1920.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1921.         });
  1922.     }
  1923.     /**
  1924.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Console\Command\LazyCommand
  1927.      */
  1928.     protected function get_Console_Command_FormDebug_LazyService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1932.         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 {
  1933.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1934.         });
  1935.     }
  1936.     /**
  1937.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Console\Command\LazyCommand
  1940.      */
  1941.     protected function get_Console_Command_RouterDebug_LazyService()
  1942.     {
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1945.         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 {
  1946.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1947.         });
  1948.     }
  1949.     /**
  1950.      * Gets the private '.console.command.router_match.lazy' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Console\Command\LazyCommand
  1953.      */
  1954.     protected function get_Console_Command_RouterMatch_LazyService()
  1955.     {
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1958.         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 {
  1959.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1960.         });
  1961.     }
  1962.     /**
  1963.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\Console\Command\LazyCommand
  1966.      */
  1967.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1968.     {
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1971.         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 {
  1972.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1973.         });
  1974.     }
  1975.     /**
  1976.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1977.      *
  1978.      * @return \Symfony\Component\Console\Command\LazyCommand
  1979.      */
  1980.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1981.     {
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1984.         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 {
  1985.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1986.         });
  1987.     }
  1988.     /**
  1989.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\Console\Command\LazyCommand
  1992.      */
  1993.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1994.     {
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1997.         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 {
  1998.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1999.         });
  2000.     }
  2001.     /**
  2002.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2003.      *
  2004.      * @return \Symfony\Component\Console\Command\LazyCommand
  2005.      */
  2006.     protected function get_Console_Command_SecretsList_LazyService()
  2007.     {
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2010.         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 {
  2011.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2012.         });
  2013.     }
  2014.     /**
  2015.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2016.      *
  2017.      * @return \Symfony\Component\Console\Command\LazyCommand
  2018.      */
  2019.     protected function get_Console_Command_SecretsRemove_LazyService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2023.         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 {
  2024.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2025.         });
  2026.     }
  2027.     /**
  2028.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2029.      *
  2030.      * @return \Symfony\Component\Console\Command\LazyCommand
  2031.      */
  2032.     protected function get_Console_Command_SecretsSet_LazyService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2036.         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 {
  2037.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2038.         });
  2039.     }
  2040.     /**
  2041.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2042.      *
  2043.      * @return \Symfony\Component\Console\Command\LazyCommand
  2044.      */
  2045.     protected function get_Console_Command_TranslationDebug_LazyService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2049.         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 {
  2050.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2051.         });
  2052.     }
  2053.     /**
  2054.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\Console\Command\LazyCommand
  2057.      */
  2058.     protected function get_Console_Command_TranslationExtract_LazyService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2062.         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 {
  2063.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2064.         });
  2065.     }
  2066.     /**
  2067.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\Console\Command\LazyCommand
  2070.      */
  2071.     protected function get_Console_Command_TranslationPull_LazyService()
  2072.     {
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2075.         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 {
  2076.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2077.         });
  2078.     }
  2079.     /**
  2080.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Console\Command\LazyCommand
  2083.      */
  2084.     protected function get_Console_Command_TranslationPush_LazyService()
  2085.     {
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2088.         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 {
  2089.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2090.         });
  2091.     }
  2092.     /**
  2093.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\Console\Command\LazyCommand
  2096.      */
  2097.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2098.     {
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2101.         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 {
  2102.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2103.         });
  2104.     }
  2105.     /**
  2106.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Console\Command\LazyCommand
  2109.      */
  2110.     protected function get_Console_Command_XliffLint_LazyService()
  2111.     {
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2114.         return $this->privates['.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 {
  2115.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2116.         });
  2117.     }
  2118.     /**
  2119.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\Console\Command\LazyCommand
  2122.      */
  2123.     protected function get_Console_Command_YamlLint_LazyService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2127.         return $this->privates['.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 {
  2128.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2129.         });
  2130.     }
  2131.     /**
  2132.      * Gets the private '.debug.http_client' shared service.
  2133.      *
  2134.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2135.      */
  2136.     protected function get_Debug_HttpClientService()
  2137.     {
  2138.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2139.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2140.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2141.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2142.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2143.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2144.         $a->setLogger($b);
  2145.         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))));
  2146.     }
  2147.     /**
  2148.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2149.      *
  2150.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2151.      */
  2152.     protected function getLoaderInterfaceService()
  2153.     {
  2154.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2155.     }
  2156.     /**
  2157.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\HttpFoundation\Response
  2160.      */
  2161.     protected function getResponseService()
  2162.     {
  2163.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2164.     }
  2165.     /**
  2166.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\Console\Command\LazyCommand
  2169.      */
  2170.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2171.     {
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2174.         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 {
  2175.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2176.         });
  2177.     }
  2178.     /**
  2179.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2180.      *
  2181.      * @return \Symfony\Component\Console\Command\LazyCommand
  2182.      */
  2183.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2184.     {
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2187.         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 {
  2188.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2189.         });
  2190.     }
  2191.     /**
  2192.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2193.      *
  2194.      * @return \Symfony\Component\Console\Command\LazyCommand
  2195.      */
  2196.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2197.     {
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2200.         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 {
  2201.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2202.         });
  2203.     }
  2204.     /**
  2205.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2206.      *
  2207.      * @return \Symfony\Component\Console\Command\LazyCommand
  2208.      */
  2209.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2210.     {
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2213.         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 {
  2214.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2215.         });
  2216.     }
  2217.     /**
  2218.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2219.      *
  2220.      * @return \Symfony\Component\Console\Command\LazyCommand
  2221.      */
  2222.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2226.         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 {
  2227.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2228.         });
  2229.     }
  2230.     /**
  2231.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2232.      *
  2233.      * @return \Symfony\Component\Console\Command\LazyCommand
  2234.      */
  2235.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2236.     {
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2239.         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 {
  2240.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2241.         });
  2242.     }
  2243.     /**
  2244.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2245.      *
  2246.      * @return \Symfony\Component\Console\Command\LazyCommand
  2247.      */
  2248.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2249.     {
  2250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2252.         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 {
  2253.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2254.         });
  2255.     }
  2256.     /**
  2257.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Console\Command\LazyCommand
  2260.      */
  2261.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2262.     {
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2265.         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 {
  2266.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2267.         });
  2268.     }
  2269.     /**
  2270.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2271.      *
  2272.      * @return \Symfony\Component\Console\Command\LazyCommand
  2273.      */
  2274.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2275.     {
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2278.         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 {
  2279.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2280.         });
  2281.     }
  2282.     /**
  2283.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2284.      *
  2285.      * @return \Symfony\Component\Console\Command\LazyCommand
  2286.      */
  2287.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2288.     {
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2291.         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 {
  2292.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2293.         });
  2294.     }
  2295.     /**
  2296.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Console\Command\LazyCommand
  2299.      */
  2300.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2304.         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 {
  2305.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2306.         });
  2307.     }
  2308.     /**
  2309.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Console\Command\LazyCommand
  2312.      */
  2313.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2314.     {
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2317.         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 {
  2318.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2319.         });
  2320.     }
  2321.     /**
  2322.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2323.      *
  2324.      * @return \Symfony\Component\Console\Command\LazyCommand
  2325.      */
  2326.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2327.     {
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2330.         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 {
  2331.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2332.         });
  2333.     }
  2334.     /**
  2335.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2336.      *
  2337.      * @return \Symfony\Component\Console\Command\LazyCommand
  2338.      */
  2339.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2340.     {
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2343.         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 {
  2344.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2345.         });
  2346.     }
  2347.     /**
  2348.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\Console\Command\LazyCommand
  2351.      */
  2352.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2353.     {
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2356.         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 {
  2357.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2358.         });
  2359.     }
  2360.     /**
  2361.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\Console\Command\LazyCommand
  2364.      */
  2365.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2369.         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 {
  2370.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2371.         });
  2372.     }
  2373.     /**
  2374.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2375.      *
  2376.      * @return \Symfony\Component\Console\Command\LazyCommand
  2377.      */
  2378.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2382.         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 {
  2383.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2384.         });
  2385.     }
  2386.     /**
  2387.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2388.      *
  2389.      * @return \Symfony\Component\Console\Command\LazyCommand
  2390.      */
  2391.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2392.     {
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2395.         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 {
  2396.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2397.         });
  2398.     }
  2399.     /**
  2400.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\Console\Command\LazyCommand
  2403.      */
  2404.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2405.     {
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2408.         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 {
  2409.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2410.         });
  2411.     }
  2412.     /**
  2413.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2414.      *
  2415.      * @return \Symfony\Component\Console\Command\LazyCommand
  2416.      */
  2417.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2418.     {
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2421.         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 {
  2422.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2423.         });
  2424.     }
  2425.     /**
  2426.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2427.      *
  2428.      * @return \Symfony\Component\Console\Command\LazyCommand
  2429.      */
  2430.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2431.     {
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2434.         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 {
  2435.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2436.         });
  2437.     }
  2438.     /**
  2439.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\Console\Command\LazyCommand
  2442.      */
  2443.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2444.     {
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2447.         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 {
  2448.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2449.         });
  2450.     }
  2451.     /**
  2452.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2453.      *
  2454.      * @return \Symfony\Component\Console\Command\LazyCommand
  2455.      */
  2456.     protected function get_Monolog_Command_ServerLog_LazyService()
  2457.     {
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2460.         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 {
  2461.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2462.         });
  2463.     }
  2464.     /**
  2465.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2466.      *
  2467.      * @return \Symfony\Component\Console\Command\LazyCommand
  2468.      */
  2469.     protected function get_Security_Command_DebugFirewall_LazyService()
  2470.     {
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2473.         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 {
  2474.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2475.         });
  2476.     }
  2477.     /**
  2478.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Console\Command\LazyCommand
  2481.      */
  2482.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2483.     {
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2486.         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 {
  2487.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2488.         });
  2489.     }
  2490.     /**
  2491.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2492.      *
  2493.      * @return \Symfony\Component\Console\Command\LazyCommand
  2494.      */
  2495.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2499.         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 {
  2500.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2501.         });
  2502.     }
  2503.     /**
  2504.      * Gets the private '.service_locator.0ZRsAiG' shared service.
  2505.      *
  2506.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2507.      */
  2508.     protected function get_ServiceLocator_0ZRsAiGService()
  2509.     {
  2510.         return $this->privates['.service_locator.0ZRsAiG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2511.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2512.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2513.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2514.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2515.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2516.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2517.         ], [
  2518.             'kernel::loadRoutes' => '?',
  2519.             'kernel::registerContainerConfiguration' => '?',
  2520.             'kernel::terminate' => '?',
  2521.             'kernel:loadRoutes' => '?',
  2522.             'kernel:registerContainerConfiguration' => '?',
  2523.             'kernel:terminate' => '?',
  2524.         ]);
  2525.     }
  2526.     /**
  2527.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2530.      */
  2531.     protected function get_ServiceLocator_GNc8e5BService()
  2532.     {
  2533.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2534.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2535.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2536.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2537.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2538.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2539.             'router' => ['services''router''getRouterService'false],
  2540.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2541.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2542.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2543.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2544.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2545.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2546.         ], [
  2547.             'doctrine' => '?',
  2548.             'form.factory' => '?',
  2549.             'http_kernel' => '?',
  2550.             'parameter_bag' => '?',
  2551.             'request_stack' => '?',
  2552.             'router' => '?',
  2553.             'security.authorization_checker' => '?',
  2554.             'security.csrf.token_manager' => '?',
  2555.             'security.token_storage' => '?',
  2556.             'serializer' => '?',
  2557.             'session' => '.session.deprecated',
  2558.             'twig' => '?',
  2559.         ]);
  2560.     }
  2561.     /**
  2562.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2563.      *
  2564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2565.      */
  2566.     protected function get_ServiceLocator_KfbR3DYService()
  2567.     {
  2568.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2569.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  2570.         ], [
  2571.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2572.         ]);
  2573.     }
  2574.     /**
  2575.      * Gets the private '.service_locator.KfwZsne' shared service.
  2576.      *
  2577.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2578.      */
  2579.     protected function get_ServiceLocator_KfwZsneService()
  2580.     {
  2581.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2582.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  2583.         ], [
  2584.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  2585.         ]);
  2586.     }
  2587.     /**
  2588.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2589.      *
  2590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2591.      */
  2592.     protected function get_ServiceLocator_JlyTfzMService()
  2593.     {
  2594.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2595.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2596.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2597.         ], [
  2598.             'event_dispatcher' => '?',
  2599.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2600.         ]);
  2601.     }
  2602.     /**
  2603.      * Gets the private '.service_locator.m54.sst' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2606.      */
  2607.     protected function get_ServiceLocator_M54_SstService()
  2608.     {
  2609.         return $this->privates['.service_locator.m54.sst'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2610.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2611.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2612.         ], [
  2613.             'security.firewall.map.context.dev' => '?',
  2614.             'security.firewall.map.context.main' => '?',
  2615.         ]);
  2616.     }
  2617.     /**
  2618.      * Gets the private '.session.deprecated' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2621.      */
  2622.     protected function get_Session_DeprecatedService()
  2623.     {
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2626.         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();
  2627.     }
  2628.     /**
  2629.      * Gets the private '.twig.command.debug.lazy' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\Console\Command\LazyCommand
  2632.      */
  2633.     protected function get_Twig_Command_Debug_LazyService()
  2634.     {
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2637.         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 {
  2638.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2639.         });
  2640.     }
  2641.     /**
  2642.      * Gets the private '.twig.command.lint.lazy' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\Console\Command\LazyCommand
  2645.      */
  2646.     protected function get_Twig_Command_Lint_LazyService()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2650.         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 {
  2651.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2652.         });
  2653.     }
  2654.     /**
  2655.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Console\Command\LazyCommand
  2658.      */
  2659.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2660.     {
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2663.         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 {
  2664.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2665.         });
  2666.     }
  2667.     /**
  2668.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2669.      *
  2670.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2671.      */
  2672.     protected function getManagerRegistryAwareConnectionProviderService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2676.         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'));
  2677.     }
  2678.     /**
  2679.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2680.      *
  2681.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2682.      */
  2683.     protected function getRunSqlCommandService()
  2684.     {
  2685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2686.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2687.         $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()));
  2688.         $instance->setName('dbal:run-sql');
  2689.         return $instance;
  2690.     }
  2691.     /**
  2692.      * Gets the private 'annotations.cache_adapter' shared service.
  2693.      *
  2694.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2695.      */
  2696.     protected function getAnnotations_CacheAdapterService()
  2697.     {
  2698.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2699.     }
  2700.     /**
  2701.      * Gets the private 'annotations.cache_warmer' shared service.
  2702.      *
  2703.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2704.      */
  2705.     protected function getAnnotations_CacheWarmerService()
  2706.     {
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2710.         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);
  2711.     }
  2712.     /**
  2713.      * Gets the private 'annotations.cached_reader' shared service.
  2714.      *
  2715.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2716.      */
  2717.     protected function getAnnotations_CachedReaderService()
  2718.     {
  2719.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2720.     }
  2721.     /**
  2722.      * Gets the private 'annotations.reader' shared service.
  2723.      *
  2724.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2725.      */
  2726.     protected function getAnnotations_ReaderService()
  2727.     {
  2728.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2729.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2730.         $a->registerUniqueLoader('class_exists');
  2731.         $instance->addGlobalIgnoredName('required'$a);
  2732.         return $instance;
  2733.     }
  2734.     /**
  2735.      * Gets the private 'cache.annotations' shared service.
  2736.      *
  2737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2738.      */
  2739.     protected function getCache_AnnotationsService()
  2740.     {
  2741.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Fl2jPMHJDa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2745.      *
  2746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2747.      */
  2748.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2749.     {
  2750.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2751.     }
  2752.     /**
  2753.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2754.      *
  2755.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2756.      */
  2757.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2758.     {
  2759.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2760.     }
  2761.     /**
  2762.      * Gets the private 'cache.property_info' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2765.      */
  2766.     protected function getCache_PropertyInfoService()
  2767.     {
  2768.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t5q7cSfHxw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2769.     }
  2770.     /**
  2771.      * Gets the private 'cache.security_expression_language' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2774.      */
  2775.     protected function getCache_SecurityExpressionLanguageService()
  2776.     {
  2777.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('N71G1KEzxI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2778.     }
  2779.     /**
  2780.      * Gets the private 'cache.serializer' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2783.      */
  2784.     protected function getCache_SerializerService()
  2785.     {
  2786.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rSRNzmKq7A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2787.     }
  2788.     /**
  2789.      * Gets the private 'cache.validator' shared service.
  2790.      *
  2791.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2792.      */
  2793.     protected function getCache_ValidatorService()
  2794.     {
  2795.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vYHHwVJUUb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2796.     }
  2797.     /**
  2798.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  2799.      *
  2800.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  2801.      */
  2802.     protected function getCachePoolClearer_CacheWarmerService()
  2803.     {
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2806.         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']);
  2807.     }
  2808.     /**
  2809.      * Gets the private 'config_builder.warmer' shared service.
  2810.      *
  2811.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  2812.      */
  2813.     protected function getConfigBuilder_WarmerService()
  2814.     {
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  2817.         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()));
  2818.     }
  2819.     /**
  2820.      * Gets the private 'config_cache_factory' shared service.
  2821.      *
  2822.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2823.      */
  2824.     protected function getConfigCacheFactoryService()
  2825.     {
  2826.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2827.             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)));
  2828.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2829.         }, 2));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'console.command.about' shared service.
  2833.      *
  2834.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2835.      */
  2836.     protected function getConsole_Command_AboutService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2840.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2841.         $instance->setName('about');
  2842.         $instance->setDescription('Display information about the current project');
  2843.         return $instance;
  2844.     }
  2845.     /**
  2846.      * Gets the private 'console.command.assets_install' shared service.
  2847.      *
  2848.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2849.      */
  2850.     protected function getConsole_Command_AssetsInstallService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2855.         $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));
  2856.         $instance->setName('assets:install');
  2857.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  2858.         return $instance;
  2859.     }
  2860.     /**
  2861.      * Gets the private 'console.command.cache_clear' shared service.
  2862.      *
  2863.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2864.      */
  2865.     protected function getConsole_Command_CacheClearService()
  2866.     {
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2870.         $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())));
  2871.         $instance->setName('cache:clear');
  2872.         $instance->setDescription('Clear the cache');
  2873.         return $instance;
  2874.     }
  2875.     /**
  2876.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2877.      *
  2878.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2879.      */
  2880.     protected function getConsole_Command_CachePoolClearService()
  2881.     {
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2884.         $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']);
  2885.         $instance->setName('cache:pool:clear');
  2886.         $instance->setDescription('Clear cache pools');
  2887.         return $instance;
  2888.     }
  2889.     /**
  2890.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2891.      *
  2892.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2893.      */
  2894.     protected function getConsole_Command_CachePoolDeleteService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2898.         $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']);
  2899.         $instance->setName('cache:pool:delete');
  2900.         $instance->setDescription('Delete an item from a cache pool');
  2901.         return $instance;
  2902.     }
  2903.     /**
  2904.      * Gets the private 'console.command.cache_pool_list' shared service.
  2905.      *
  2906.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2907.      */
  2908.     protected function getConsole_Command_CachePoolListService()
  2909.     {
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2912.         $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']);
  2913.         $instance->setName('cache:pool:list');
  2914.         $instance->setDescription('List available cache pools');
  2915.         return $instance;
  2916.     }
  2917.     /**
  2918.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2919.      *
  2920.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2921.      */
  2922.     protected function getConsole_Command_CachePoolPruneService()
  2923.     {
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2926.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2927.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2928.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2929.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2930.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2931.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2932.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2933.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  2934.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2935.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2936.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2937.         }, 10));
  2938.         $instance->setName('cache:pool:prune');
  2939.         $instance->setDescription('Prune cache pools');
  2940.         return $instance;
  2941.     }
  2942.     /**
  2943.      * Gets the private 'console.command.cache_warmup' shared service.
  2944.      *
  2945.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2946.      */
  2947.     protected function getConsole_Command_CacheWarmupService()
  2948.     {
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2951.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2952.         $instance->setName('cache:warmup');
  2953.         $instance->setDescription('Warm up an empty cache');
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'console.command.config_debug' shared service.
  2958.      *
  2959.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2960.      */
  2961.     protected function getConsole_Command_ConfigDebugService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2968.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2969.         $instance->setName('debug:config');
  2970.         $instance->setDescription('Dump the current configuration for an extension');
  2971.         return $instance;
  2972.     }
  2973.     /**
  2974.      * Gets the private 'console.command.config_dump_reference' shared service.
  2975.      *
  2976.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2977.      */
  2978.     protected function getConsole_Command_ConfigDumpReferenceService()
  2979.     {
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2985.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2986.         $instance->setName('config:dump-reference');
  2987.         $instance->setDescription('Dump the default configuration for an extension');
  2988.         return $instance;
  2989.     }
  2990.     /**
  2991.      * Gets the private 'console.command.container_debug' shared service.
  2992.      *
  2993.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2994.      */
  2995.     protected function getConsole_Command_ContainerDebugService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3000.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3001.         $instance->setName('debug:container');
  3002.         $instance->setDescription('Display current services for an application');
  3003.         return $instance;
  3004.     }
  3005.     /**
  3006.      * Gets the private 'console.command.container_lint' shared service.
  3007.      *
  3008.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3009.      */
  3010.     protected function getConsole_Command_ContainerLintService()
  3011.     {
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3014.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3015.         $instance->setName('lint:container');
  3016.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3017.         return $instance;
  3018.     }
  3019.     /**
  3020.      * Gets the private 'console.command.debug_autowiring' shared service.
  3021.      *
  3022.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3023.      */
  3024.     protected function getConsole_Command_DebugAutowiringService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3030.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3031.         $instance->setName('debug:autowiring');
  3032.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3033.         return $instance;
  3034.     }
  3035.     /**
  3036.      * Gets the private 'console.command.dotenv_debug' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3039.      */
  3040.     protected function getConsole_Command_DotenvDebugService()
  3041.     {
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3044.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3045.         $instance->setName('debug:dotenv');
  3046.         $instance->setDescription('Lists all dotenv files with variables and values');
  3047.         return $instance;
  3048.     }
  3049.     /**
  3050.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3051.      *
  3052.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3053.      */
  3054.     protected function getConsole_Command_EventDispatcherDebugService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3058.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3059.         $instance->setName('debug:event-dispatcher');
  3060.         $instance->setDescription('Display configured listeners for an application');
  3061.         return $instance;
  3062.     }
  3063.     /**
  3064.      * Gets the private 'console.command.form_debug' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Form\Command\DebugCommand
  3067.      */
  3068.     protected function getConsole_Command_FormDebugService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3072.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> '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()));
  3073.         $instance->setName('debug:form');
  3074.         $instance->setDescription('Display form type information');
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the private 'console.command.router_debug' shared service.
  3079.      *
  3080.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3081.      */
  3082.     protected function getConsole_Command_RouterDebugService()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3087.         $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()));
  3088.         $instance->setName('debug:router');
  3089.         $instance->setDescription('Display current routes for an application');
  3090.         return $instance;
  3091.     }
  3092.     /**
  3093.      * Gets the private 'console.command.router_match' shared service.
  3094.      *
  3095.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3096.      */
  3097.     protected function getConsole_Command_RouterMatchService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3101.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3102.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3103.         }, 1));
  3104.         $instance->setName('router:match');
  3105.         $instance->setDescription('Help debug routes by simulating a path info match');
  3106.         return $instance;
  3107.     }
  3108.     /**
  3109.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3110.      *
  3111.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3112.      */
  3113.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3114.     {
  3115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3119.         $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')))));
  3120.         $instance->setName('secrets:decrypt-to-local');
  3121.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3122.         return $instance;
  3123.     }
  3124.     /**
  3125.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3126.      *
  3127.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3128.      */
  3129.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3135.         $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')))));
  3136.         $instance->setName('secrets:encrypt-from-local');
  3137.         $instance->setDescription('Encrypt all local secrets to the vault');
  3138.         return $instance;
  3139.     }
  3140.     /**
  3141.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3142.      *
  3143.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3144.      */
  3145.     protected function getConsole_Command_SecretsGenerateKeyService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3151.         $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')))));
  3152.         $instance->setName('secrets:generate-keys');
  3153.         $instance->setDescription('Generate new encryption keys');
  3154.         return $instance;
  3155.     }
  3156.     /**
  3157.      * Gets the private 'console.command.secrets_list' shared service.
  3158.      *
  3159.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3160.      */
  3161.     protected function getConsole_Command_SecretsListService()
  3162.     {
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3167.         $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')))));
  3168.         $instance->setName('secrets:list');
  3169.         $instance->setDescription('List all secrets');
  3170.         return $instance;
  3171.     }
  3172.     /**
  3173.      * Gets the private 'console.command.secrets_remove' shared service.
  3174.      *
  3175.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3176.      */
  3177.     protected function getConsole_Command_SecretsRemoveService()
  3178.     {
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3183.         $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')))));
  3184.         $instance->setName('secrets:remove');
  3185.         $instance->setDescription('Remove a secret from the vault');
  3186.         return $instance;
  3187.     }
  3188.     /**
  3189.      * Gets the private 'console.command.secrets_set' shared service.
  3190.      *
  3191.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3192.      */
  3193.     protected function getConsole_Command_SecretsSetService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3199.         $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')))));
  3200.         $instance->setName('secrets:set');
  3201.         $instance->setDescription('Set a secret in the vault');
  3202.         return $instance;
  3203.     }
  3204.     /**
  3205.      * Gets the private 'console.command.translation_debug' shared service.
  3206.      *
  3207.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3208.      */
  3209.     protected function getConsole_Command_TranslationDebugService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3213.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3214.         $instance->setName('debug:translation');
  3215.         $instance->setDescription('Display translation messages information');
  3216.         return $instance;
  3217.     }
  3218.     /**
  3219.      * Gets the private 'console.command.translation_extract' shared service.
  3220.      *
  3221.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3222.      */
  3223.     protected function getConsole_Command_TranslationExtractService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3227.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3228.         $instance->setName('translation:extract');
  3229.         $instance->setAliases([=> 'translation:update']);
  3230.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3231.         return $instance;
  3232.     }
  3233.     /**
  3234.      * Gets the private 'console.command.translation_pull' shared service.
  3235.      *
  3236.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3237.      */
  3238.     protected function getConsole_Command_TranslationPullService()
  3239.     {
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3243.         $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', [], []);
  3244.         $instance->setName('translation:pull');
  3245.         $instance->setDescription('Pull translations from a given provider.');
  3246.         return $instance;
  3247.     }
  3248.     /**
  3249.      * Gets the private 'console.command.translation_push' shared service.
  3250.      *
  3251.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3252.      */
  3253.     protected function getConsole_Command_TranslationPushService()
  3254.     {
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3258.         $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()), [], []);
  3259.         $instance->setName('translation:push');
  3260.         $instance->setDescription('Push translations to a given provider.');
  3261.         return $instance;
  3262.     }
  3263.     /**
  3264.      * Gets the private 'console.command.validator_debug' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3267.      */
  3268.     protected function getConsole_Command_ValidatorDebugService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3272.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3273.         $instance->setName('debug:validator');
  3274.         $instance->setDescription('Display validation constraints for classes');
  3275.         return $instance;
  3276.     }
  3277.     /**
  3278.      * Gets the private 'console.command.xliff_lint' shared service.
  3279.      *
  3280.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3281.      */
  3282.     protected function getConsole_Command_XliffLintService()
  3283.     {
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3286.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3287.         $instance->setName('lint:xliff');
  3288.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the private 'console.command.yaml_lint' shared service.
  3293.      *
  3294.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3295.      */
  3296.     protected function getConsole_Command_YamlLintService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3301.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3302.         $instance->setName('lint:yaml');
  3303.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3304.         return $instance;
  3305.     }
  3306.     /**
  3307.      * Gets the private 'console.error_listener' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3310.      */
  3311.     protected function getConsole_ErrorListenerService()
  3312.     {
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3314.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3315.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3316.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3317.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3318.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3319.     }
  3320.     /**
  3321.      * Gets the private 'container.env_var_processor' shared service.
  3322.      *
  3323.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3324.      */
  3325.     protected function getContainer_EnvVarProcessorService()
  3326.     {
  3327.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3329.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3330.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3331.         }, 1));
  3332.     }
  3333.     /**
  3334.      * Gets the private 'container.getenv' shared service.
  3335.      *
  3336.      * @return \Closure
  3337.      */
  3338.     protected function getContainer_GetenvService()
  3339.     {
  3340.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3341.     }
  3342.     /**
  3343.      * Gets the private 'data_collector.form' shared service.
  3344.      *
  3345.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3346.      */
  3347.     protected function getDataCollector_FormService()
  3348.     {
  3349.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3350.     }
  3351.     /**
  3352.      * Gets the private 'data_collector.request' shared service.
  3353.      *
  3354.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3355.      */
  3356.     protected function getDataCollector_RequestService()
  3357.     {
  3358.         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())));
  3359.     }
  3360.     /**
  3361.      * Gets the private 'data_collector.request.session_collector' shared service.
  3362.      *
  3363.      * @return \Closure
  3364.      */
  3365.     protected function getDataCollector_Request_SessionCollectorService()
  3366.     {
  3367.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3368.     }
  3369.     /**
  3370.      * Gets the private 'debug.argument_resolver.default' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3373.      */
  3374.     protected function getDebug_ArgumentResolver_DefaultService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3379.         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))));
  3380.     }
  3381.     /**
  3382.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3383.      *
  3384.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3385.      */
  3386.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3387.     {
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3391.         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.0ZRsAiG'] ?? $this->get_ServiceLocator_0ZRsAiGService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3392.     }
  3393.     /**
  3394.      * Gets the private 'debug.argument_resolver.request' shared service.
  3395.      *
  3396.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3397.      */
  3398.     protected function getDebug_ArgumentResolver_RequestService()
  3399.     {
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3403.         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))));
  3404.     }
  3405.     /**
  3406.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3407.      *
  3408.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3409.      */
  3410.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3411.     {
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3415.         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))));
  3416.     }
  3417.     /**
  3418.      * Gets the private 'debug.argument_resolver.service' shared service.
  3419.      *
  3420.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3421.      */
  3422.     protected function getDebug_ArgumentResolver_ServiceService()
  3423.     {
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3427.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.0ZRsAiG'] ?? $this->get_ServiceLocator_0ZRsAiGService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3428.     }
  3429.     /**
  3430.      * Gets the private 'debug.argument_resolver.session' shared service.
  3431.      *
  3432.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3433.      */
  3434.     protected function getDebug_ArgumentResolver_SessionService()
  3435.     {
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3439.         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))));
  3440.     }
  3441.     /**
  3442.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3443.      *
  3444.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3445.      */
  3446.     protected function getDebug_ArgumentResolver_VariadicService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3451.         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))));
  3452.     }
  3453.     /**
  3454.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3455.      *
  3456.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3457.      */
  3458.     protected function getDebug_DebugHandlersListenerService()
  3459.     {
  3460.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3461.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3462.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3463.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3464.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3465.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3466.     }
  3467.     /**
  3468.      * Gets the private 'debug.dump_listener' shared service.
  3469.      *
  3470.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3471.      */
  3472.     protected function getDebug_DumpListenerService()
  3473.     {
  3474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3475.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3476.         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()));
  3477.     }
  3478.     /**
  3479.      * Gets the private 'debug.file_link_formatter' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3482.      */
  3483.     protected function getDebug_FileLinkFormatterService()
  3484.     {
  3485.         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 () {
  3486.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3487.         });
  3488.     }
  3489.     /**
  3490.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3491.      *
  3492.      * @return \string
  3493.      */
  3494.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3495.     {
  3496.         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');
  3497.     }
  3498.     /**
  3499.      * Gets the private 'debug.log_processor' shared service.
  3500.      *
  3501.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3502.      */
  3503.     protected function getDebug_LogProcessorService()
  3504.     {
  3505.         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())));
  3506.     }
  3507.     /**
  3508.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3509.      *
  3510.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3511.      */
  3512.     protected function getDebug_Security_Access_DecisionManagerService()
  3513.     {
  3514.         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 () {
  3515.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3516.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3517.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3518.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'debug.security.firewall' shared service.
  3522.      *
  3523.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3524.      */
  3525.     protected function getDebug_Security_FirewallService()
  3526.     {
  3527.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3533.      */
  3534.     protected function getDebug_Security_UserValueResolverService()
  3535.     {
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3539.         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))));
  3540.     }
  3541.     /**
  3542.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3543.      *
  3544.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3545.      */
  3546.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3552.         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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3553.     }
  3554.     /**
  3555.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3556.      *
  3557.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3558.      */
  3559.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3560.     {
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3565.         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())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3566.     }
  3567.     /**
  3568.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3569.      *
  3570.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3571.      */
  3572.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3578.         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(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3579.     }
  3580.     /**
  3581.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3582.      *
  3583.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3584.      */
  3585.     protected function getDebug_Security_Voter_VoteListenerService()
  3586.     {
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3588.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3592.      *
  3593.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3594.      */
  3595.     protected function getDoctrine_CacheClearMetadataCommandService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3602.         $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()));
  3603.         $instance->setName('doctrine:cache:clear-metadata');
  3604.         return $instance;
  3605.     }
  3606.     /**
  3607.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3608.      *
  3609.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3610.      */
  3611.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3612.     {
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3618.         $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()));
  3619.         $instance->setName('doctrine:cache:clear-query');
  3620.         return $instance;
  3621.     }
  3622.     /**
  3623.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3624.      *
  3625.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3626.      */
  3627.     protected function getDoctrine_CacheClearResultCommandService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3634.         $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()));
  3635.         $instance->setName('doctrine:cache:clear-result');
  3636.         return $instance;
  3637.     }
  3638.     /**
  3639.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3640.      *
  3641.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3642.      */
  3643.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3650.         $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()));
  3651.         $instance->setName('doctrine:cache:clear-collection-region');
  3652.         return $instance;
  3653.     }
  3654.     /**
  3655.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3656.      *
  3657.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3658.      */
  3659.     protected function getDoctrine_ClearEntityRegionCommandService()
  3660.     {
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3666.         $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()));
  3667.         $instance->setName('doctrine:cache:clear-entity-region');
  3668.         return $instance;
  3669.     }
  3670.     /**
  3671.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3672.      *
  3673.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3674.      */
  3675.     protected function getDoctrine_ClearQueryRegionCommandService()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3682.         $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()));
  3683.         $instance->setName('doctrine:cache:clear-query-region');
  3684.         return $instance;
  3685.     }
  3686.     /**
  3687.      * Gets the private 'doctrine.database_create_command' shared service.
  3688.      *
  3689.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3690.      */
  3691.     protected function getDoctrine_DatabaseCreateCommandService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3696.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3697.         $instance->setName('doctrine:database:create');
  3698.         return $instance;
  3699.     }
  3700.     /**
  3701.      * Gets the private 'doctrine.database_drop_command' shared service.
  3702.      *
  3703.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3704.      */
  3705.     protected function getDoctrine_DatabaseDropCommandService()
  3706.     {
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3710.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3711.         $instance->setName('doctrine:database:drop');
  3712.         return $instance;
  3713.     }
  3714.     /**
  3715.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3716.      *
  3717.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3718.      */
  3719.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3720.     {
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3726.         $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()));
  3727.         $instance->setName('doctrine:ensure-production-settings');
  3728.         return $instance;
  3729.     }
  3730.     /**
  3731.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3732.      *
  3733.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3734.      */
  3735.     protected function getDoctrine_MappingConvertCommandService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3742.         $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()));
  3743.         $instance->setName('doctrine:mapping:convert');
  3744.         return $instance;
  3745.     }
  3746.     /**
  3747.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3748.      *
  3749.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3750.      */
  3751.     protected function getDoctrine_MappingImportCommandService()
  3752.     {
  3753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3756.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3757.         $instance->setName('doctrine:mapping:import');
  3758.         return $instance;
  3759.     }
  3760.     /**
  3761.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3762.      *
  3763.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3764.      */
  3765.     protected function getDoctrine_MappingInfoCommandService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3772.         $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()));
  3773.         $instance->setName('doctrine:mapping:info');
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3778.      *
  3779.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3780.      */
  3781.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3785.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  3786.     }
  3787.     /**
  3788.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3789.      *
  3790.      * @return \Doctrine\Migrations\DependencyFactory
  3791.      */
  3792.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3802.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3803.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3804.         $a->setAllOrNothing(false);
  3805.         $a->setCheckDatabasePlatform(true);
  3806.         $a->setTransactional(true);
  3807.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3808.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3809.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3810.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3811.         });
  3812.         return $instance;
  3813.     }
  3814.     /**
  3815.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  3816.      *
  3817.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  3818.      */
  3819.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  3823.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3824.     }
  3825.     /**
  3826.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3827.      *
  3828.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3829.      */
  3830.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3831.     {
  3832.         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')]);
  3833.     }
  3834.     /**
  3835.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3836.      *
  3837.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3838.      */
  3839.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3840.     {
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3842.         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()));
  3843.     }
  3844.     /**
  3845.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3846.      *
  3847.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3848.      */
  3849.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3850.     {
  3851.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3852.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3853.     }
  3854.     /**
  3855.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  3856.      *
  3857.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  3858.      */
  3859.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  3860.     {
  3861.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  3863.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  3864.     }
  3865.     /**
  3866.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  3867.      *
  3868.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  3869.      */
  3870.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  3871.     {
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  3874.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  3875.             return new \EmptyIterator();
  3876.         }, 0));
  3877.     }
  3878.     /**
  3879.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  3880.      *
  3881.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  3882.      */
  3883.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  3884.     {
  3885.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  3887.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  3888.     }
  3889.     /**
  3890.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3891.      *
  3892.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3893.      */
  3894.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3898.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3899.     }
  3900.     /**
  3901.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3902.      *
  3903.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3904.      */
  3905.     protected function getDoctrine_Orm_Validator_UniqueService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3910.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3911.     }
  3912.     /**
  3913.      * Gets the private 'doctrine.query_dql_command' shared service.
  3914.      *
  3915.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3916.      */
  3917.     protected function getDoctrine_QueryDqlCommandService()
  3918.     {
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3924.         $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()));
  3925.         $instance->setName('doctrine:query:dql');
  3926.         return $instance;
  3927.     }
  3928.     /**
  3929.      * Gets the private 'doctrine.query_sql_command' shared service.
  3930.      *
  3931.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3932.      */
  3933.     protected function getDoctrine_QuerySqlCommandService()
  3934.     {
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3938.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3939.         $instance->setName('doctrine:query:sql');
  3940.         return $instance;
  3941.     }
  3942.     /**
  3943.      * Gets the private 'doctrine.schema_create_command' shared service.
  3944.      *
  3945.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3946.      */
  3947.     protected function getDoctrine_SchemaCreateCommandService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3955.         $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()));
  3956.         $instance->setName('doctrine:schema:create');
  3957.         return $instance;
  3958.     }
  3959.     /**
  3960.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3961.      *
  3962.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3963.      */
  3964.     protected function getDoctrine_SchemaDropCommandService()
  3965.     {
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3972.         $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()));
  3973.         $instance->setName('doctrine:schema:drop');
  3974.         return $instance;
  3975.     }
  3976.     /**
  3977.      * Gets the private 'doctrine.schema_update_command' shared service.
  3978.      *
  3979.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3980.      */
  3981.     protected function getDoctrine_SchemaUpdateCommandService()
  3982.     {
  3983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3984.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3989.         $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()));
  3990.         $instance->setName('doctrine:schema:update');
  3991.         return $instance;
  3992.     }
  3993.     /**
  3994.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3995.      *
  3996.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3997.      */
  3998.     protected function getDoctrine_SchemaValidateCommandService()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4005.         $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()));
  4006.         $instance->setName('doctrine:schema:validate');
  4007.         return $instance;
  4008.     }
  4009.     /**
  4010.      * Gets the private 'doctrine.ulid_generator' shared service.
  4011.      *
  4012.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4013.      */
  4014.     protected function getDoctrine_UlidGeneratorService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4018.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4019.     }
  4020.     /**
  4021.      * Gets the private 'doctrine.uuid_generator' shared service.
  4022.      *
  4023.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4024.      */
  4025.     protected function getDoctrine_UuidGeneratorService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4029.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4030.     }
  4031.     /**
  4032.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4033.      *
  4034.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4035.      */
  4036.     protected function getDoctrineMigrations_CurrentCommandService()
  4037.     {
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4041.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4042.         $instance->setName('doctrine:migrations:current');
  4043.         return $instance;
  4044.     }
  4045.     /**
  4046.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4047.      *
  4048.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4049.      */
  4050.     protected function getDoctrineMigrations_DiffCommandService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4055.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4056.         $instance->setName('doctrine:migrations:diff');
  4057.         return $instance;
  4058.     }
  4059.     /**
  4060.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4061.      *
  4062.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4063.      */
  4064.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4069.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4070.         $instance->setName('doctrine:migrations:dump-schema');
  4071.         return $instance;
  4072.     }
  4073.     /**
  4074.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4075.      *
  4076.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4077.      */
  4078.     protected function getDoctrineMigrations_ExecuteCommandService()
  4079.     {
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4083.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4084.         $instance->setName('doctrine:migrations:execute');
  4085.         return $instance;
  4086.     }
  4087.     /**
  4088.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4089.      *
  4090.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4091.      */
  4092.     protected function getDoctrineMigrations_GenerateCommandService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4097.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4098.         $instance->setName('doctrine:migrations:generate');
  4099.         return $instance;
  4100.     }
  4101.     /**
  4102.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4103.      *
  4104.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4105.      */
  4106.     protected function getDoctrineMigrations_LatestCommandService()
  4107.     {
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4111.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4112.         $instance->setName('doctrine:migrations:latest');
  4113.         return $instance;
  4114.     }
  4115.     /**
  4116.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4117.      *
  4118.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4119.      */
  4120.     protected function getDoctrineMigrations_MigrateCommandService()
  4121.     {
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4125.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4126.         $instance->setName('doctrine:migrations:migrate');
  4127.         return $instance;
  4128.     }
  4129.     /**
  4130.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4131.      *
  4132.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4133.      */
  4134.     protected function getDoctrineMigrations_RollupCommandService()
  4135.     {
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4139.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4140.         $instance->setName('doctrine:migrations:rollup');
  4141.         return $instance;
  4142.     }
  4143.     /**
  4144.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4145.      *
  4146.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4147.      */
  4148.     protected function getDoctrineMigrations_StatusCommandService()
  4149.     {
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4153.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4154.         $instance->setName('doctrine:migrations:status');
  4155.         return $instance;
  4156.     }
  4157.     /**
  4158.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4159.      *
  4160.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4161.      */
  4162.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4163.     {
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4167.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4168.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4169.         return $instance;
  4170.     }
  4171.     /**
  4172.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4173.      *
  4174.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4175.      */
  4176.     protected function getDoctrineMigrations_UpToDateCommandService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4181.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4182.         $instance->setName('doctrine:migrations:up-to-date');
  4183.         return $instance;
  4184.     }
  4185.     /**
  4186.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4187.      *
  4188.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4189.      */
  4190.     protected function getDoctrineMigrations_VersionCommandService()
  4191.     {
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4195.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4196.         $instance->setName('doctrine:migrations:version');
  4197.         return $instance;
  4198.     }
  4199.     /**
  4200.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4201.      *
  4202.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4203.      */
  4204.     protected function getDoctrineMigrations_VersionsCommandService()
  4205.     {
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4209.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4210.         $instance->setName('doctrine:migrations:list');
  4211.         return $instance;
  4212.     }
  4213.     /**
  4214.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4215.      *
  4216.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4217.      */
  4218.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4222.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4223.         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()));
  4224.     }
  4225.     /**
  4226.      * Gets the private 'exception_listener' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4229.      */
  4230.     protected function getExceptionListenerService()
  4231.     {
  4232.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4233.     }
  4234.     /**
  4235.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4236.      *
  4237.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4238.      */
  4239.     protected function getForm_ChoiceListFactory_CachedService()
  4240.     {
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4245.         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())));
  4246.     }
  4247.     /**
  4248.      * Gets the private 'form.registry' shared service.
  4249.      *
  4250.      * @return \Symfony\Component\Form\FormRegistry
  4251.      */
  4252.     protected function getForm_RegistryService()
  4253.     {
  4254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4261.         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, [
  4262.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4263.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4264.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4265.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4266.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4267.         ], [
  4268.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4269.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4270.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4271.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4272.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4273.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4274.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4275.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4276.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4277.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4278.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4279.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4280.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4281.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4282.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4283.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4284.         }, 1)], new RewindableGenerator(function () {
  4285.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4286.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4287.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4288.     }
  4289.     /**
  4290.      * Gets the private 'form.server_params' shared service.
  4291.      *
  4292.      * @return \Symfony\Component\Form\Util\ServerParams
  4293.      */
  4294.     protected function getForm_ServerParamsService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4297.         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())));
  4298.     }
  4299.     /**
  4300.      * Gets the private 'form.type.choice' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4303.      */
  4304.     protected function getForm_Type_ChoiceService()
  4305.     {
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4309.         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()));
  4310.     }
  4311.     /**
  4312.      * Gets the private 'form.type.color' shared service.
  4313.      *
  4314.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4315.      */
  4316.     protected function getForm_Type_ColorService()
  4317.     {
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4321.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4322.     }
  4323.     /**
  4324.      * Gets the private 'form.type.entity' shared service.
  4325.      *
  4326.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4327.      */
  4328.     protected function getForm_Type_EntityService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4334.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4335.     }
  4336.     /**
  4337.      * Gets the private 'form.type.form' shared service.
  4338.      *
  4339.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4340.      */
  4341.     protected function getForm_Type_FormService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4347.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4348.     }
  4349.     /**
  4350.      * Gets the private 'form.type_extension.csrf' shared service.
  4351.      *
  4352.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4353.      */
  4354.     protected function getForm_TypeExtension_CsrfService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4359.         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()));
  4360.     }
  4361.     /**
  4362.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4363.      *
  4364.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4365.      */
  4366.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4367.     {
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4371.         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()));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4375.      *
  4376.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4377.      */
  4378.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4385.         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())));
  4386.     }
  4387.     /**
  4388.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4389.      *
  4390.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4391.      */
  4392.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4397.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4398.     }
  4399.     /**
  4400.      * Gets the private 'form.type_extension.form.validator' shared service.
  4401.      *
  4402.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4403.      */
  4404.     protected function getForm_TypeExtension_Form_ValidatorService()
  4405.     {
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4410.         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()));
  4411.     }
  4412.     /**
  4413.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4416.      */
  4417.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4422.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4423.     }
  4424.     /**
  4425.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4426.      *
  4427.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4428.      */
  4429.     protected function getForm_TypeGuesser_DoctrineService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4433.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4434.     }
  4435.     /**
  4436.      * Gets the private 'form.type_guesser.validator' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4439.      */
  4440.     protected function getForm_TypeGuesser_ValidatorService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4444.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4445.     }
  4446.     /**
  4447.      * Gets the private 'fragment.renderer.inline' shared service.
  4448.      *
  4449.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4450.      */
  4451.     protected function getFragment_Renderer_InlineService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4456.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4457.         $instance->setFragmentPath('/_fragment');
  4458.         return $instance;
  4459.     }
  4460.     /**
  4461.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4462.      *
  4463.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4464.      */
  4465.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4466.     {
  4467.         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())));
  4468.     }
  4469.     /**
  4470.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4471.      *
  4472.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4473.      */
  4474.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4475.     {
  4476.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  4477.     }
  4478.     /**
  4479.      * Gets the private 'lightsaml.credential.credential_store' shared autowired service.
  4480.      *
  4481.      * @return \LightSaml\Store\Credential\CompositeCredentialStore
  4482.      */
  4483.     protected function getLightsaml_Credential_CredentialStoreService()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/CredentialStoreInterface.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/CompositeCredentialStore.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/Factory/CredentialFactory.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/EntityDescriptorStoreInterface.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/CompositeEntityDescriptorStore.php';
  4490.         return $this->privates['lightsaml.credential.credential_store'] = (new \LightSaml\Store\Credential\Factory\CredentialFactory())->buildFromOwnCredentialStore(($this->privates['lightsaml.party.idp_entity_descriptor_store'] ?? $this->getLightsaml_Party_IdpEntityDescriptorStoreService()), ($this->privates['lightsaml.party.sp_entity_descriptor_store'] ?? ($this->privates['lightsaml.party.sp_entity_descriptor_store'] = new \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore())), 'https://valrhona-print.infostrates.com/', ($this->privates['lightsaml.own.credential_store'] ?? $this->getLightsaml_Own_CredentialStoreService()), []);
  4491.     }
  4492.     /**
  4493.      * Gets the private 'lightsaml.own.credential_store' shared autowired service.
  4494.      *
  4495.      * @return \LightSaml\Store\Credential\CompositeCredentialStore
  4496.      */
  4497.     protected function getLightsaml_Own_CredentialStoreService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/CredentialStoreInterface.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/CompositeCredentialStore.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/X509FileCredentialStore.php';
  4502.         $this->privates['lightsaml.own.credential_store'] = $instance = new \LightSaml\Store\Credential\CompositeCredentialStore();
  4503.         $instance->add(new \LightSaml\Store\Credential\X509FileCredentialStore('https://valrhona-print.infostrates.com/', (\dirname(__DIR__4).'/config/security/Certificat-Valrhona.crt'), (\dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/web/sp/saml.key'), NULL));
  4504.         return $instance;
  4505.     }
  4506.     /**
  4507.      * Gets the private 'lightsaml.party.idp_entity_descriptor_store' shared autowired service.
  4508.      *
  4509.      * @return \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore
  4510.      */
  4511.     protected function getLightsaml_Party_IdpEntityDescriptorStoreService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/EntityDescriptorStoreInterface.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/CompositeEntityDescriptorStore.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/FileEntityDescriptorStore.php';
  4516.         $this->privates['lightsaml.party.idp_entity_descriptor_store'] = $instance = new \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore();
  4517.         $instance->add(new \LightSaml\Store\EntityDescriptor\FileEntityDescriptorStore('https://config-valrhona20.cs102.force.com/vess/.well-known/samlidp/Symfony_SAML_SSO.xml'));
  4518.         return $instance;
  4519.     }
  4520.     /**
  4521.      * Gets the private 'lightsaml.service.credential_resolver' shared autowired service.
  4522.      *
  4523.      * @return \LightSaml\Resolver\Credential\CompositeFilterResolver
  4524.      */
  4525.     protected function getLightsaml_Service_CredentialResolverService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Credential/CredentialResolverInterface.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Credential/AbstractQueryableResolver.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Credential/AbstractCompositeResolver.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Credential/CompositeFilterResolver.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Resolver/Credential/Factory/CredentialResolverFactory.php';
  4532.         return (new \LightSaml\Resolver\Credential\Factory\CredentialResolverFactory(($this->privates['lightsaml.credential.credential_store'] ?? $this->getLightsaml_Credential_CredentialStoreService())))->build();
  4533.     }
  4534.     /**
  4535.      * Gets the private 'locale_aware_listener' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4538.      */
  4539.     protected function getLocaleAwareListenerService()
  4540.     {
  4541.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4542.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4543.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4544.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'locale_listener' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4550.      */
  4551.     protected function getLocaleListenerService()
  4552.     {
  4553.         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, []);
  4554.     }
  4555.     /**
  4556.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4557.      *
  4558.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4559.      */
  4560.     protected function getMaker_AutoCommand_MakeAuthService()
  4561.     {
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4569.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4570.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4571.         $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);
  4572.         $instance->setName('make:auth');
  4573.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the private 'maker.auto_command.make_command' shared service.
  4578.      *
  4579.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4580.      */
  4581.     protected function getMaker_AutoCommand_MakeCommandService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4588.         $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()));
  4589.         $instance->setName('make:command');
  4590.         $instance->setDescription('Creates a new console command class');
  4591.         return $instance;
  4592.     }
  4593.     /**
  4594.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4595.      *
  4596.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4597.      */
  4598.     protected function getMaker_AutoCommand_MakeControllerService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4605.         $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()));
  4606.         $instance->setName('make:controller');
  4607.         $instance->setDescription('Creates a new controller class');
  4608.         return $instance;
  4609.     }
  4610.     /**
  4611.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4612.      *
  4613.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4614.      */
  4615.     protected function getMaker_AutoCommand_MakeCrudService()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4622.         $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()));
  4623.         $instance->setName('make:crud');
  4624.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4625.         return $instance;
  4626.     }
  4627.     /**
  4628.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4629.      *
  4630.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4631.      */
  4632.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4639.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4640.         $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()));
  4641.         $instance->setName('make:docker:database');
  4642.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4643.         return $instance;
  4644.     }
  4645.     /**
  4646.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4647.      *
  4648.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4649.      */
  4650.     protected function getMaker_AutoCommand_MakeEntityService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4658.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4659.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4660.         $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);
  4661.         $instance->setName('make:entity');
  4662.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4667.      *
  4668.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4669.      */
  4670.     protected function getMaker_AutoCommand_MakeFixturesService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4677.         $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()));
  4678.         $instance->setName('make:fixtures');
  4679.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4680.         return $instance;
  4681.     }
  4682.     /**
  4683.      * Gets the private 'maker.auto_command.make_form' shared service.
  4684.      *
  4685.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4686.      */
  4687.     protected function getMaker_AutoCommand_MakeFormService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4694.         $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()));
  4695.         $instance->setName('make:form');
  4696.         $instance->setDescription('Creates a new form class');
  4697.         return $instance;
  4698.     }
  4699.     /**
  4700.      * Gets the private 'maker.auto_command.make_message' shared service.
  4701.      *
  4702.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4703.      */
  4704.     protected function getMaker_AutoCommand_MakeMessageService()
  4705.     {
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4711.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4712.         $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()));
  4713.         $instance->setName('make:message');
  4714.         $instance->setDescription('Creates a new message and handler');
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4719.      *
  4720.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4721.      */
  4722.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4729.         $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()));
  4730.         $instance->setName('make:messenger-middleware');
  4731.         $instance->setDescription('Creates a new messenger middleware');
  4732.         return $instance;
  4733.     }
  4734.     /**
  4735.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4736.      *
  4737.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4738.      */
  4739.     protected function getMaker_AutoCommand_MakeMigrationService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4747.         $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()));
  4748.         $instance->setName('make:migration');
  4749.         $instance->setDescription('Creates a new migration based on database changes');
  4750.         return $instance;
  4751.     }
  4752.     /**
  4753.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4754.      *
  4755.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4756.      */
  4757.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4764.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4765.         $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()));
  4766.         $instance->setName('make:registration-form');
  4767.         $instance->setDescription('Creates a new registration form system');
  4768.         return $instance;
  4769.     }
  4770.     /**
  4771.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4772.      *
  4773.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4774.      */
  4775.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4782.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4783.         $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()));
  4784.         $instance->setName('make:reset-password');
  4785.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4786.         return $instance;
  4787.     }
  4788.     /**
  4789.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4790.      *
  4791.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4792.      */
  4793.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4800.         $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()));
  4801.         $instance->setName('make:serializer:encoder');
  4802.         $instance->setDescription('Creates a new serializer encoder class');
  4803.         return $instance;
  4804.     }
  4805.     /**
  4806.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4807.      *
  4808.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4809.      */
  4810.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4817.         $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()));
  4818.         $instance->setName('make:serializer:normalizer');
  4819.         $instance->setDescription('Creates a new serializer normalizer class');
  4820.         return $instance;
  4821.     }
  4822.     /**
  4823.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  4824.      *
  4825.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4826.      */
  4827.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  4828.     {
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  4834.         $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()));
  4835.         $instance->setName('make:stimulus-controller');
  4836.         $instance->setDescription('Creates a new Stimulus controller');
  4837.         return $instance;
  4838.     }
  4839.     /**
  4840.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4841.      *
  4842.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4843.      */
  4844.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4852.         $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()));
  4853.         $instance->setName('make:subscriber');
  4854.         $instance->setDescription('Creates a new event subscriber class');
  4855.         return $instance;
  4856.     }
  4857.     /**
  4858.      * Gets the private 'maker.auto_command.make_test' shared service.
  4859.      *
  4860.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4861.      */
  4862.     protected function getMaker_AutoCommand_MakeTestService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4870.         $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()));
  4871.         $instance->setName('make:test');
  4872.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4873.         $instance->setDescription('Creates a new test class');
  4874.         return $instance;
  4875.     }
  4876.     /**
  4877.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4878.      *
  4879.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4880.      */
  4881.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4882.     {
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4888.         $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()));
  4889.         $instance->setName('make:twig-extension');
  4890.         $instance->setDescription('Creates a new Twig extension class');
  4891.         return $instance;
  4892.     }
  4893.     /**
  4894.      * Gets the private 'maker.auto_command.make_user' shared service.
  4895.      *
  4896.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4897.      */
  4898.     protected function getMaker_AutoCommand_MakeUserService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4907.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4908.         $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()));
  4909.         $instance->setName('make:user');
  4910.         $instance->setDescription('Creates a new security user class');
  4911.         return $instance;
  4912.     }
  4913.     /**
  4914.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4915.      *
  4916.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4917.      */
  4918.     protected function getMaker_AutoCommand_MakeValidatorService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4925.         $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()));
  4926.         $instance->setName('make:validator');
  4927.         $instance->setDescription('Creates a new validator and constraint class');
  4928.         return $instance;
  4929.     }
  4930.     /**
  4931.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4932.      *
  4933.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4934.      */
  4935.     protected function getMaker_AutoCommand_MakeVoterService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4942.         $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()));
  4943.         $instance->setName('make:voter');
  4944.         $instance->setDescription('Creates a new security voter class');
  4945.         return $instance;
  4946.     }
  4947.     /**
  4948.      * Gets the private 'maker.doctrine_helper' shared service.
  4949.      *
  4950.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4951.      */
  4952.     protected function getMaker_DoctrineHelperService()
  4953.     {
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4955.         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())]]]);
  4956.     }
  4957.     /**
  4958.      * Gets the private 'maker.entity_class_generator' shared service.
  4959.      *
  4960.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4961.      */
  4962.     protected function getMaker_EntityClassGeneratorService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4965.         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()));
  4966.     }
  4967.     /**
  4968.      * Gets the private 'maker.file_manager' shared service.
  4969.      *
  4970.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4971.      */
  4972.     protected function getMaker_FileManagerService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4979.         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'));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'maker.generator' shared service.
  4983.      *
  4984.      * @return \Symfony\Bundle\MakerBundle\Generator
  4985.      */
  4986.     protected function getMaker_GeneratorService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  4990.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  4991.         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));
  4992.     }
  4993.     /**
  4994.      * Gets the private 'maker.php_compat_util' shared service.
  4995.      *
  4996.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  4997.      */
  4998.     protected function getMaker_PhpCompatUtilService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5001.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5002.     }
  5003.     /**
  5004.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5005.      *
  5006.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5007.      */
  5008.     protected function getMaker_Renderer_FormTypeRendererService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5011.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5012.     }
  5013.     /**
  5014.      * Gets the private 'mime_types' shared service.
  5015.      *
  5016.      * @return \Symfony\Component\Mime\MimeTypes
  5017.      */
  5018.     protected function getMimeTypesService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5023.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5024.         $instance->setDefault($instance);
  5025.         return $instance;
  5026.     }
  5027.     /**
  5028.      * Gets the private 'monolog.command.server_log' shared service.
  5029.      *
  5030.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5031.      */
  5032.     protected function getMonolog_Command_ServerLogService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5036.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5037.         $instance->setName('server:log');
  5038.         $instance->setDescription('Start a log server that displays logs in real time');
  5039.         return $instance;
  5040.     }
  5041.     /**
  5042.      * Gets the private 'monolog.handler.console' shared service.
  5043.      *
  5044.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5045.      */
  5046.     protected function getMonolog_Handler_ConsoleService()
  5047.     {
  5048.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5049.     }
  5050.     /**
  5051.      * Gets the private 'monolog.handler.main' shared service.
  5052.      *
  5053.      * @return \Monolog\Handler\StreamHandler
  5054.      */
  5055.     protected function getMonolog_Handler_MainService()
  5056.     {
  5057.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5058.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5059.         return $instance;
  5060.     }
  5061.     /**
  5062.      * Gets the private 'monolog.logger' shared service.
  5063.      *
  5064.      * @return \Symfony\Bridge\Monolog\Logger
  5065.      */
  5066.     protected function getMonolog_LoggerService()
  5067.     {
  5068.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5069.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5070.         $instance->useMicrosecondTimestamps(true);
  5071.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5072.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5074.         return $instance;
  5075.     }
  5076.     /**
  5077.      * Gets the private 'monolog.logger.cache' shared service.
  5078.      *
  5079.      * @return \Symfony\Bridge\Monolog\Logger
  5080.      */
  5081.     protected function getMonolog_Logger_CacheService()
  5082.     {
  5083.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5084.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5085.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5086.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5087.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5088.         return $instance;
  5089.     }
  5090.     /**
  5091.      * Gets the private 'monolog.logger.request' shared service.
  5092.      *
  5093.      * @return \Symfony\Bridge\Monolog\Logger
  5094.      */
  5095.     protected function getMonolog_Logger_RequestService()
  5096.     {
  5097.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5098.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5099.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5100.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5101.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5102.         return $instance;
  5103.     }
  5104.     /**
  5105.      * Gets the private 'monolog.logger.security' shared service.
  5106.      *
  5107.      * @return \Symfony\Bridge\Monolog\Logger
  5108.      */
  5109.     protected function getMonolog_Logger_SecurityService()
  5110.     {
  5111.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5112.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5113.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5114.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5115.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5116.         return $instance;
  5117.     }
  5118.     /**
  5119.      * Gets the private 'parameter_bag' shared service.
  5120.      *
  5121.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5122.      */
  5123.     protected function getParameterBagService()
  5124.     {
  5125.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5126.     }
  5127.     /**
  5128.      * Gets the private 'profiler_listener' shared service.
  5129.      *
  5130.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5131.      */
  5132.     protected function getProfilerListenerService()
  5133.     {
  5134.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  5135.     }
  5136.     /**
  5137.      * Gets the private 'property_accessor' shared service.
  5138.      *
  5139.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5140.      */
  5141.     protected function getPropertyAccessorService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5149.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5150.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5151.     }
  5152.     /**
  5153.      * Gets the private 'property_info' shared service.
  5154.      *
  5155.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5156.      */
  5157.     protected function getPropertyInfoService()
  5158.     {
  5159.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5160.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5161.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5162.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5163.         }, 3), new RewindableGenerator(function () {
  5164.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5165.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5166.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5167.         }, 3), new RewindableGenerator(function () {
  5168.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5169.         }, 1), new RewindableGenerator(function () {
  5170.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5171.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5172.         }, 2), new RewindableGenerator(function () {
  5173.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5174.         }, 1));
  5175.     }
  5176.     /**
  5177.      * Gets the private 'property_info.serializer_extractor' shared service.
  5178.      *
  5179.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5180.      */
  5181.     protected function getPropertyInfo_SerializerExtractorService()
  5182.     {
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5184.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5185.     }
  5186.     /**
  5187.      * Gets the private 'router.cache_warmer' shared service.
  5188.      *
  5189.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5190.      */
  5191.     protected function getRouter_CacheWarmerService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5195.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5196.             'router' => ['services''router''getRouterService'false],
  5197.         ], [
  5198.             'router' => '?',
  5199.         ]))->withContext('router.cache_warmer'$this));
  5200.     }
  5201.     /**
  5202.      * Gets the private 'router.expression_language_provider' shared service.
  5203.      *
  5204.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5205.      */
  5206.     protected function getRouter_ExpressionLanguageProviderService()
  5207.     {
  5208.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5209.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5210.         ], [
  5211.             'env' => 'Closure',
  5212.         ]));
  5213.     }
  5214.     /**
  5215.      * Gets the private 'router.request_context' shared service.
  5216.      *
  5217.      * @return \Symfony\Component\Routing\RequestContext
  5218.      */
  5219.     protected function getRouter_RequestContextService()
  5220.     {
  5221.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5222.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5223.         return $instance;
  5224.     }
  5225.     /**
  5226.      * Gets the private 'router_listener' shared service.
  5227.      *
  5228.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5229.      */
  5230.     protected function getRouterListenerService()
  5231.     {
  5232.         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);
  5233.     }
  5234.     /**
  5235.      * Gets the private 'secrets.vault' shared service.
  5236.      *
  5237.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5238.      */
  5239.     protected function getSecrets_VaultService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5245.         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'));
  5246.     }
  5247.     /**
  5248.      * Gets the private 'security.access_listener' shared service.
  5249.      *
  5250.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5251.      */
  5252.     protected function getSecurity_AccessListenerService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5257.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'security.access_map' shared service.
  5261.      *
  5262.      * @return \Symfony\Component\Security\Http\AccessMap
  5263.      */
  5264.     protected function getSecurity_AccessMapService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5270.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5271.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/secure'), [=> 'ROLE_USER'], NULL);
  5272.         return $instance;
  5273.     }
  5274.     /**
  5275.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5276.      *
  5277.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5278.      *
  5279.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5280.      */
  5281.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5282.     {
  5283.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5284.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5285.     }
  5286.     /**
  5287.      * Gets the private 'security.authentication.listener.lightsaml_sp.main' shared service.
  5288.      *
  5289.      * @return \LightSaml\SpBundle\Security\Firewall\LightSamlSpListener
  5290.      */
  5291.     protected function getSecurity_Authentication_Listener_LightsamlSp_MainService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/Firewall/LightSamlSpListener.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/ProfileBuilderInterface.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/AbstractProfileBuilder.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Builder/Profile/WebBrowserSso/Sp/SsoSpReceiveResponseProfileBuilder.php';
  5307.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5308.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5309.         $b->setOptions(['login_path' => '/saml/login''default_target_path' => '/''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  5310.         $b->setFirewallName('main');
  5311.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5312.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5313.         $d->setOptions(['login_path' => '/saml/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5314.         $this->privates['security.authentication.listener.lightsaml_sp.main'] = $instance = new \LightSaml\SpBundle\Security\Firewall\LightSamlSpListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $a'main'$b$d, ['login_path' => '/saml/login''check_path' => '/saml/login_check''require_previous_session' => true'use_forward' => false], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5315.         $instance->setProfile(new \LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpReceiveResponseProfileBuilder(($this->services['LightSaml\\Build\\Container\\BuildContainerInterface'] ?? $this->getBuildContainerInterfaceService())));
  5316.         return $instance;
  5317.     }
  5318.     /**
  5319.      * Gets the private 'security.authentication.manager' shared service.
  5320.      *
  5321.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5322.      *
  5323.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  5324.      */
  5325.     protected function getSecurity_Authentication_ManagerService()
  5326.     {
  5327.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  5328.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5329.             yield => ($this->privates['security.authentication.provider.lightsaml_sp.main'] ?? $this->getSecurity_Authentication_Provider_LightsamlSp_MainService());
  5330.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  5331.         }, 2), true);
  5332.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5333.         return $instance;
  5334.     }
  5335.     /**
  5336.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  5337.      *
  5338.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  5339.      *
  5340.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  5341.      */
  5342.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  5343.     {
  5344.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5345.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  5346.     }
  5347.     /**
  5348.      * Gets the private 'security.authentication.provider.lightsaml_sp.main' shared service.
  5349.      *
  5350.      * @return \LightSaml\SpBundle\Security\Authentication\Provider\LightsSamlSpAuthenticationProvider
  5351.      */
  5352.     protected function getSecurity_Authentication_Provider_LightsamlSp_MainService()
  5353.     {
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/Authentication/Provider/LightsSamlSpAuthenticationProvider.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/UsernameMapperInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/SimpleUsernameMapper.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/UserCreatorInterface.php';
  5362.         include_once \dirname(__DIR__4).'/src/Security/User/UserCreator.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/AttributeMapperInterface.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/SimpleAttributeMapper.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/Authentication/Token/SamlSpTokenFactoryInterface.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/Authentication/Token/SamlSpTokenFactory.php';
  5367.         $a = new \LightSaml\SpBundle\Security\User\SimpleUsernameMapper([]);
  5368.         return $this->privates['security.authentication.provider.lightsaml_sp.main'] = new \LightSaml\SpBundle\Security\Authentication\Provider\LightsSamlSpAuthenticationProvider('main', ($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService()), true, new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), $a, new \App\Security\User\UserCreator(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(), $a), new \LightSaml\SpBundle\Security\User\SimpleAttributeMapper(), new \LightSaml\SpBundle\Security\Authentication\Token\SamlSpTokenFactory());
  5369.     }
  5370.     /**
  5371.      * Gets the private 'security.channel_listener' shared service.
  5372.      *
  5373.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5374.      */
  5375.     protected function getSecurity_ChannelListenerService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5380.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5381.         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());
  5382.     }
  5383.     /**
  5384.      * Gets the private 'security.command.debug_firewall' shared service.
  5385.      *
  5386.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5387.      */
  5388.     protected function getSecurity_Command_DebugFirewallService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5392.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.m54.sst'] ?? $this->get_ServiceLocator_M54_SstService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  5393.         $instance->setName('debug:firewall');
  5394.         $instance->setDescription('Display information about your security firewall(s)');
  5395.         return $instance;
  5396.     }
  5397.     /**
  5398.      * Gets the private 'security.command.user_password_encoder' shared service.
  5399.      *
  5400.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5401.      *
  5402.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5403.      */
  5404.     protected function getSecurity_Command_UserPasswordEncoderService()
  5405.     {
  5406.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5407.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  5408.         $instance->setName('security:encode-password');
  5409.         $instance->setDescription('Encode a password');
  5410.         return $instance;
  5411.     }
  5412.     /**
  5413.      * Gets the private 'security.command.user_password_hash' shared service.
  5414.      *
  5415.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5416.      */
  5417.     protected function getSecurity_Command_UserPasswordHashService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5423.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), []);
  5424.         $instance->setName('security:hash-password');
  5425.         $instance->setDescription('Hash a user password');
  5426.         return $instance;
  5427.     }
  5428.     /**
  5429.      * Gets the private 'security.context_listener.0' shared service.
  5430.      *
  5431.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5432.      */
  5433.     protected function getSecurity_ContextListener_0Service()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5438.         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 () {
  5439.             yield => ($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService());
  5440.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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']);
  5441.     }
  5442.     /**
  5443.      * Gets the private 'security.csrf.token_storage' shared service.
  5444.      *
  5445.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5446.      */
  5447.     protected function getSecurity_Csrf_TokenStorageService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5452.         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())));
  5453.     }
  5454.     /**
  5455.      * Gets the private 'security.encoder_factory.generic' shared service.
  5456.      *
  5457.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5458.      *
  5459.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5460.      */
  5461.     protected function getSecurity_EncoderFactory_GenericService()
  5462.     {
  5463.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5464.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  5465.     }
  5466.     /**
  5467.      * Gets the private 'security.event_dispatcher.main' shared service.
  5468.      *
  5469.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5470.      */
  5471.     protected function getSecurity_EventDispatcher_MainService()
  5472.     {
  5473.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5474.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5475.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5476.         }, => 'onLogout'], 64);
  5477.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5478.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5479.         }, => 'onLogout'], 0);
  5480.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5481.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5482.         }, => 'onLogout'], 0);
  5483.         return $instance;
  5484.     }
  5485.     /**
  5486.      * Gets the private 'security.firewall.map' shared service.
  5487.      *
  5488.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5489.      */
  5490.     protected function getSecurity_Firewall_MapService()
  5491.     {
  5492.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.m54.sst'] ?? $this->get_ServiceLocator_M54_SstService()), new RewindableGenerator(function () {
  5493.             yield 'security.firewall.map.context.main' => NULL;
  5494.             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)/')));
  5495.         }, 2));
  5496.     }
  5497.     /**
  5498.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5499.      *
  5500.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5501.      */
  5502.     protected function getSecurity_Firewall_Map_Context_DevService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5506.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5507.             return new \EmptyIterator();
  5508.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'security.firewall.map.context.main' shared service.
  5512.      *
  5513.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5514.      */
  5515.     protected function getSecurity_Firewall_Map_Context_MainService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5526.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5527.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5528.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5529.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5530.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5531.             yield => ($this->privates['security.authentication.listener.lightsaml_sp.main'] ?? $this->getSecurity_Authentication_Listener_LightsamlSp_MainService());
  5532.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5533.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5534.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/saml/login'false), 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' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.db_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'light_saml_sp'=> 'anonymous'], NULL));
  5535.     }
  5536.     /**
  5537.      * Gets the private 'security.http_utils' shared service.
  5538.      *
  5539.      * @return \Symfony\Component\Security\Http\HttpUtils
  5540.      */
  5541.     protected function getSecurity_HttpUtilsService()
  5542.     {
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5544.         $a = ($this->services['router'] ?? $this->getRouterService());
  5545.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5546.     }
  5547.     /**
  5548.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  5549.      *
  5550.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  5551.      */
  5552.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  5553.     {
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  5555.         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()));
  5556.     }
  5557.     /**
  5558.      * Gets the private 'security.logout.listener.default.main' shared service.
  5559.      *
  5560.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  5561.      */
  5562.     protected function getSecurity_Logout_Listener_Default_MainService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  5565.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  5566.     }
  5567.     /**
  5568.      * Gets the private 'security.logout_url_generator' shared service.
  5569.      *
  5570.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5571.      */
  5572.     protected function getSecurity_LogoutUrlGeneratorService()
  5573.     {
  5574.         $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()));
  5575.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  5576.         return $instance;
  5577.     }
  5578.     /**
  5579.      * Gets the private 'security.user.provider.concrete.db_provider' shared service.
  5580.      *
  5581.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5582.      */
  5583.     protected function getSecurity_User_Provider_Concrete_DbProviderService()
  5584.     {
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5588.         return $this->privates['security.user.provider.concrete.db_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  5589.     }
  5590.     /**
  5591.      * Gets the private 'security.validator.user_password' shared service.
  5592.      *
  5593.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5594.      */
  5595.     protected function getSecurity_Validator_UserPasswordService()
  5596.     {
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5602.         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->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5606.      *
  5607.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5608.      */
  5609.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5610.     {
  5611.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5615.      *
  5616.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5617.      */
  5618.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5619.     {
  5620.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5621.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5622.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5623.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5624.     }
  5625.     /**
  5626.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5627.      *
  5628.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5629.      */
  5630.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5631.     {
  5632.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5633.     }
  5634.     /**
  5635.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5636.      *
  5637.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5638.      */
  5639.     protected function getSensioFrameworkExtra_View_ListenerService()
  5640.     {
  5641.         $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))));
  5642.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5643.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5644.         ], [
  5645.             'twig' => '?',
  5646.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5647.         return $instance;
  5648.     }
  5649.     /**
  5650.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5651.      *
  5652.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5653.      */
  5654.     protected function getSerializer_Mapping_CacheWarmerService()
  5655.     {
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5661.         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'));
  5662.     }
  5663.     /**
  5664.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5665.      *
  5666.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5667.      */
  5668.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5676.         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()))]));
  5677.     }
  5678.     /**
  5679.      * Gets the private 'session.factory' shared service.
  5680.      *
  5681.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5682.      */
  5683.     protected function getSession_FactoryService()
  5684.     {
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  5686.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  5687.         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(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  5688.     }
  5689.     /**
  5690.      * Gets the private 'session.storage.factory.service' shared service.
  5691.      *
  5692.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  5693.      *
  5694.      * @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.
  5695.      */
  5696.     protected function getSession_Storage_Factory_ServiceService()
  5697.     {
  5698.         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.');
  5699.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5700.     }
  5701.     /**
  5702.      * Gets the private 'session.storage.metadata_bag' shared service.
  5703.      *
  5704.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  5705.      *
  5706.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  5707.      */
  5708.     protected function getSession_Storage_MetadataBagService()
  5709.     {
  5710.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  5711.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  5712.     }
  5713.     /**
  5714.      * Gets the private 'session.storage.native' shared service.
  5715.      *
  5716.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5717.      *
  5718.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  5719.      */
  5720.     protected function getSession_Storage_NativeService()
  5721.     {
  5722.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  5723.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  5724.     }
  5725.     /**
  5726.      * Gets the private 'session_listener' shared service.
  5727.      *
  5728.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5729.      */
  5730.     protected function getSessionListenerService()
  5731.     {
  5732.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5733.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5734.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5735.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5736.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5737.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  5738.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5739.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5740.         ], [
  5741.             'initialized_session' => '?',
  5742.             'logger' => '?',
  5743.             'request_stack' => '?',
  5744.             'session' => '?',
  5745.             'session_collector' => '?',
  5746.             'session_factory' => '?',
  5747.             'session_storage' => '?',
  5748.         ]), true$this->parameters['session.storage.options']);
  5749.     }
  5750.     /**
  5751.      * Gets the private 'translation.extractor' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5754.      */
  5755.     protected function getTranslation_ExtractorService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5762.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5763.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5764.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  5765.         return $instance;
  5766.     }
  5767.     /**
  5768.      * Gets the private 'translation.loader.csv' shared service.
  5769.      *
  5770.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5771.      */
  5772.     protected function getTranslation_Loader_CsvService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5778.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5779.     }
  5780.     /**
  5781.      * Gets the private 'translation.loader.dat' shared service.
  5782.      *
  5783.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5784.      */
  5785.     protected function getTranslation_Loader_DatService()
  5786.     {
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5790.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5791.     }
  5792.     /**
  5793.      * Gets the private 'translation.loader.ini' shared service.
  5794.      *
  5795.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5796.      */
  5797.     protected function getTranslation_Loader_IniService()
  5798.     {
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5803.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5804.     }
  5805.     /**
  5806.      * Gets the private 'translation.loader.json' shared service.
  5807.      *
  5808.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5809.      */
  5810.     protected function getTranslation_Loader_JsonService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5816.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5817.     }
  5818.     /**
  5819.      * Gets the private 'translation.loader.mo' shared service.
  5820.      *
  5821.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5822.      */
  5823.     protected function getTranslation_Loader_MoService()
  5824.     {
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5829.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5830.     }
  5831.     /**
  5832.      * Gets the private 'translation.loader.php' shared service.
  5833.      *
  5834.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5835.      */
  5836.     protected function getTranslation_Loader_PhpService()
  5837.     {
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5842.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5843.     }
  5844.     /**
  5845.      * Gets the private 'translation.loader.po' shared service.
  5846.      *
  5847.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5848.      */
  5849.     protected function getTranslation_Loader_PoService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5855.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5856.     }
  5857.     /**
  5858.      * Gets the private 'translation.loader.qt' shared service.
  5859.      *
  5860.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5861.      */
  5862.     protected function getTranslation_Loader_QtService()
  5863.     {
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5866.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5867.     }
  5868.     /**
  5869.      * Gets the private 'translation.loader.res' shared service.
  5870.      *
  5871.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5872.      */
  5873.     protected function getTranslation_Loader_ResService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5877.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5878.     }
  5879.     /**
  5880.      * Gets the private 'translation.loader.xliff' shared service.
  5881.      *
  5882.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5883.      */
  5884.     protected function getTranslation_Loader_XliffService()
  5885.     {
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5888.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5889.     }
  5890.     /**
  5891.      * Gets the private 'translation.loader.yml' shared service.
  5892.      *
  5893.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5894.      */
  5895.     protected function getTranslation_Loader_YmlService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5901.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5902.     }
  5903.     /**
  5904.      * Gets the private 'translation.provider_collection' shared service.
  5905.      *
  5906.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  5907.      */
  5908.     protected function getTranslation_ProviderCollectionService()
  5909.     {
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  5912.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  5913.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  5914.         }, 1), []))->fromConfig([]);
  5915.     }
  5916.     /**
  5917.      * Gets the private 'translation.reader' shared service.
  5918.      *
  5919.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5920.      */
  5921.     protected function getTranslation_ReaderService()
  5922.     {
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5939.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5940.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5941.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5942.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5943.         $instance->addLoader('yaml'$a);
  5944.         $instance->addLoader('yml'$a);
  5945.         $instance->addLoader('xlf'$b);
  5946.         $instance->addLoader('xliff'$b);
  5947.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5948.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5949.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5950.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5951.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5952.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5953.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5954.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the private 'translation.warmer' shared service.
  5959.      *
  5960.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5961.      */
  5962.     protected function getTranslation_WarmerService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5966.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5967.             'translator' => ['services''translator''getTranslatorService'false],
  5968.         ], [
  5969.             'translator' => '?',
  5970.         ]))->withContext('translation.warmer'$this));
  5971.     }
  5972.     /**
  5973.      * Gets the private 'translation.writer' shared service.
  5974.      *
  5975.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  5976.      */
  5977.     protected function getTranslation_WriterService()
  5978.     {
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  5993.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  5994.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  5995.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  5996.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  5997.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  5998.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  5999.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6000.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6001.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6002.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6003.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6004.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6005.         return $instance;
  6006.     }
  6007.     /**
  6008.      * Gets the private 'translator.default' shared service.
  6009.      *
  6010.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6011.      */
  6012.     protected function getTranslator_DefaultService()
  6013.     {
  6014.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6015.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6016.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6017.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6018.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6019.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6020.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6021.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6022.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6023.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6024.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6025.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6026.         ], [
  6027.             'translation.loader.csv' => '?',
  6028.             'translation.loader.dat' => '?',
  6029.             'translation.loader.ini' => '?',
  6030.             'translation.loader.json' => '?',
  6031.             'translation.loader.mo' => '?',
  6032.             'translation.loader.php' => '?',
  6033.             'translation.loader.po' => '?',
  6034.             'translation.loader.qt' => '?',
  6035.             'translation.loader.res' => '?',
  6036.             'translation.loader.xliff' => '?',
  6037.             'translation.loader.yml' => '?',
  6038.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/twig/extra-bundle/translations'15 => 'vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/translations'16 => 'vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/translations']]], []);
  6039.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6040.         $instance->setFallbackLocales([=> 'en']);
  6041.         return $instance;
  6042.     }
  6043.     /**
  6044.      * Gets the private 'twig.command.debug' shared service.
  6045.      *
  6046.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6047.      */
  6048.     protected function getTwig_Command_DebugService()
  6049.     {
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6052.         $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()));
  6053.         $instance->setName('debug:twig');
  6054.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6055.         return $instance;
  6056.     }
  6057.     /**
  6058.      * Gets the private 'twig.command.lint' shared service.
  6059.      *
  6060.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6061.      */
  6062.     protected function getTwig_Command_LintService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6067.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6068.         $instance->setName('lint:twig');
  6069.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6070.         return $instance;
  6071.     }
  6072.     /**
  6073.      * Gets the private 'twig.form.engine' shared service.
  6074.      *
  6075.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6076.      */
  6077.     protected function getTwig_Form_EngineService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6082.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6083.     }
  6084.     /**
  6085.      * Gets the private 'twig.form.renderer' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\Form\FormRenderer
  6088.      */
  6089.     protected function getTwig_Form_RendererService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6093.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6094.     }
  6095.     /**
  6096.      * Gets the private 'twig.mailer.message_listener' shared service.
  6097.      *
  6098.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6099.      */
  6100.     protected function getTwig_Mailer_MessageListenerService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6105.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6106.     }
  6107.     /**
  6108.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6109.      *
  6110.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6111.      */
  6112.     protected function getTwig_Runtime_HttpkernelService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6120.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6121.         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, [
  6122.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6123.         ], [
  6124.             'inline' => '?',
  6125.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6126.     }
  6127.     /**
  6128.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6129.      *
  6130.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6131.      */
  6132.     protected function getTwig_Runtime_SecurityCsrfService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6135.         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()));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'twig.runtime.serializer' shared service.
  6139.      *
  6140.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6141.      */
  6142.     protected function getTwig_Runtime_SerializerService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6146.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6147.     }
  6148.     /**
  6149.      * Gets the private 'twig.template_cache_warmer' shared service.
  6150.      *
  6151.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6152.      */
  6153.     protected function getTwig_TemplateCacheWarmerService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6158.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6159.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6160.         ], [
  6161.             'twig' => '?',
  6162.         ]))->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')));
  6163.     }
  6164.     /**
  6165.      * Gets the private 'validator.builder' shared service.
  6166.      *
  6167.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6168.      */
  6169.     protected function getValidator_BuilderService()
  6170.     {
  6171.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6172.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6173.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6174.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6175.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6176.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6177.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6178.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6179.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6180.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6181.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6182.         ], [
  6183.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6184.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6185.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6186.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6187.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6188.             'doctrine.orm.validator.unique' => '?',
  6189.             'security.validator.user_password' => '?',
  6190.             'validator.expression' => '?',
  6191.         ])));
  6192.         if ($this->has('translator')) {
  6193.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6194.         }
  6195.         $instance->setTranslationDomain('validators');
  6196.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6197.         $instance->enableAnnotationMapping(true);
  6198.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6199.         $instance->addMethodMapping('loadValidatorMetadata');
  6200.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6201.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6202.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6203.         return $instance;
  6204.     }
  6205.     /**
  6206.      * Gets the private 'validator.email' shared service.
  6207.      *
  6208.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6209.      */
  6210.     protected function getValidator_EmailService()
  6211.     {
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6215.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6216.     }
  6217.     /**
  6218.      * Gets the private 'validator.expression' shared service.
  6219.      *
  6220.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6221.      */
  6222.     protected function getValidator_ExpressionService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6227.         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())));
  6228.     }
  6229.     /**
  6230.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6231.      *
  6232.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6233.      */
  6234.     protected function getValidator_Mapping_CacheWarmerService()
  6235.     {
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6239.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6240.     }
  6241.     /**
  6242.      * Gets the private 'validator.not_compromised_password' shared service.
  6243.      *
  6244.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6245.      */
  6246.     protected function getValidator_NotCompromisedPasswordService()
  6247.     {
  6248.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6249.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6251.         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);
  6252.     }
  6253.     /**
  6254.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6255.      *
  6256.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6257.      */
  6258.     protected function getVarDumper_Command_ServerDumpService()
  6259.     {
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6266.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6267.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6268.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6269.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6270.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6271.         $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()))]);
  6272.         $instance->setName('server:dump');
  6273.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6278.      *
  6279.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6280.      */
  6281.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6282.     {
  6283.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6284.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6285.         return $instance;
  6286.     }
  6287.     /**
  6288.      * Gets the private 'var_dumper.html_dumper' shared service.
  6289.      *
  6290.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6291.      */
  6292.     protected function getVarDumper_HtmlDumperService()
  6293.     {
  6294.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6295.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6296.         return $instance;
  6297.     }
  6298.     /**
  6299.      * Gets the private 'var_dumper.server_connection' shared service.
  6300.      *
  6301.      * @return \Symfony\Component\VarDumper\Server\Connection
  6302.      */
  6303.     protected function getVarDumper_ServerConnectionService()
  6304.     {
  6305.         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()]);
  6306.     }
  6307.     /**
  6308.      * Gets the private 'web_profiler.csp.handler' shared service.
  6309.      *
  6310.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6311.      */
  6312.     protected function getWebProfiler_Csp_HandlerService()
  6313.     {
  6314.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6315.     }
  6316.     /**
  6317.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6318.      *
  6319.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6320.      */
  6321.     protected function getWebProfiler_DebugToolbarService()
  6322.     {
  6323.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($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()));
  6324.     }
  6325.     /**
  6326.      * Gets the public 'cache_clearer' alias.
  6327.      *
  6328.      * @return object The ".container.private.cache_clearer" service.
  6329.      */
  6330.     protected function getCacheClearerService()
  6331.     {
  6332.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6333.         return $this->get('.container.private.cache_clearer');
  6334.     }
  6335.     /**
  6336.      * Gets the public 'filesystem' alias.
  6337.      *
  6338.      * @return object The ".container.private.filesystem" service.
  6339.      */
  6340.     protected function getFilesystemService()
  6341.     {
  6342.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6343.         return $this->get('.container.private.filesystem');
  6344.     }
  6345.     /**
  6346.      * Gets the public 'serializer' alias.
  6347.      *
  6348.      * @return object The ".container.private.serializer" service.
  6349.      */
  6350.     protected function getSerializerService()
  6351.     {
  6352.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6353.         return $this->get('.container.private.serializer');
  6354.     }
  6355.     /**
  6356.      * Gets the public 'security.csrf.token_manager' alias.
  6357.      *
  6358.      * @return object The ".container.private.security.csrf.token_manager" service.
  6359.      */
  6360.     protected function getSecurity_Csrf_TokenManagerService()
  6361.     {
  6362.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6363.         return $this->get('.container.private.security.csrf.token_manager');
  6364.     }
  6365.     /**
  6366.      * Gets the public 'form.factory' alias.
  6367.      *
  6368.      * @return object The ".container.private.form.factory" service.
  6369.      */
  6370.     protected function getForm_FactoryService()
  6371.     {
  6372.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6373.         return $this->get('.container.private.form.factory');
  6374.     }
  6375.     /**
  6376.      * Gets the public 'form.type.file' alias.
  6377.      *
  6378.      * @return object The ".container.private.form.type.file" service.
  6379.      */
  6380.     protected function getForm_Type_FileService()
  6381.     {
  6382.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6383.         return $this->get('.container.private.form.type.file');
  6384.     }
  6385.     /**
  6386.      * Gets the public 'profiler' alias.
  6387.      *
  6388.      * @return object The ".container.private.profiler" service.
  6389.      */
  6390.     protected function getProfilerService()
  6391.     {
  6392.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6393.         return $this->get('.container.private.profiler');
  6394.     }
  6395.     /**
  6396.      * Gets the public 'twig' alias.
  6397.      *
  6398.      * @return object The ".container.private.twig" service.
  6399.      */
  6400.     protected function getTwigService()
  6401.     {
  6402.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6403.         return $this->get('.container.private.twig');
  6404.     }
  6405.     /**
  6406.      * Gets the public 'security.authorization_checker' alias.
  6407.      *
  6408.      * @return object The ".container.private.security.authorization_checker" service.
  6409.      */
  6410.     protected function getSecurity_AuthorizationCheckerService()
  6411.     {
  6412.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6413.         return $this->get('.container.private.security.authorization_checker');
  6414.     }
  6415.     /**
  6416.      * Gets the public 'security.token_storage' alias.
  6417.      *
  6418.      * @return object The ".container.private.security.token_storage" service.
  6419.      */
  6420.     protected function getSecurity_TokenStorageService()
  6421.     {
  6422.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6423.         return $this->get('.container.private.security.token_storage');
  6424.     }
  6425.     /**
  6426.      * Gets the public 'security.password_encoder' alias.
  6427.      *
  6428.      * @return object The ".container.private.security.password_encoder" service.
  6429.      */
  6430.     protected function getSecurity_PasswordEncoderService()
  6431.     {
  6432.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6433.         return $this->get('.container.private.security.password_encoder');
  6434.     }
  6435.     /**
  6436.      * Gets the public 'session' alias.
  6437.      *
  6438.      * @return object The ".container.private.session" service.
  6439.      */
  6440.     protected function getSessionService()
  6441.     {
  6442.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6443.         return $this->get('.container.private.session');
  6444.     }
  6445.     /**
  6446.      * Gets the public 'validator' alias.
  6447.      *
  6448.      * @return object The ".container.private.validator" service.
  6449.      */
  6450.     protected function getValidatorService()
  6451.     {
  6452.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6453.         return $this->get('.container.private.validator');
  6454.     }
  6455.     /**
  6456.      * @return array|bool|float|int|string|\UnitEnum|null
  6457.      */
  6458.     public function getParameter(string $name)
  6459.     {
  6460.         if (isset($this->buildParameters[$name])) {
  6461.             return $this->buildParameters[$name];
  6462.         }
  6463.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6464.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6465.         }
  6466.         if (isset($this->loadedDynamicParameters[$name])) {
  6467.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6468.         }
  6469.         return $this->parameters[$name];
  6470.     }
  6471.     public function hasParameter(string $name): bool
  6472.     {
  6473.         if (isset($this->buildParameters[$name])) {
  6474.             return true;
  6475.         }
  6476.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6477.     }
  6478.     public function setParameter(string $name$value): void
  6479.     {
  6480.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6481.     }
  6482.     public function getParameterBag(): ParameterBagInterface
  6483.     {
  6484.         if (null === $this->parameterBag) {
  6485.             $parameters $this->parameters;
  6486.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6487.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6488.             }
  6489.             foreach ($this->buildParameters as $name => $value) {
  6490.                 $parameters[$name] = $value;
  6491.             }
  6492.             $this->parameterBag = new FrozenParameterBag($parameters);
  6493.         }
  6494.         return $this->parameterBag;
  6495.     }
  6496.     private $loadedDynamicParameters = [
  6497.         'kernel.runtime_environment' => false,
  6498.         'kernel.build_dir' => false,
  6499.         'kernel.cache_dir' => false,
  6500.         'kernel.secret' => false,
  6501.         'debug.container.dump' => false,
  6502.         'serializer.mapping.cache.file' => false,
  6503.         'session.save_path' => false,
  6504.         'validator.mapping.cache.file' => false,
  6505.         'profiler.storage.dsn' => false,
  6506.         'doctrine.orm.proxy_dir' => false,
  6507.     ];
  6508.     private $dynamicParameters = [];
  6509.     private function getDynamicParameter(string $name)
  6510.     {
  6511.         switch ($name) {
  6512.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6513.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6514.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6515.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6516.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6517.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6518.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6519.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6520.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6521.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6522.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6523.         }
  6524.         $this->loadedDynamicParameters[$name] = true;
  6525.         return $this->dynamicParameters[$name] = $value;
  6526.     }
  6527.     protected function getDefaultParameters(): array
  6528.     {
  6529.         return [
  6530.             'kernel.project_dir' => \dirname(__DIR__4),
  6531.             'kernel.environment' => 'dev',
  6532.             'kernel.debug' => true,
  6533.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6534.             'kernel.bundles' => [
  6535.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6536.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6537.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6538.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6539.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6540.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6541.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6542.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6543.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6544.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6545.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6546.                 'LightSamlSymfonyBridgeBundle' => 'LightSaml\\SymfonyBridgeBundle\\LightSamlSymfonyBridgeBundle',
  6547.                 'LightSamlSpBundle' => 'LightSaml\\SpBundle\\LightSamlSpBundle',
  6548.             ],
  6549.             'kernel.bundles_metadata' => [
  6550.                 'FrameworkBundle' => [
  6551.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6552.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6553.                 ],
  6554.                 'SensioFrameworkExtraBundle' => [
  6555.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6556.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6557.                 ],
  6558.                 'TwigBundle' => [
  6559.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6560.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6561.                 ],
  6562.                 'WebProfilerBundle' => [
  6563.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6564.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6565.                 ],
  6566.                 'MonologBundle' => [
  6567.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6568.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6569.                 ],
  6570.                 'DebugBundle' => [
  6571.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6572.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6573.                 ],
  6574.                 'MakerBundle' => [
  6575.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6576.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6577.                 ],
  6578.                 'DoctrineBundle' => [
  6579.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6580.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6581.                 ],
  6582.                 'DoctrineMigrationsBundle' => [
  6583.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6584.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6585.                 ],
  6586.                 'SecurityBundle' => [
  6587.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6588.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6589.                 ],
  6590.                 'TwigExtraBundle' => [
  6591.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6592.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6593.                 ],
  6594.                 'LightSamlSymfonyBridgeBundle' => [
  6595.                     'path' => (\dirname(__DIR__4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle'),
  6596.                     'namespace' => 'LightSaml\\SymfonyBridgeBundle',
  6597.                 ],
  6598.                 'LightSamlSpBundle' => [
  6599.                     'path' => (\dirname(__DIR__4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle'),
  6600.                     'namespace' => 'LightSaml\\SpBundle',
  6601.                 ],
  6602.             ],
  6603.             'kernel.charset' => 'UTF-8',
  6604.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6605.             'container.dumper.inline_class_loader' => true,
  6606.             'container.dumper.inline_factories' => true,
  6607.             'event_dispatcher.event_aliases' => [
  6608.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6609.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6610.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6611.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6612.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6613.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6614.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6615.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6616.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6617.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6618.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6619.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6620.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6621.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6622.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6623.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6624.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6625.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6626.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6627.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6628.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6629.             ],
  6630.             'fragment.renderer.hinclude.global_template' => NULL,
  6631.             'fragment.path' => '/_fragment',
  6632.             'kernel.http_method_override' => true,
  6633.             'kernel.trusted_hosts' => [
  6634.             ],
  6635.             'kernel.default_locale' => 'en',
  6636.             'kernel.enabled_locales' => [
  6637.             ],
  6638.             'kernel.error_controller' => 'error_controller',
  6639.             'debug.file_link_format' => NULL,
  6640.             'asset.request_context.base_path' => NULL,
  6641.             'asset.request_context.secure' => NULL,
  6642.             'translator.logging' => false,
  6643.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6644.             'debug.error_handler.throw_at' => -1,
  6645.             'router.request_context.host' => 'localhost',
  6646.             'router.request_context.scheme' => 'http',
  6647.             'router.request_context.base_url' => '',
  6648.             'router.resource' => 'kernel::loadRoutes',
  6649.             'request_listener.http_port' => 80,
  6650.             'request_listener.https_port' => 443,
  6651.             'session.metadata.storage_key' => '_sf2_meta',
  6652.             'session.storage.options' => [
  6653.                 'cache_limiter' => '0',
  6654.                 'cookie_secure' => 'auto',
  6655.                 'cookie_httponly' => true,
  6656.                 'cookie_samesite' => 'lax',
  6657.                 'gc_probability' => 1,
  6658.             ],
  6659.             'session.metadata.update_threshold' => 0,
  6660.             'form.type_extension.csrf.enabled' => true,
  6661.             'form.type_extension.csrf.field_name' => '_token',
  6662.             'validator.translation_domain' => 'validators',
  6663.             'profiler_listener.only_exceptions' => false,
  6664.             'profiler_listener.only_main_requests' => false,
  6665.             'twig.form.resources' => [
  6666.                 => 'form_div_layout.html.twig',
  6667.             ],
  6668.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6669.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6670.             'web_profiler.debug_toolbar.mode' => 2,
  6671.             'monolog.use_microseconds' => true,
  6672.             'monolog.swift_mailer.handlers' => [
  6673.             ],
  6674.             'monolog.handlers_to_channels' => [
  6675.                 'monolog.handler.console' => [
  6676.                     'type' => 'exclusive',
  6677.                     'elements' => [
  6678.                         => 'event',
  6679.                         => 'doctrine',
  6680.                         => 'console',
  6681.                     ],
  6682.                 ],
  6683.                 'monolog.handler.main' => [
  6684.                     'type' => 'exclusive',
  6685.                     'elements' => [
  6686.                         => 'event',
  6687.                     ],
  6688.                 ],
  6689.             ],
  6690.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6691.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6692.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6693.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6694.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6695.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6696.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6697.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6698.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6699.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6700.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6701.             'doctrine.entity_managers' => [
  6702.                 'default' => 'doctrine.orm.default_entity_manager',
  6703.             ],
  6704.             'doctrine.default_entity_manager' => 'default',
  6705.             'doctrine.dbal.connection_factory.types' => [
  6706.             ],
  6707.             'doctrine.connections' => [
  6708.                 'default' => 'doctrine.dbal.default_connection',
  6709.             ],
  6710.             'doctrine.default_connection' => 'default',
  6711.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6712.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6713.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6714.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6715.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6716.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6717.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6718.             'doctrine.orm.cache.memcache_port' => 11211,
  6719.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6720.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6721.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6722.             'doctrine.orm.cache.memcached_port' => 11211,
  6723.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6724.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6725.             'doctrine.orm.cache.redis_host' => 'localhost',
  6726.             'doctrine.orm.cache.redis_port' => 6379,
  6727.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6728.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6729.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6730.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6731.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6732.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6733.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6734.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6735.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6736.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6737.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6738.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6739.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6740.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6741.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6742.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6743.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6744.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6745.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6746.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6747.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6748.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6749.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6750.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6751.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6752.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6753.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6754.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6755.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6756.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6757.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6758.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6759.             'doctrine.migrations.preferred_em' => NULL,
  6760.             'doctrine.migrations.preferred_connection' => NULL,
  6761.             'security.role_hierarchy.roles' => [
  6762.             ],
  6763.             'security.access.denied_url' => NULL,
  6764.             'security.authentication.manager.erase_credentials' => true,
  6765.             'security.authentication.session_strategy.strategy' => 'migrate',
  6766.             'security.access.always_authenticate_before_granting' => false,
  6767.             'security.authentication.hide_user_not_found' => true,
  6768.             'security.firewalls' => [
  6769.                 => 'main',
  6770.                 => 'dev',
  6771.             ],
  6772.             'security.main._indexed_authenticators' => [
  6773.             ],
  6774.             'lightsaml.own.entity_id' => 'https://valrhona-print.infostrates.com/',
  6775.             'lightsaml.route.login_check' => 'lightsaml_sp.login_check',
  6776.             'lightsaml.store.request_session_prefix' => 'main',
  6777.             'lightsaml.store.request_session_suffix' => 'saml_request_state_',
  6778.             'lightsaml.store.sso_state_session_key' => 'samlsso',
  6779.             'lightsaml_sp.route.discovery' => 'lightsaml_sp.discovery',
  6780.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6781.             'data_collector.templates' => [
  6782.                 'data_collector.request' => [
  6783.                     => 'request',
  6784.                     => '@WebProfiler/Collector/request.html.twig',
  6785.                 ],
  6786.                 'data_collector.time' => [
  6787.                     => 'time',
  6788.                     => '@WebProfiler/Collector/time.html.twig',
  6789.                 ],
  6790.                 'data_collector.memory' => [
  6791.                     => 'memory',
  6792.                     => '@WebProfiler/Collector/memory.html.twig',
  6793.                 ],
  6794.                 'data_collector.validator' => [
  6795.                     => 'validator',
  6796.                     => '@WebProfiler/Collector/validator.html.twig',
  6797.                 ],
  6798.                 'data_collector.ajax' => [
  6799.                     => 'ajax',
  6800.                     => '@WebProfiler/Collector/ajax.html.twig',
  6801.                 ],
  6802.                 'data_collector.form' => [
  6803.                     => 'form',
  6804.                     => '@WebProfiler/Collector/form.html.twig',
  6805.                 ],
  6806.                 'data_collector.exception' => [
  6807.                     => 'exception',
  6808.                     => '@WebProfiler/Collector/exception.html.twig',
  6809.                 ],
  6810.                 'data_collector.logger' => [
  6811.                     => 'logger',
  6812.                     => '@WebProfiler/Collector/logger.html.twig',
  6813.                 ],
  6814.                 'data_collector.events' => [
  6815.                     => 'events',
  6816.                     => '@WebProfiler/Collector/events.html.twig',
  6817.                 ],
  6818.                 'data_collector.router' => [
  6819.                     => 'router',
  6820.                     => '@WebProfiler/Collector/router.html.twig',
  6821.                 ],
  6822.                 'data_collector.cache' => [
  6823.                     => 'cache',
  6824.                     => '@WebProfiler/Collector/cache.html.twig',
  6825.                 ],
  6826.                 'data_collector.translation' => [
  6827.                     => 'translation',
  6828.                     => '@WebProfiler/Collector/translation.html.twig',
  6829.                 ],
  6830.                 'data_collector.security' => [
  6831.                     => 'security',
  6832.                     => '@Security/Collector/security.html.twig',
  6833.                 ],
  6834.                 'data_collector.twig' => [
  6835.                     => 'twig',
  6836.                     => '@WebProfiler/Collector/twig.html.twig',
  6837.                 ],
  6838.                 'data_collector.http_client' => [
  6839.                     => 'http_client',
  6840.                     => '@WebProfiler/Collector/http_client.html.twig',
  6841.                 ],
  6842.                 'data_collector.doctrine' => [
  6843.                     => 'db',
  6844.                     => '@Doctrine/Collector/db.html.twig',
  6845.                 ],
  6846.                 'data_collector.dump' => [
  6847.                     => 'dump',
  6848.                     => '@Debug/Profiler/dump.html.twig',
  6849.                 ],
  6850.                 'mailer.data_collector' => [
  6851.                     => 'mailer',
  6852.                     => '@WebProfiler/Collector/mailer.html.twig',
  6853.                 ],
  6854.                 'data_collector.config' => [
  6855.                     => 'config',
  6856.                     => '@WebProfiler/Collector/config.html.twig',
  6857.                 ],
  6858.             ],
  6859.             'console.command.ids' => [
  6860.             ],
  6861.         ];
  6862.     }
  6863.     protected function throw($message)
  6864.     {
  6865.         throw new RuntimeException($message);
  6866.     }
  6867. }