var/cache/dev/ContainerOjh3KFJ/App_KernelDevDebugContainer.php line 6157

Open in your IDE?
  1. <?php
  2. namespace ContainerOjh3KFJ;
  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\\AjaxController' => 'getAjaxControllerService',
  47.             'App\\Controller\\CustomerController' => 'getCustomerControllerService',
  48.             'App\\Controller\\MainController' => 'getMainControllerService',
  49.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  50.             'App\\Controller\\ServiceController' => 'getServiceControllerService',
  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.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  81.             'form.factory' => 'getForm_FactoryService',
  82.             'form.type.file' => 'getForm_Type_FileService',
  83.             'profiler' => 'getProfilerService',
  84.             'serializer' => 'getSerializerService',
  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/http-kernel/EventListener/AbstractSessionListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  203.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  204.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  221.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  222.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  228.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  263.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  266.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  273.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  277.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  309.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  338.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  392.             include_once __DIR__.'/proxy-classes.php';
  393.         };
  394.     }
  395.     public function compile(): void
  396.     {
  397.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  398.     }
  399.     public function isCompiled(): bool
  400.     {
  401.         return true;
  402.     }
  403.     public function getRemovedIds(): array
  404.     {
  405.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  406.     }
  407.     protected function createProxy($class, \Closure $factory)
  408.     {
  409.         return $factory();
  410.     }
  411.     /**
  412.      * Gets the public '.container.private.cache_clearer' shared service.
  413.      *
  414.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  415.      */
  416.     protected function get_Container_Private_CacheClearerService()
  417.     {
  418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  420.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  421.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  422.         }, 1));
  423.     }
  424.     /**
  425.      * Gets the public '.container.private.filesystem' shared service.
  426.      *
  427.      * @return \Symfony\Component\Filesystem\Filesystem
  428.      */
  429.     protected function get_Container_Private_FilesystemService()
  430.     {
  431.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  432.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  433.     }
  434.     /**
  435.      * Gets the public '.container.private.form.factory' shared service.
  436.      *
  437.      * @return \Symfony\Component\Form\FormFactory
  438.      */
  439.     protected function get_Container_Private_Form_FactoryService()
  440.     {
  441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  443.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  444.     }
  445.     /**
  446.      * Gets the public '.container.private.form.type.file' shared service.
  447.      *
  448.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  449.      */
  450.     protected function get_Container_Private_Form_Type_FileService()
  451.     {
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  455.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  456.     }
  457.     /**
  458.      * Gets the public '.container.private.profiler' shared service.
  459.      *
  460.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  461.      */
  462.     protected function get_Container_Private_ProfilerService()
  463.     {
  464.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  465.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  466.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  467.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  468.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  469.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  470.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  471.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  472.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  473.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  474.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  475.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  476.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  477.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  478.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  479.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  480.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  481.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  482.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  483.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  484.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  485.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  486.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  487.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  488.         if ($this->has('kernel')) {
  489.             $g->setKernel($b);
  490.         }
  491.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  492.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  493.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  494.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  495.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  496.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  497.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  498.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  499.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  500.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  501.         $instance->add($d);
  502.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  503.         $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));
  504.         $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())));
  505.         $instance->add($e);
  506.         $instance->add($f);
  507.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  508.         $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()))));
  509.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  510.         $instance->add($g);
  511.         return $instance;
  512.     }
  513.     /**
  514.      * Gets the public '.container.private.security.authorization_checker' shared service.
  515.      *
  516.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  517.      */
  518.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  519.     {
  520.         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);
  521.     }
  522.     /**
  523.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  524.      *
  525.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  526.      */
  527.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  528.     {
  529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  533.         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())));
  534.     }
  535.     /**
  536.      * Gets the public '.container.private.security.password_encoder' shared service.
  537.      *
  538.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  539.      *
  540.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  541.      */
  542.     protected function get_Container_Private_Security_PasswordEncoderService()
  543.     {
  544.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  545.         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()));
  546.     }
  547.     /**
  548.      * Gets the public '.container.private.security.token_storage' shared service.
  549.      *
  550.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  551.      */
  552.     protected function get_Container_Private_Security_TokenStorageService()
  553.     {
  554.         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, [
  555.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  556.         ], [
  557.             'request_stack' => '?',
  558.         ]));
  559.     }
  560.     /**
  561.      * Gets the public '.container.private.serializer' shared service.
  562.      *
  563.      * @return \Symfony\Component\Serializer\Serializer
  564.      */
  565.     protected function get_Container_Private_SerializerService()
  566.     {
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  569.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  570.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  571.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  575.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  576.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  609.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  610.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  611.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  612.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  613.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  614.         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\JsonSerializableNormalizer(), => 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(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 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(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  615.     }
  616.     /**
  617.      * Gets the public '.container.private.session' shared service.
  618.      *
  619.      * @return \Symfony\Component\HttpFoundation\Session\Session
  620.      */
  621.     protected function get_Container_Private_SessionService()
  622.     {
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  625.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  626.     }
  627.     /**
  628.      * Gets the public '.container.private.twig' shared service.
  629.      *
  630.      * @return \Twig\Environment
  631.      */
  632.     protected function get_Container_Private_TwigService()
  633.     {
  634.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  635.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  636.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  637.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  638.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  639.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  640.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  641.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  642.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  643.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  644.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  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, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  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\AjaxController' shared autowired service.
  718.      *
  719.      * @return \App\Controller\AjaxController
  720.      */
  721.     protected function getAjaxControllerService()
  722.     {
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  724.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  725.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController();
  726.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AjaxController'$this));
  727.         return $instance;
  728.     }
  729.     /**
  730.      * Gets the public 'App\Controller\CustomerController' shared autowired service.
  731.      *
  732.      * @return \App\Controller\CustomerController
  733.      */
  734.     protected function getCustomerControllerService()
  735.     {
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  737.         include_once \dirname(__DIR__4).'/src/Controller/CustomerController.php';
  738.         $this->services['App\\Controller\\CustomerController'] = $instance = new \App\Controller\CustomerController();
  739.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CustomerController'$this));
  740.         return $instance;
  741.     }
  742.     /**
  743.      * Gets the public 'App\Controller\MainController' shared autowired service.
  744.      *
  745.      * @return \App\Controller\MainController
  746.      */
  747.     protected function getMainControllerService()
  748.     {
  749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  750.         include_once \dirname(__DIR__4).'/src/Controller/MainController.php';
  751.         $this->services['App\\Controller\\MainController'] = $instance = new \App\Controller\MainController();
  752.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MainController'$this));
  753.         return $instance;
  754.     }
  755.     /**
  756.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  757.      *
  758.      * @return \App\Controller\SecurityController
  759.      */
  760.     protected function getSecurityControllerService()
  761.     {
  762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  763.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  764.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  765.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  766.         return $instance;
  767.     }
  768.     /**
  769.      * Gets the public 'App\Controller\ServiceController' shared autowired service.
  770.      *
  771.      * @return \App\Controller\ServiceController
  772.      */
  773.     protected function getServiceControllerService()
  774.     {
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  776.         include_once \dirname(__DIR__4).'/src/Controller/ServiceController.php';
  777.         $this->services['App\\Controller\\ServiceController'] = $instance = new \App\Controller\ServiceController();
  778.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ServiceController'$this));
  779.         return $instance;
  780.     }
  781.     /**
  782.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  783.      *
  784.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  785.      */
  786.     protected function getRedirectControllerService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  789.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  790.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  791.     }
  792.     /**
  793.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  794.      *
  795.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  796.      */
  797.     protected function getTemplateControllerService()
  798.     {
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  800.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  801.     }
  802.     /**
  803.      * Gets the public 'cache.app' shared service.
  804.      *
  805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  806.      */
  807.     protected function getCache_AppService()
  808.     {
  809.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tTt10ezPRw'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  810.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  811.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  812.     }
  813.     /**
  814.      * Gets the public 'cache.app_clearer' shared service.
  815.      *
  816.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  817.      */
  818.     protected function getCache_AppClearerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  822.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  823.     }
  824.     /**
  825.      * Gets the public 'cache.global_clearer' shared service.
  826.      *
  827.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  828.      */
  829.     protected function getCache_GlobalClearerService()
  830.     {
  831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  833.         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())]);
  834.     }
  835.     /**
  836.      * Gets the public 'cache.system' shared service.
  837.      *
  838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  839.      */
  840.     protected function getCache_SystemService()
  841.     {
  842.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oM8G-miD5e'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  843.     }
  844.     /**
  845.      * Gets the public 'cache.system_clearer' shared service.
  846.      *
  847.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  848.      */
  849.     protected function getCache_SystemClearerService()
  850.     {
  851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  853.         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())]);
  854.     }
  855.     /**
  856.      * Gets the public 'cache.validator_expression_language' shared service.
  857.      *
  858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  859.      */
  860.     protected function getCache_ValidatorExpressionLanguageService()
  861.     {
  862.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vMAGzBcM7z'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  863.     }
  864.     /**
  865.      * Gets the public 'cache_warmer' shared service.
  866.      *
  867.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  868.      */
  869.     protected function getCacheWarmerService()
  870.     {
  871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  873.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  874.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  875.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  876.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  877.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  878.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  879.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  880.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  881.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  882.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  883.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  884.     }
  885.     /**
  886.      * Gets the public 'console.command_loader' shared service.
  887.      *
  888.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  889.      */
  890.     protected function getConsole_CommandLoaderService()
  891.     {
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  894.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  895.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  896.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  897.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  898.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  899.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  900.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  901.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  902.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  903.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  904.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  905.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  906.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  907.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  908.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  909.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  910.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  911.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  912.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  913.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  914.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  915.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  916.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  917.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  918.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  919.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  920.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  921.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  922.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  923.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  924.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  925.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  926.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  927.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  928.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  929.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  930.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  931.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  932.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  933.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  934.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  935.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  936.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  937.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  938.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  939.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  940.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  941.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  942.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  943.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  944.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  945.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  946.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  947.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  948.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  949.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  950.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  951.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  952.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  953.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  954.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  955.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  956.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  957.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  958.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  959.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  960.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  961.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  962.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  963.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  964.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  965.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  966.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  967.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  968.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  969.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  970.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  971.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  972.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  973.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  974.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  975.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  976.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  977.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  978.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  979.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  980.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  981.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  982.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  983.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  984.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  985.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  986.         ], [
  987.             'console.command.about' => '?',
  988.             'console.command.assets_install' => '?',
  989.             'console.command.cache_clear' => '?',
  990.             'console.command.cache_pool_clear' => '?',
  991.             'console.command.cache_pool_prune' => '?',
  992.             'console.command.cache_pool_delete' => '?',
  993.             'console.command.cache_pool_list' => '?',
  994.             'console.command.cache_warmup' => '?',
  995.             'console.command.config_debug' => '?',
  996.             'console.command.config_dump_reference' => '?',
  997.             'console.command.container_debug' => '?',
  998.             'console.command.container_lint' => '?',
  999.             'console.command.debug_autowiring' => '?',
  1000.             'console.command.dotenv_debug' => '?',
  1001.             'console.command.event_dispatcher_debug' => '?',
  1002.             'console.command.router_debug' => '?',
  1003.             'console.command.router_match' => '?',
  1004.             'console.command.translation_debug' => '?',
  1005.             'console.command.translation_extract' => '?',
  1006.             'console.command.validator_debug' => '?',
  1007.             'console.command.translation_pull' => '?',
  1008.             'console.command.translation_push' => '?',
  1009.             'console.command.xliff_lint' => '?',
  1010.             'console.command.yaml_lint' => '?',
  1011.             'console.command.form_debug' => '?',
  1012.             'console.command.secrets_set' => '?',
  1013.             'console.command.secrets_remove' => '?',
  1014.             'console.command.secrets_generate_key' => '?',
  1015.             'console.command.secrets_list' => '?',
  1016.             'console.command.secrets_decrypt_to_local' => '?',
  1017.             'console.command.secrets_encrypt_from_local' => '?',
  1018.             'twig.command.debug' => '?',
  1019.             'twig.command.lint' => '?',
  1020.             'var_dumper.command.server_dump' => '?',
  1021.             'monolog.command.server_log' => '?',
  1022.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1023.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1024.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1025.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1026.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1027.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1028.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1029.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1030.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1031.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1032.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1033.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1034.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1035.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1036.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1037.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1038.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1039.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1040.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1041.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1042.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1043.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1044.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1045.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1046.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1047.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1048.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1049.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1050.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1051.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1052.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1053.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1054.             'security.command.debug_firewall' => '?',
  1055.             'security.command.user_password_encoder' => '?',
  1056.             'security.command.user_password_hash' => '?',
  1057.             'maker.auto_command.make_auth' => '?',
  1058.             'maker.auto_command.make_command' => '?',
  1059.             'maker.auto_command.make_controller' => '?',
  1060.             'maker.auto_command.make_crud' => '?',
  1061.             'maker.auto_command.make_docker_database' => '?',
  1062.             'maker.auto_command.make_entity' => '?',
  1063.             'maker.auto_command.make_fixtures' => '?',
  1064.             'maker.auto_command.make_form' => '?',
  1065.             'maker.auto_command.make_message' => '?',
  1066.             'maker.auto_command.make_messenger_middleware' => '?',
  1067.             'maker.auto_command.make_registration_form' => '?',
  1068.             'maker.auto_command.make_reset_password' => '?',
  1069.             'maker.auto_command.make_serializer_encoder' => '?',
  1070.             'maker.auto_command.make_serializer_normalizer' => '?',
  1071.             'maker.auto_command.make_subscriber' => '?',
  1072.             'maker.auto_command.make_twig_extension' => '?',
  1073.             'maker.auto_command.make_test' => '?',
  1074.             'maker.auto_command.make_validator' => '?',
  1075.             'maker.auto_command.make_voter' => '?',
  1076.             'maker.auto_command.make_user' => '?',
  1077.             'maker.auto_command.make_migration' => '?',
  1078.         ]), ['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']);
  1079.     }
  1080.     /**
  1081.      * Gets the public 'container.env_var_processors_locator' shared service.
  1082.      *
  1083.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1084.      */
  1085.     protected function getContainer_EnvVarProcessorsLocatorService()
  1086.     {
  1087.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1088.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1089.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1090.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1091.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1092.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1093.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1094.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1095.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1096.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1097.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1098.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1099.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1100.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1101.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1102.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1103.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1104.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1105.         ], [
  1106.             'base64' => '?',
  1107.             'bool' => '?',
  1108.             'const' => '?',
  1109.             'csv' => '?',
  1110.             'default' => '?',
  1111.             'file' => '?',
  1112.             'float' => '?',
  1113.             'int' => '?',
  1114.             'json' => '?',
  1115.             'key' => '?',
  1116.             'not' => '?',
  1117.             'query_string' => '?',
  1118.             'require' => '?',
  1119.             'resolve' => '?',
  1120.             'string' => '?',
  1121.             'trim' => '?',
  1122.             'url' => '?',
  1123.         ]);
  1124.     }
  1125.     /**
  1126.      * Gets the public 'data_collector.dump' shared service.
  1127.      *
  1128.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1129.      */
  1130.     protected function getDataCollector_DumpService()
  1131.     {
  1132.         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()));
  1133.     }
  1134.     /**
  1135.      * Gets the public 'doctrine' shared service.
  1136.      *
  1137.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1138.      */
  1139.     protected function getDoctrineService()
  1140.     {
  1141.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1142.     }
  1143.     /**
  1144.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1145.      *
  1146.      * @return \Doctrine\DBAL\Connection
  1147.      */
  1148.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1149.     {
  1150.         $a = new \Doctrine\DBAL\Configuration();
  1151.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1152.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1153.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1154.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1155.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1156.         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, [
  1157.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1158.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1159.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1160.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1161.         ], [
  1162.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1163.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1164.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1165.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1166.         ]), [=> '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']]), []);
  1167.     }
  1168.     /**
  1169.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1170.      *
  1171.      * @return \Doctrine\ORM\EntityManager
  1172.      */
  1173.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1174.     {
  1175.         if ($lazyLoad) {
  1176.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1177.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1178.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1179.                     $proxy->setProxyInitializer(null);
  1180.                     return true;
  1181.                 });
  1182.             });
  1183.         }
  1184.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1209.         $a = new \Doctrine\ORM\Configuration();
  1210.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1211.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1212.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1213.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1214.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1215.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1216.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1217.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1218.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1219.         ], [
  1220.             'doctrine.ulid_generator' => '?',
  1221.             'doctrine.uuid_generator' => '?',
  1222.         ])));
  1223.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1224.         $a->setProxyNamespace('Proxies');
  1225.         $a->setAutoGenerateProxyClasses(true);
  1226.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1227.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1228.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1229.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1230.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1231.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1232.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1233.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  1234.             'App\\Repository\\ServiceitemRepository' => ['privates''App\\Repository\\ServiceitemRepository''getServiceitemRepositoryService'false],
  1235.             'App\\Repository\\ServicerowRepository' => ['privates''App\\Repository\\ServicerowRepository''getServicerowRepositoryService'false],
  1236.             'App\\Repository\\SettlementRepository' => ['privates''App\\Repository\\SettlementRepository''getSettlementRepositoryService'false],
  1237.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'false],
  1238.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1239.         ], [
  1240.             'App\\Repository\\CustomerRepository' => '?',
  1241.             'App\\Repository\\ServiceRepository' => '?',
  1242.             'App\\Repository\\ServiceitemRepository' => '?',
  1243.             'App\\Repository\\ServicerowRepository' => '?',
  1244.             'App\\Repository\\SettlementRepository' => '?',
  1245.             'App\\Repository\\StatusRepository' => '?',
  1246.             'App\\Repository\\UserRepository' => '?',
  1247.         ])));
  1248.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1249.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1250.         return $instance;
  1251.     }
  1252.     /**
  1253.      * Gets the public 'error_controller' shared service.
  1254.      *
  1255.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1256.      */
  1257.     protected function getErrorControllerService()
  1258.     {
  1259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1264.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1265.         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)));
  1266.     }
  1267.     /**
  1268.      * Gets the public 'event_dispatcher' shared service.
  1269.      *
  1270.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1271.      */
  1272.     protected function getEventDispatcherService()
  1273.     {
  1274.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1275.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1276.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1277.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1278.         $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())));
  1279.         $instance->addListener('kernel.controller', [=> function () {
  1280.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1281.         }, => 'onKernelController'], 0);
  1282.         $instance->addListener('kernel.response', [=> function () {
  1283.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1284.         }, => 'onKernelResponse'], 0);
  1285.         $instance->addListener('kernel.response', [=> function () {
  1286.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1287.         }, => 'onKernelResponse'], -1024);
  1288.         $instance->addListener('kernel.request', [=> function () {
  1289.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1290.         }, => 'setDefaultLocale'], 100);
  1291.         $instance->addListener('kernel.request', [=> function () {
  1292.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1293.         }, => 'onKernelRequest'], 16);
  1294.         $instance->addListener('kernel.finish_request', [=> function () {
  1295.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1296.         }, => 'onKernelFinishRequest'], 0);
  1297.         $instance->addListener('kernel.request', [=> function () {
  1298.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1299.         }, => 'onKernelRequest'], 256);
  1300.         $instance->addListener('kernel.response', [=> function () {
  1301.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1302.         }, => 'onResponse'], -255);
  1303.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1304.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1305.         }, => 'onControllerArguments'], 0);
  1306.         $instance->addListener('kernel.exception', [=> function () {
  1307.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1308.         }, => 'logKernelException'], 0);
  1309.         $instance->addListener('kernel.exception', [=> function () {
  1310.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1311.         }, => 'onKernelException'], -128);
  1312.         $instance->addListener('kernel.response', [=> function () {
  1313.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1314.         }, => 'removeCspHeader'], -128);
  1315.         $instance->addListener('kernel.request', [=> function () {
  1316.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1317.         }, => 'onKernelRequest'], 15);
  1318.         $instance->addListener('kernel.finish_request', [=> function () {
  1319.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1320.         }, => 'onKernelFinishRequest'], -15);
  1321.         $instance->addListener('console.error', [=> function () {
  1322.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1323.         }, => 'onConsoleError'], -128);
  1324.         $instance->addListener('console.terminate', [=> function () {
  1325.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1326.         }, => 'onConsoleTerminate'], -128);
  1327.         $instance->addListener('console.error', [=> function () {
  1328.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1329.         }, => 'onConsoleError'], 0);
  1330.         $instance->addListener('kernel.request', [=> function () {
  1331.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1332.         }, => 'onKernelRequest'], 128);
  1333.         $instance->addListener('kernel.response', [=> function () {
  1334.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1335.         }, => 'onKernelResponse'], -1000);
  1336.         $instance->addListener('kernel.finish_request', [=> function () {
  1337.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1338.         }, => 'onFinishRequest'], 0);
  1339.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1340.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1341.         }, => 'onMessage'], -255);
  1342.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1343.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1344.         }, => 'onMessage'], -255);
  1345.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1346.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1347.         }, => 'onNotification'], -255);
  1348.         $instance->addListener('kernel.response', [=> function () {
  1349.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1350.         }, => 'onKernelResponse'], -100);
  1351.         $instance->addListener('kernel.exception', [=> function () {
  1352.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1353.         }, => 'onKernelException'], 0);
  1354.         $instance->addListener('kernel.terminate', [=> function () {
  1355.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1356.         }, => 'onKernelTerminate'], -1024);
  1357.         $instance->addListener('kernel.controller', [=> function () {
  1358.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1359.         }, => 'onKernelController'], 0);
  1360.         $instance->addListener('kernel.response', [=> function () {
  1361.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1362.         }, => 'onKernelResponse'], 0);
  1363.         $instance->addListener('kernel.request', [=> function () {
  1364.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1365.         }, => 'configure'], 2048);
  1366.         $instance->addListener('console.command', [=> function () {
  1367.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1368.         }, => 'configure'], 2048);
  1369.         $instance->addListener('kernel.request', [=> function () {
  1370.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1371.         }, => 'onKernelRequest'], 32);
  1372.         $instance->addListener('kernel.finish_request', [=> function () {
  1373.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1374.         }, => 'onKernelFinishRequest'], 0);
  1375.         $instance->addListener('kernel.exception', [=> function () {
  1376.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1377.         }, => 'onKernelException'], -64);
  1378.         $instance->addListener('kernel.response', [=> function () {
  1379.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1380.         }, => 'onKernelResponse'], 0);
  1381.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1382.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1383.         }, => 'onMessage'], 0);
  1384.         $instance->addListener('kernel.response', [=> function () {
  1385.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1386.         }, => 'onKernelResponse'], -128);
  1387.         $instance->addListener('console.command', [=> function () {
  1388.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1389.         }, => 'onCommand'], 255);
  1390.         $instance->addListener('console.terminate', [=> function () {
  1391.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1392.         }, => 'onTerminate'], -255);
  1393.         $instance->addListener('console.command', [=> function () {
  1394.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1395.         }, => 'configure'], 1024);
  1396.         $instance->addListener('kernel.controller', [=> function () {
  1397.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1398.         }, => 'onKernelController'], 0);
  1399.         $instance->addListener('kernel.controller', [=> function () {
  1400.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1401.         }, => 'onKernelController'], 0);
  1402.         $instance->addListener('kernel.controller', [=> function () {
  1403.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1404.         }, => 'onKernelController'], -128);
  1405.         $instance->addListener('kernel.view', [=> function () {
  1406.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1407.         }, => 'onKernelView'], 0);
  1408.         $instance->addListener('kernel.controller', [=> function () {
  1409.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1410.         }, => 'onKernelController'], 0);
  1411.         $instance->addListener('kernel.response', [=> function () {
  1412.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1413.         }, => 'onKernelResponse'], 0);
  1414.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1415.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1416.         }, => 'onKernelControllerArguments'], 0);
  1417.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1418.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1419.         }, => 'onKernelControllerArguments'], 0);
  1420.         $instance->addListener('kernel.response', [=> function () {
  1421.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1422.         }, => 'onKernelResponse'], 0);
  1423.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1424.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1425.         }, => 'onVoterVote'], 0);
  1426.         $instance->addListener('kernel.request', [=> function () {
  1427.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1428.         }, => 'configureLogoutUrlGenerator'], 8);
  1429.         $instance->addListener('kernel.request', [=> function () {
  1430.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1431.         }, => 'onKernelRequest'], 8);
  1432.         $instance->addListener('kernel.finish_request', [=> function () {
  1433.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1434.         }, => 'onKernelFinishRequest'], 0);
  1435.         $instance->addListener('console.error', [=> function () {
  1436.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1437.         }, => 'onConsoleError'], 0);
  1438.         $instance->addListener('console.terminate', [=> function () {
  1439.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1440.         }, => 'onConsoleTerminate'], 0);
  1441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1442.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1443.         }, => 'onLogout'], 0);
  1444.         return $instance;
  1445.     }
  1446.     /**
  1447.      * Gets the public 'http_kernel' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1450.      */
  1451.     protected function getHttpKernelService()
  1452.     {
  1453.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1454.         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 () {
  1455.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1456.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1457.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1458.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1459.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1460.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1461.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1462.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1463.         }, 8)), $a));
  1464.     }
  1465.     /**
  1466.      * Gets the public 'request_stack' shared service.
  1467.      *
  1468.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1469.      */
  1470.     protected function getRequestStackService()
  1471.     {
  1472.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1473.     }
  1474.     /**
  1475.      * Gets the public 'router' shared service.
  1476.      *
  1477.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1478.      */
  1479.     protected function getRouterService()
  1480.     {
  1481.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1483.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1484.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1486.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1487.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1488.         ], [
  1489.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1490.         ]))->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');
  1491.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1492.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1493.         return $instance;
  1494.     }
  1495.     /**
  1496.      * Gets the public 'routing.loader' shared service.
  1497.      *
  1498.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1499.      */
  1500.     protected function getRouting_LoaderService()
  1501.     {
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1526.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1527.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1528.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1529.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1530.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1531.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1532.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1533.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1534.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1535.             'kernel' => ['services''kernel''getKernelService'false],
  1536.         ], [
  1537.             'kernel' => 'App\\Kernel',
  1538.         ]), 'dev'));
  1539.         $a->addLoader($c);
  1540.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1541.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1542.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1543.     }
  1544.     /**
  1545.      * Gets the public 'services_resetter' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1548.      */
  1549.     protected function getServicesResetterService()
  1550.     {
  1551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1552.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1553.             if (isset($this->services['cache.app'])) {
  1554.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1555.             }
  1556.             if (isset($this->services['cache.system'])) {
  1557.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1558.             }
  1559.             if (isset($this->privates['cache.validator'])) {
  1560.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1561.             }
  1562.             if (isset($this->privates['cache.serializer'])) {
  1563.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1564.             }
  1565.             if (isset($this->privates['cache.annotations'])) {
  1566.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1567.             }
  1568.             if (isset($this->privates['cache.property_info'])) {
  1569.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1570.             }
  1571.             if (isset($this->privates['session_listener'])) {
  1572.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1573.             }
  1574.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1575.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1576.             }
  1577.             if (isset($this->privates['.debug.http_client'])) {
  1578.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1579.             }
  1580.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1581.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1582.             }
  1583.             if (isset($this->services['cache.validator_expression_language'])) {
  1584.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1585.             }
  1586.             if (isset($this->services['.container.private.profiler'])) {
  1587.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1588.             }
  1589.             if (isset($this->services['.container.private.validator'])) {
  1590.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1591.             }
  1592.             if (isset($this->privates['debug.stopwatch'])) {
  1593.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1594.             }
  1595.             if (isset($this->services['event_dispatcher'])) {
  1596.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1597.             }
  1598.             if (isset($this->privates['monolog.handler.main'])) {
  1599.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1600.             }
  1601.             if (isset($this->privates['monolog.handler.console'])) {
  1602.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1603.             }
  1604.             if (isset($this->services['doctrine'])) {
  1605.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1606.             }
  1607.             if (isset($this->privates['form.type.entity'])) {
  1608.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1609.             }
  1610.             if (isset($this->services['.container.private.security.token_storage'])) {
  1611.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1612.             }
  1613.             if (isset($this->privates['cache.security_expression_language'])) {
  1614.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1615.             }
  1616.             if (isset($this->privates['.debug.http_client'])) {
  1617.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1618.             }
  1619.         }, function () {
  1620.             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['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (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['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (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']));
  1621.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> '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']]);
  1622.     }
  1623.     /**
  1624.      * Gets the public 'translator' shared service.
  1625.      *
  1626.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1627.      */
  1628.     protected function getTranslatorService()
  1629.     {
  1630.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1631.     }
  1632.     /**
  1633.      * Gets the public 'var_dumper.cloner' shared service.
  1634.      *
  1635.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1636.      */
  1637.     protected function getVarDumper_ClonerService()
  1638.     {
  1639.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1640.         $instance->setMaxItems(2500);
  1641.         $instance->setMinDepth(1);
  1642.         $instance->setMaxString(-1);
  1643.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1644.         return $instance;
  1645.     }
  1646.     /**
  1647.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1648.      *
  1649.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1650.      */
  1651.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1652.     {
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1654.         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()));
  1655.     }
  1656.     /**
  1657.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1658.      *
  1659.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1660.      */
  1661.     protected function getWebProfiler_Controller_ProfilerService()
  1662.     {
  1663.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1664.         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));
  1665.     }
  1666.     /**
  1667.      * Gets the public 'web_profiler.controller.router' shared service.
  1668.      *
  1669.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1670.      */
  1671.     protected function getWebProfiler_Controller_RouterService()
  1672.     {
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1674.         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 () {
  1675.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1676.         }, 1));
  1677.     }
  1678.     /**
  1679.      * Gets the private '.console.command.about.lazy' shared service.
  1680.      *
  1681.      * @return \Symfony\Component\Console\Command\LazyCommand
  1682.      */
  1683.     protected function get_Console_Command_About_LazyService()
  1684.     {
  1685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1687.         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 {
  1688.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1689.         });
  1690.     }
  1691.     /**
  1692.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1693.      *
  1694.      * @return \Symfony\Component\Console\Command\LazyCommand
  1695.      */
  1696.     protected function get_Console_Command_AssetsInstall_LazyService()
  1697.     {
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1700.         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 {
  1701.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1702.         });
  1703.     }
  1704.     /**
  1705.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1706.      *
  1707.      * @return \Symfony\Component\Console\Command\LazyCommand
  1708.      */
  1709.     protected function get_Console_Command_CacheClear_LazyService()
  1710.     {
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1713.         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 {
  1714.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1715.         });
  1716.     }
  1717.     /**
  1718.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\Console\Command\LazyCommand
  1721.      */
  1722.     protected function get_Console_Command_CachePoolClear_LazyService()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1726.         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 {
  1727.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1728.         });
  1729.     }
  1730.     /**
  1731.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1732.      *
  1733.      * @return \Symfony\Component\Console\Command\LazyCommand
  1734.      */
  1735.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1736.     {
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1739.         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 {
  1740.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1741.         });
  1742.     }
  1743.     /**
  1744.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1745.      *
  1746.      * @return \Symfony\Component\Console\Command\LazyCommand
  1747.      */
  1748.     protected function get_Console_Command_CachePoolList_LazyService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1752.         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 {
  1753.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1754.         });
  1755.     }
  1756.     /**
  1757.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\Console\Command\LazyCommand
  1760.      */
  1761.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1765.         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 {
  1766.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1767.         });
  1768.     }
  1769.     /**
  1770.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1771.      *
  1772.      * @return \Symfony\Component\Console\Command\LazyCommand
  1773.      */
  1774.     protected function get_Console_Command_CacheWarmup_LazyService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1778.         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 {
  1779.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1780.         });
  1781.     }
  1782.     /**
  1783.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\Console\Command\LazyCommand
  1786.      */
  1787.     protected function get_Console_Command_ConfigDebug_LazyService()
  1788.     {
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1791.         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 {
  1792.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1793.         });
  1794.     }
  1795.     /**
  1796.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\Console\Command\LazyCommand
  1799.      */
  1800.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1801.     {
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1804.         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 {
  1805.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1806.         });
  1807.     }
  1808.     /**
  1809.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1810.      *
  1811.      * @return \Symfony\Component\Console\Command\LazyCommand
  1812.      */
  1813.     protected function get_Console_Command_ContainerDebug_LazyService()
  1814.     {
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1817.         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 {
  1818.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1819.         });
  1820.     }
  1821.     /**
  1822.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\Console\Command\LazyCommand
  1825.      */
  1826.     protected function get_Console_Command_ContainerLint_LazyService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1830.         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 {
  1831.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1832.         });
  1833.     }
  1834.     /**
  1835.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1836.      *
  1837.      * @return \Symfony\Component\Console\Command\LazyCommand
  1838.      */
  1839.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1840.     {
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1843.         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 {
  1844.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1845.         });
  1846.     }
  1847.     /**
  1848.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1849.      *
  1850.      * @return \Symfony\Component\Console\Command\LazyCommand
  1851.      */
  1852.     protected function get_Console_Command_DotenvDebug_LazyService()
  1853.     {
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1856.         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 {
  1857.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1858.         });
  1859.     }
  1860.     /**
  1861.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\Console\Command\LazyCommand
  1864.      */
  1865.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1866.     {
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1869.         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 {
  1870.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1871.         });
  1872.     }
  1873.     /**
  1874.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1875.      *
  1876.      * @return \Symfony\Component\Console\Command\LazyCommand
  1877.      */
  1878.     protected function get_Console_Command_FormDebug_LazyService()
  1879.     {
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1882.         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 {
  1883.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1884.         });
  1885.     }
  1886.     /**
  1887.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1888.      *
  1889.      * @return \Symfony\Component\Console\Command\LazyCommand
  1890.      */
  1891.     protected function get_Console_Command_RouterDebug_LazyService()
  1892.     {
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1895.         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 {
  1896.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1897.         });
  1898.     }
  1899.     /**
  1900.      * Gets the private '.console.command.router_match.lazy' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\Console\Command\LazyCommand
  1903.      */
  1904.     protected function get_Console_Command_RouterMatch_LazyService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1908.         return $this->privates['.console.command.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 {
  1909.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1910.         });
  1911.     }
  1912.     /**
  1913.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Console\Command\LazyCommand
  1916.      */
  1917.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1921.         return $this->privates['.console.command.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 {
  1922.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1923.         });
  1924.     }
  1925.     /**
  1926.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\Console\Command\LazyCommand
  1929.      */
  1930.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1934.         return $this->privates['.console.command.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 {
  1935.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1936.         });
  1937.     }
  1938.     /**
  1939.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Console\Command\LazyCommand
  1942.      */
  1943.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1947.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  1948.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1949.         });
  1950.     }
  1951.     /**
  1952.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\Console\Command\LazyCommand
  1955.      */
  1956.     protected function get_Console_Command_SecretsList_LazyService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1960.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  1961.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  1962.         });
  1963.     }
  1964.     /**
  1965.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Console\Command\LazyCommand
  1968.      */
  1969.     protected function get_Console_Command_SecretsRemove_LazyService()
  1970.     {
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1973.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  1974.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  1975.         });
  1976.     }
  1977.     /**
  1978.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\Console\Command\LazyCommand
  1981.      */
  1982.     protected function get_Console_Command_SecretsSet_LazyService()
  1983.     {
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1986.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  1987.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  1988.         });
  1989.     }
  1990.     /**
  1991.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\Console\Command\LazyCommand
  1994.      */
  1995.     protected function get_Console_Command_TranslationDebug_LazyService()
  1996.     {
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1999.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2000.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2001.         });
  2002.     }
  2003.     /**
  2004.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Console\Command\LazyCommand
  2007.      */
  2008.     protected function get_Console_Command_TranslationExtract_LazyService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2012.         return $this->privates['.console.command.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 {
  2013.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2014.         });
  2015.     }
  2016.     /**
  2017.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Console\Command\LazyCommand
  2020.      */
  2021.     protected function get_Console_Command_TranslationPull_LazyService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2025.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2026.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2027.         });
  2028.     }
  2029.     /**
  2030.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2031.      *
  2032.      * @return \Symfony\Component\Console\Command\LazyCommand
  2033.      */
  2034.     protected function get_Console_Command_TranslationPush_LazyService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2038.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2039.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2040.         });
  2041.     }
  2042.     /**
  2043.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2044.      *
  2045.      * @return \Symfony\Component\Console\Command\LazyCommand
  2046.      */
  2047.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2051.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2052.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2053.         });
  2054.     }
  2055.     /**
  2056.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Console\Command\LazyCommand
  2059.      */
  2060.     protected function get_Console_Command_XliffLint_LazyService()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2064.         return $this->privates['.console.command.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 {
  2065.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2066.         });
  2067.     }
  2068.     /**
  2069.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\Console\Command\LazyCommand
  2072.      */
  2073.     protected function get_Console_Command_YamlLint_LazyService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2077.         return $this->privates['.console.command.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 {
  2078.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2079.         });
  2080.     }
  2081.     /**
  2082.      * Gets the private '.debug.http_client' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2085.      */
  2086.     protected function get_Debug_HttpClientService()
  2087.     {
  2088.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2089.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2090.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2091.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2092.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2093.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2094.         $a->setLogger($b);
  2095.         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))));
  2096.     }
  2097.     /**
  2098.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2101.      */
  2102.     protected function getLoaderInterfaceService()
  2103.     {
  2104.         $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".');
  2105.     }
  2106.     /**
  2107.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\HttpFoundation\Response
  2110.      */
  2111.     protected function getResponseService()
  2112.     {
  2113.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2114.     }
  2115.     /**
  2116.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\Console\Command\LazyCommand
  2119.      */
  2120.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2124.         return $this->privates['.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 {
  2125.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2126.         });
  2127.     }
  2128.     /**
  2129.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\Console\Command\LazyCommand
  2132.      */
  2133.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2137.         return $this->privates['.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 {
  2138.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2139.         });
  2140.     }
  2141.     /**
  2142.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\Console\Command\LazyCommand
  2145.      */
  2146.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2147.     {
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2150.         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 {
  2151.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2152.         });
  2153.     }
  2154.     /**
  2155.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\Console\Command\LazyCommand
  2158.      */
  2159.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2160.     {
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2163.         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 {
  2164.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2165.         });
  2166.     }
  2167.     /**
  2168.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2169.      *
  2170.      * @return \Symfony\Component\Console\Command\LazyCommand
  2171.      */
  2172.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2176.         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 {
  2177.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2178.         });
  2179.     }
  2180.     /**
  2181.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2182.      *
  2183.      * @return \Symfony\Component\Console\Command\LazyCommand
  2184.      */
  2185.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2186.     {
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2189.         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 {
  2190.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2191.         });
  2192.     }
  2193.     /**
  2194.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2195.      *
  2196.      * @return \Symfony\Component\Console\Command\LazyCommand
  2197.      */
  2198.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2199.     {
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2202.         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 {
  2203.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2204.         });
  2205.     }
  2206.     /**
  2207.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\Console\Command\LazyCommand
  2210.      */
  2211.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2212.     {
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2215.         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 {
  2216.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2217.         });
  2218.     }
  2219.     /**
  2220.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2221.      *
  2222.      * @return \Symfony\Component\Console\Command\LazyCommand
  2223.      */
  2224.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2228.         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 {
  2229.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2230.         });
  2231.     }
  2232.     /**
  2233.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\Console\Command\LazyCommand
  2236.      */
  2237.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2241.         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 {
  2242.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2243.         });
  2244.     }
  2245.     /**
  2246.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\Console\Command\LazyCommand
  2249.      */
  2250.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2254.         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 {
  2255.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2256.         });
  2257.     }
  2258.     /**
  2259.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2260.      *
  2261.      * @return \Symfony\Component\Console\Command\LazyCommand
  2262.      */
  2263.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2264.     {
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2267.         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 {
  2268.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2269.         });
  2270.     }
  2271.     /**
  2272.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2273.      *
  2274.      * @return \Symfony\Component\Console\Command\LazyCommand
  2275.      */
  2276.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2277.     {
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2280.         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 {
  2281.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2282.         });
  2283.     }
  2284.     /**
  2285.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2286.      *
  2287.      * @return \Symfony\Component\Console\Command\LazyCommand
  2288.      */
  2289.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2290.     {
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2293.         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 {
  2294.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2295.         });
  2296.     }
  2297.     /**
  2298.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2299.      *
  2300.      * @return \Symfony\Component\Console\Command\LazyCommand
  2301.      */
  2302.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2303.     {
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2306.         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 {
  2307.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2308.         });
  2309.     }
  2310.     /**
  2311.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\Console\Command\LazyCommand
  2314.      */
  2315.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2319.         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 {
  2320.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2321.         });
  2322.     }
  2323.     /**
  2324.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2325.      *
  2326.      * @return \Symfony\Component\Console\Command\LazyCommand
  2327.      */
  2328.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2329.     {
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2332.         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 {
  2333.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2334.         });
  2335.     }
  2336.     /**
  2337.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\Console\Command\LazyCommand
  2340.      */
  2341.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2345.         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 {
  2346.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2347.         });
  2348.     }
  2349.     /**
  2350.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\Console\Command\LazyCommand
  2353.      */
  2354.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2355.     {
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2358.         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 {
  2359.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2360.         });
  2361.     }
  2362.     /**
  2363.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\Console\Command\LazyCommand
  2366.      */
  2367.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2371.         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 {
  2372.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2373.         });
  2374.     }
  2375.     /**
  2376.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\Console\Command\LazyCommand
  2379.      */
  2380.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2381.     {
  2382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2384.         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 {
  2385.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2386.         });
  2387.     }
  2388.     /**
  2389.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2390.      *
  2391.      * @return \Symfony\Component\Console\Command\LazyCommand
  2392.      */
  2393.     protected function get_Monolog_Command_ServerLog_LazyService()
  2394.     {
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2397.         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 {
  2398.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2399.         });
  2400.     }
  2401.     /**
  2402.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2403.      *
  2404.      * @return \Symfony\Component\Console\Command\LazyCommand
  2405.      */
  2406.     protected function get_Security_Command_DebugFirewall_LazyService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2410.         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 {
  2411.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2412.         });
  2413.     }
  2414.     /**
  2415.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2416.      *
  2417.      * @return \Symfony\Component\Console\Command\LazyCommand
  2418.      */
  2419.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2423.         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 {
  2424.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2425.         });
  2426.     }
  2427.     /**
  2428.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\Console\Command\LazyCommand
  2431.      */
  2432.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2433.     {
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2436.         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 {
  2437.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2438.         });
  2439.     }
  2440.     /**
  2441.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2442.      *
  2443.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2444.      */
  2445.     protected function get_ServiceLocator_GNc8e5BService()
  2446.     {
  2447.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2448.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2449.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2450.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2451.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2452.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2453.             'router' => ['services''router''getRouterService'false],
  2454.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2455.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2456.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2457.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2458.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2459.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2460.         ], [
  2461.             'doctrine' => '?',
  2462.             'form.factory' => '?',
  2463.             'http_kernel' => '?',
  2464.             'parameter_bag' => '?',
  2465.             'request_stack' => '?',
  2466.             'router' => '?',
  2467.             'security.authorization_checker' => '?',
  2468.             'security.csrf.token_manager' => '?',
  2469.             'security.token_storage' => '?',
  2470.             'serializer' => '?',
  2471.             'session' => '.session.deprecated',
  2472.             'twig' => '?',
  2473.         ]);
  2474.     }
  2475.     /**
  2476.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2479.      */
  2480.     protected function get_ServiceLocator_KfbR3DYService()
  2481.     {
  2482.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2483.             '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".'],
  2484.         ], [
  2485.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2486.         ]);
  2487.     }
  2488.     /**
  2489.      * Gets the private '.service_locator.KfwZsne' shared service.
  2490.      *
  2491.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2492.      */
  2493.     protected function get_ServiceLocator_KfwZsneService()
  2494.     {
  2495.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2496.             '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.'],
  2497.         ], [
  2498.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  2499.         ]);
  2500.     }
  2501.     /**
  2502.      * Gets the private '.service_locator.MC60of_' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2505.      */
  2506.     protected function get_ServiceLocator_MC60ofService()
  2507.     {
  2508.         return $this->privates['.service_locator.MC60of_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2509.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2510.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2511.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2512.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2513.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'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.             'App\\Controller\\SecurityController::login' => '?',
  2519.             'kernel::loadRoutes' => '?',
  2520.             'kernel::registerContainerConfiguration' => '?',
  2521.             'kernel::terminate' => '?',
  2522.             'App\\Controller\\SecurityController:login' => '?',
  2523.             'kernel:loadRoutes' => '?',
  2524.             'kernel:registerContainerConfiguration' => '?',
  2525.             'kernel:terminate' => '?',
  2526.         ]);
  2527.     }
  2528.     /**
  2529.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2532.      */
  2533.     protected function get_ServiceLocator_UDgw6OlService()
  2534.     {
  2535.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2536.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2537.         ], [
  2538.             'authenticationUtils' => '?',
  2539.         ]);
  2540.     }
  2541.     /**
  2542.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2545.      */
  2546.     protected function get_ServiceLocator_JlyTfzMService()
  2547.     {
  2548.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2549.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2550.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2551.         ], [
  2552.             'event_dispatcher' => '?',
  2553.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2554.         ]);
  2555.     }
  2556.     /**
  2557.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2558.      *
  2559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2560.      */
  2561.     protected function get_ServiceLocator_ZJyh7qSService()
  2562.     {
  2563.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2564.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2565.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2566.         ], [
  2567.             'security.firewall.map.context.dev' => '?',
  2568.             'security.firewall.map.context.main' => '?',
  2569.         ]);
  2570.     }
  2571.     /**
  2572.      * Gets the private '.session.deprecated' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2575.      */
  2576.     protected function get_Session_DeprecatedService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2580.         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();
  2581.     }
  2582.     /**
  2583.      * Gets the private '.twig.command.debug.lazy' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\Console\Command\LazyCommand
  2586.      */
  2587.     protected function get_Twig_Command_Debug_LazyService()
  2588.     {
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2591.         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 {
  2592.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2593.         });
  2594.     }
  2595.     /**
  2596.      * Gets the private '.twig.command.lint.lazy' shared service.
  2597.      *
  2598.      * @return \Symfony\Component\Console\Command\LazyCommand
  2599.      */
  2600.     protected function get_Twig_Command_Lint_LazyService()
  2601.     {
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2604.         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 {
  2605.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2606.         });
  2607.     }
  2608.     /**
  2609.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2610.      *
  2611.      * @return \Symfony\Component\Console\Command\LazyCommand
  2612.      */
  2613.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2614.     {
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2617.         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 {
  2618.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2619.         });
  2620.     }
  2621.     /**
  2622.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  2623.      *
  2624.      * @return \App\Repository\CustomerRepository
  2625.      */
  2626.     protected function getCustomerRepositoryService()
  2627.     {
  2628.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2633.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  2634.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2635.     }
  2636.     /**
  2637.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  2638.      *
  2639.      * @return \App\Repository\ServiceRepository
  2640.      */
  2641.     protected function getServiceRepositoryService()
  2642.     {
  2643.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2648.         include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  2649.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2650.     }
  2651.     /**
  2652.      * Gets the private 'App\Repository\ServiceitemRepository' shared autowired service.
  2653.      *
  2654.      * @return \App\Repository\ServiceitemRepository
  2655.      */
  2656.     protected function getServiceitemRepositoryService()
  2657.     {
  2658.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2663.         include_once \dirname(__DIR__4).'/src/Repository/ServiceitemRepository.php';
  2664.         return $this->privates['App\\Repository\\ServiceitemRepository'] = new \App\Repository\ServiceitemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2665.     }
  2666.     /**
  2667.      * Gets the private 'App\Repository\ServicerowRepository' shared autowired service.
  2668.      *
  2669.      * @return \App\Repository\ServicerowRepository
  2670.      */
  2671.     protected function getServicerowRepositoryService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2678.         include_once \dirname(__DIR__4).'/src/Repository/ServicerowRepository.php';
  2679.         return $this->privates['App\\Repository\\ServicerowRepository'] = new \App\Repository\ServicerowRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2680.     }
  2681.     /**
  2682.      * Gets the private 'App\Repository\SettlementRepository' shared autowired service.
  2683.      *
  2684.      * @return \App\Repository\SettlementRepository
  2685.      */
  2686.     protected function getSettlementRepositoryService()
  2687.     {
  2688.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2693.         include_once \dirname(__DIR__4).'/src/Repository/SettlementRepository.php';
  2694.         return $this->privates['App\\Repository\\SettlementRepository'] = new \App\Repository\SettlementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2695.     }
  2696.     /**
  2697.      * Gets the private 'App\Repository\StatusRepository' shared autowired service.
  2698.      *
  2699.      * @return \App\Repository\StatusRepository
  2700.      */
  2701.     protected function getStatusRepositoryService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2708.         include_once \dirname(__DIR__4).'/src/Repository/StatusRepository.php';
  2709.         return $this->privates['App\\Repository\\StatusRepository'] = new \App\Repository\StatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2710.     }
  2711.     /**
  2712.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2713.      *
  2714.      * @return \App\Repository\UserRepository
  2715.      */
  2716.     protected function getUserRepositoryService()
  2717.     {
  2718.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2724.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2725.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'App\Security\LoginAuthenticator' shared autowired service.
  2729.      *
  2730.      * @return \App\Security\LoginAuthenticator
  2731.      */
  2732.     protected function getLoginAuthenticatorService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2740.         include_once \dirname(__DIR__4).'/src/Security/LoginAuthenticator.php';
  2741.         return $this->privates['App\\Security\\LoginAuthenticator'] = new \App\Security\LoginAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2745.      *
  2746.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2747.      */
  2748.     protected function getManagerRegistryAwareConnectionProviderService()
  2749.     {
  2750.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2752.         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'));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2756.      *
  2757.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2758.      */
  2759.     protected function getRunSqlCommandService()
  2760.     {
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2763.         $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()));
  2764.         $instance->setName('dbal:run-sql');
  2765.         return $instance;
  2766.     }
  2767.     /**
  2768.      * Gets the private 'annotations.cache_adapter' shared service.
  2769.      *
  2770.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2771.      */
  2772.     protected function getAnnotations_CacheAdapterService()
  2773.     {
  2774.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2775.     }
  2776.     /**
  2777.      * Gets the private 'annotations.cache_warmer' shared service.
  2778.      *
  2779.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2780.      */
  2781.     protected function getAnnotations_CacheWarmerService()
  2782.     {
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2786.         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);
  2787.     }
  2788.     /**
  2789.      * Gets the private 'annotations.cached_reader' shared service.
  2790.      *
  2791.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2792.      */
  2793.     protected function getAnnotations_CachedReaderService()
  2794.     {
  2795.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2796.     }
  2797.     /**
  2798.      * Gets the private 'annotations.reader' shared service.
  2799.      *
  2800.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2801.      */
  2802.     protected function getAnnotations_ReaderService()
  2803.     {
  2804.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2805.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2806.         $a->registerUniqueLoader('class_exists');
  2807.         $instance->addGlobalIgnoredName('required'$a);
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the private 'cache.annotations' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2814.      */
  2815.     protected function getCache_AnnotationsService()
  2816.     {
  2817.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('md3syKVtJv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2818.     }
  2819.     /**
  2820.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2821.      *
  2822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2823.      */
  2824.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2825.     {
  2826.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2827.     }
  2828.     /**
  2829.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2830.      *
  2831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2832.      */
  2833.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2834.     {
  2835.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2836.     }
  2837.     /**
  2838.      * Gets the private 'cache.property_info' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2841.      */
  2842.     protected function getCache_PropertyInfoService()
  2843.     {
  2844.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Jr41FcQ8FL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2845.     }
  2846.     /**
  2847.      * Gets the private 'cache.security_expression_language' shared service.
  2848.      *
  2849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2850.      */
  2851.     protected function getCache_SecurityExpressionLanguageService()
  2852.     {
  2853.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GD14-qnqOw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2854.     }
  2855.     /**
  2856.      * Gets the private 'cache.serializer' shared service.
  2857.      *
  2858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2859.      */
  2860.     protected function getCache_SerializerService()
  2861.     {
  2862.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lY4lmDLnbR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2863.     }
  2864.     /**
  2865.      * Gets the private 'cache.validator' shared service.
  2866.      *
  2867.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2868.      */
  2869.     protected function getCache_ValidatorService()
  2870.     {
  2871.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DkFEoc2kpu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  2875.      *
  2876.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  2877.      */
  2878.     protected function getCachePoolClearer_CacheWarmerService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2882.         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']);
  2883.     }
  2884.     /**
  2885.      * Gets the private 'config_builder.warmer' shared service.
  2886.      *
  2887.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  2888.      */
  2889.     protected function getConfigBuilder_WarmerService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  2893.         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()));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'config_cache_factory' shared service.
  2897.      *
  2898.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2899.      */
  2900.     protected function getConfigCacheFactoryService()
  2901.     {
  2902.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2903.             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)));
  2904.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2905.         }, 2));
  2906.     }
  2907.     /**
  2908.      * Gets the private 'console.command.about' shared service.
  2909.      *
  2910.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2911.      */
  2912.     protected function getConsole_Command_AboutService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2916.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2917.         $instance->setName('about');
  2918.         $instance->setDescription('Display information about the current project');
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the private 'console.command.assets_install' shared service.
  2923.      *
  2924.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2925.      */
  2926.     protected function getConsole_Command_AssetsInstallService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2931.         $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));
  2932.         $instance->setName('assets:install');
  2933.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the private 'console.command.cache_clear' shared service.
  2938.      *
  2939.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2940.      */
  2941.     protected function getConsole_Command_CacheClearService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2946.         $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())));
  2947.         $instance->setName('cache:clear');
  2948.         $instance->setDescription('Clear the cache');
  2949.         return $instance;
  2950.     }
  2951.     /**
  2952.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2953.      *
  2954.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2955.      */
  2956.     protected function getConsole_Command_CachePoolClearService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2960.         $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']);
  2961.         $instance->setName('cache:pool:clear');
  2962.         $instance->setDescription('Clear cache pools');
  2963.         return $instance;
  2964.     }
  2965.     /**
  2966.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2967.      *
  2968.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2969.      */
  2970.     protected function getConsole_Command_CachePoolDeleteService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2974.         $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']);
  2975.         $instance->setName('cache:pool:delete');
  2976.         $instance->setDescription('Delete an item from a cache pool');
  2977.         return $instance;
  2978.     }
  2979.     /**
  2980.      * Gets the private 'console.command.cache_pool_list' shared service.
  2981.      *
  2982.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2983.      */
  2984.     protected function getConsole_Command_CachePoolListService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2988.         $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']);
  2989.         $instance->setName('cache:pool:list');
  2990.         $instance->setDescription('List available cache pools');
  2991.         return $instance;
  2992.     }
  2993.     /**
  2994.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2995.      *
  2996.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2997.      */
  2998.     protected function getConsole_Command_CachePoolPruneService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3002.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3003.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3004.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3005.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3006.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3007.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3008.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3009.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3010.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3011.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3012.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3013.         }, 10));
  3014.         $instance->setName('cache:pool:prune');
  3015.         $instance->setDescription('Prune cache pools');
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'console.command.cache_warmup' shared service.
  3020.      *
  3021.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3022.      */
  3023.     protected function getConsole_Command_CacheWarmupService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3027.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3028.         $instance->setName('cache:warmup');
  3029.         $instance->setDescription('Warm up an empty cache');
  3030.         return $instance;
  3031.     }
  3032.     /**
  3033.      * Gets the private 'console.command.config_debug' shared service.
  3034.      *
  3035.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3036.      */
  3037.     protected function getConsole_Command_ConfigDebugService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3044.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3045.         $instance->setName('debug:config');
  3046.         $instance->setDescription('Dump the current configuration for an extension');
  3047.         return $instance;
  3048.     }
  3049.     /**
  3050.      * Gets the private 'console.command.config_dump_reference' shared service.
  3051.      *
  3052.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3053.      */
  3054.     protected function getConsole_Command_ConfigDumpReferenceService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3061.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3062.         $instance->setName('config:dump-reference');
  3063.         $instance->setDescription('Dump the default configuration for an extension');
  3064.         return $instance;
  3065.     }
  3066.     /**
  3067.      * Gets the private 'console.command.container_debug' shared service.
  3068.      *
  3069.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3070.      */
  3071.     protected function getConsole_Command_ContainerDebugService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3076.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3077.         $instance->setName('debug:container');
  3078.         $instance->setDescription('Display current services for an application');
  3079.         return $instance;
  3080.     }
  3081.     /**
  3082.      * Gets the private 'console.command.container_lint' shared service.
  3083.      *
  3084.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3085.      */
  3086.     protected function getConsole_Command_ContainerLintService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3090.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3091.         $instance->setName('lint:container');
  3092.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3093.         return $instance;
  3094.     }
  3095.     /**
  3096.      * Gets the private 'console.command.debug_autowiring' shared service.
  3097.      *
  3098.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3099.      */
  3100.     protected function getConsole_Command_DebugAutowiringService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3106.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3107.         $instance->setName('debug:autowiring');
  3108.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3109.         return $instance;
  3110.     }
  3111.     /**
  3112.      * Gets the private 'console.command.dotenv_debug' shared service.
  3113.      *
  3114.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3115.      */
  3116.     protected function getConsole_Command_DotenvDebugService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3120.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3121.         $instance->setName('debug:dotenv');
  3122.         $instance->setDescription('Lists all dotenv files with variables and values');
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3127.      *
  3128.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3129.      */
  3130.     protected function getConsole_Command_EventDispatcherDebugService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3134.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3135.         $instance->setName('debug:event-dispatcher');
  3136.         $instance->setDescription('Display configured listeners for an application');
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the private 'console.command.form_debug' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\Form\Command\DebugCommand
  3143.      */
  3144.     protected function getConsole_Command_FormDebugService()
  3145.     {
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3148.         $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()));
  3149.         $instance->setName('debug:form');
  3150.         $instance->setDescription('Display form type information');
  3151.         return $instance;
  3152.     }
  3153.     /**
  3154.      * Gets the private 'console.command.router_debug' shared service.
  3155.      *
  3156.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3157.      */
  3158.     protected function getConsole_Command_RouterDebugService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3163.         $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()));
  3164.         $instance->setName('debug:router');
  3165.         $instance->setDescription('Display current routes for an application');
  3166.         return $instance;
  3167.     }
  3168.     /**
  3169.      * Gets the private 'console.command.router_match' shared service.
  3170.      *
  3171.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3172.      */
  3173.     protected function getConsole_Command_RouterMatchService()
  3174.     {
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3177.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3178.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3179.         }, 1));
  3180.         $instance->setName('router:match');
  3181.         $instance->setDescription('Help debug routes by simulating a path info match');
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3186.      *
  3187.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3188.      */
  3189.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3195.         $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')))));
  3196.         $instance->setName('secrets:decrypt-to-local');
  3197.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3198.         return $instance;
  3199.     }
  3200.     /**
  3201.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3202.      *
  3203.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3204.      */
  3205.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3211.         $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')))));
  3212.         $instance->setName('secrets:encrypt-from-local');
  3213.         $instance->setDescription('Encrypt all local secrets to the vault');
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3218.      *
  3219.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3220.      */
  3221.     protected function getConsole_Command_SecretsGenerateKeyService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3227.         $this->privates['console.command.secrets_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')))));
  3228.         $instance->setName('secrets:generate-keys');
  3229.         $instance->setDescription('Generate new encryption keys');
  3230.         return $instance;
  3231.     }
  3232.     /**
  3233.      * Gets the private 'console.command.secrets_list' shared service.
  3234.      *
  3235.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3236.      */
  3237.     protected function getConsole_Command_SecretsListService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3243.         $this->privates['console.command.secrets_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')))));
  3244.         $instance->setName('secrets:list');
  3245.         $instance->setDescription('List all secrets');
  3246.         return $instance;
  3247.     }
  3248.     /**
  3249.      * Gets the private 'console.command.secrets_remove' shared service.
  3250.      *
  3251.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3252.      */
  3253.     protected function getConsole_Command_SecretsRemoveService()
  3254.     {
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3259.         $this->privates['console.command.secrets_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')))));
  3260.         $instance->setName('secrets:remove');
  3261.         $instance->setDescription('Remove a secret from the vault');
  3262.         return $instance;
  3263.     }
  3264.     /**
  3265.      * Gets the private 'console.command.secrets_set' shared service.
  3266.      *
  3267.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3268.      */
  3269.     protected function getConsole_Command_SecretsSetService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3275.         $this->privates['console.command.secrets_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')))));
  3276.         $instance->setName('secrets:set');
  3277.         $instance->setDescription('Set a secret in the vault');
  3278.         return $instance;
  3279.     }
  3280.     /**
  3281.      * Gets the private 'console.command.translation_debug' shared service.
  3282.      *
  3283.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3284.      */
  3285.     protected function getConsole_Command_TranslationDebugService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3289.         $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/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'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.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')], []);
  3290.         $instance->setName('debug:translation');
  3291.         $instance->setDescription('Display translation messages information');
  3292.         return $instance;
  3293.     }
  3294.     /**
  3295.      * Gets the private 'console.command.translation_extract' shared service.
  3296.      *
  3297.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3298.      */
  3299.     protected function getConsole_Command_TranslationExtractService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3303.         $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/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'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.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')], []);
  3304.         $instance->setName('translation:extract');
  3305.         $instance->setAliases([=> 'translation:update']);
  3306.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3307.         return $instance;
  3308.     }
  3309.     /**
  3310.      * Gets the private 'console.command.translation_pull' shared service.
  3311.      *
  3312.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3313.      */
  3314.     protected function getConsole_Command_TranslationPullService()
  3315.     {
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3319.         $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', [], []);
  3320.         $instance->setName('translation:pull');
  3321.         $instance->setDescription('Pull translations from a given provider.');
  3322.         return $instance;
  3323.     }
  3324.     /**
  3325.      * Gets the private 'console.command.translation_push' shared service.
  3326.      *
  3327.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3328.      */
  3329.     protected function getConsole_Command_TranslationPushService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3334.         $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()), [], []);
  3335.         $instance->setName('translation:push');
  3336.         $instance->setDescription('Push translations to a given provider.');
  3337.         return $instance;
  3338.     }
  3339.     /**
  3340.      * Gets the private 'console.command.validator_debug' shared service.
  3341.      *
  3342.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3343.      */
  3344.     protected function getConsole_Command_ValidatorDebugService()
  3345.     {
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3348.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3349.         $instance->setName('debug:validator');
  3350.         $instance->setDescription('Display validation constraints for classes');
  3351.         return $instance;
  3352.     }
  3353.     /**
  3354.      * Gets the private 'console.command.xliff_lint' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3357.      */
  3358.     protected function getConsole_Command_XliffLintService()
  3359.     {
  3360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3362.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3363.         $instance->setName('lint:xliff');
  3364.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3365.         return $instance;
  3366.     }
  3367.     /**
  3368.      * Gets the private 'console.command.yaml_lint' shared service.
  3369.      *
  3370.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3371.      */
  3372.     protected function getConsole_Command_YamlLintService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3377.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3378.         $instance->setName('lint:yaml');
  3379.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3380.         return $instance;
  3381.     }
  3382.     /**
  3383.      * Gets the private 'console.error_listener' shared service.
  3384.      *
  3385.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3386.      */
  3387.     protected function getConsole_ErrorListenerService()
  3388.     {
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3390.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3391.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3392.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3393.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3394.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3395.     }
  3396.     /**
  3397.      * Gets the private 'container.env_var_processor' shared service.
  3398.      *
  3399.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3400.      */
  3401.     protected function getContainer_EnvVarProcessorService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3405.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3406.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3407.         }, 1));
  3408.     }
  3409.     /**
  3410.      * Gets the private 'container.getenv' shared service.
  3411.      *
  3412.      * @return \Closure
  3413.      */
  3414.     protected function getContainer_GetenvService()
  3415.     {
  3416.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3417.     }
  3418.     /**
  3419.      * Gets the private 'data_collector.form' shared service.
  3420.      *
  3421.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3422.      */
  3423.     protected function getDataCollector_FormService()
  3424.     {
  3425.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3426.     }
  3427.     /**
  3428.      * Gets the private 'data_collector.request' shared service.
  3429.      *
  3430.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3431.      */
  3432.     protected function getDataCollector_RequestService()
  3433.     {
  3434.         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())));
  3435.     }
  3436.     /**
  3437.      * Gets the private 'data_collector.request.session_collector' shared service.
  3438.      *
  3439.      * @return \Closure
  3440.      */
  3441.     protected function getDataCollector_Request_SessionCollectorService()
  3442.     {
  3443.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3444.     }
  3445.     /**
  3446.      * Gets the private 'debug.argument_resolver.default' shared service.
  3447.      *
  3448.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3449.      */
  3450.     protected function getDebug_ArgumentResolver_DefaultService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3455.         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))));
  3456.     }
  3457.     /**
  3458.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3459.      *
  3460.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3461.      */
  3462.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3467.         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.MC60of_'] ?? $this->get_ServiceLocator_MC60ofService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3468.     }
  3469.     /**
  3470.      * Gets the private 'debug.argument_resolver.request' shared service.
  3471.      *
  3472.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3473.      */
  3474.     protected function getDebug_ArgumentResolver_RequestService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3479.         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))));
  3480.     }
  3481.     /**
  3482.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3485.      */
  3486.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3487.     {
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3491.         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))));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'debug.argument_resolver.service' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3497.      */
  3498.     protected function getDebug_ArgumentResolver_ServiceService()
  3499.     {
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3503.         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.MC60of_'] ?? $this->get_ServiceLocator_MC60ofService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'debug.argument_resolver.session' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3509.      */
  3510.     protected function getDebug_ArgumentResolver_SessionService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3515.         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))));
  3516.     }
  3517.     /**
  3518.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3519.      *
  3520.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3521.      */
  3522.     protected function getDebug_ArgumentResolver_VariadicService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3527.         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))));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3533.      */
  3534.     protected function getDebug_DebugHandlersListenerService()
  3535.     {
  3536.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3537.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3538.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3539.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3540.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3541.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3542.     }
  3543.     /**
  3544.      * Gets the private 'debug.dump_listener' shared service.
  3545.      *
  3546.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3547.      */
  3548.     protected function getDebug_DumpListenerService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3552.         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()));
  3553.     }
  3554.     /**
  3555.      * Gets the private 'debug.file_link_formatter' shared service.
  3556.      *
  3557.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3558.      */
  3559.     protected function getDebug_FileLinkFormatterService()
  3560.     {
  3561.         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 () {
  3562.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3563.         });
  3564.     }
  3565.     /**
  3566.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3567.      *
  3568.      * @return \string
  3569.      */
  3570.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3571.     {
  3572.         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');
  3573.     }
  3574.     /**
  3575.      * Gets the private 'debug.log_processor' shared service.
  3576.      *
  3577.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3578.      */
  3579.     protected function getDebug_LogProcessorService()
  3580.     {
  3581.         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())));
  3582.     }
  3583.     /**
  3584.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3585.      *
  3586.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3587.      */
  3588.     protected function getDebug_Security_Access_DecisionManagerService()
  3589.     {
  3590.         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 () {
  3591.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3592.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3593.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3594.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3595.     }
  3596.     /**
  3597.      * Gets the private 'debug.security.firewall' shared service.
  3598.      *
  3599.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3600.      */
  3601.     protected function getDebug_Security_FirewallService()
  3602.     {
  3603.         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()));
  3604.     }
  3605.     /**
  3606.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3609.      */
  3610.     protected function getDebug_Security_UserValueResolverService()
  3611.     {
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3615.         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))));
  3616.     }
  3617.     /**
  3618.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3621.      */
  3622.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3623.     {
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3628.         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()));
  3629.     }
  3630.     /**
  3631.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3632.      *
  3633.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3634.      */
  3635.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3636.     {
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3641.         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()));
  3642.     }
  3643.     /**
  3644.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3645.      *
  3646.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3647.      */
  3648.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3654.         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()));
  3655.     }
  3656.     /**
  3657.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3658.      *
  3659.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3660.      */
  3661.     protected function getDebug_Security_Voter_VoteListenerService()
  3662.     {
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3664.         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()));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3668.      *
  3669.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3670.      */
  3671.     protected function getDoctrine_CacheClearMetadataCommandService()
  3672.     {
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3677.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3678.         $instance->setName('doctrine:cache:clear-metadata');
  3679.         return $instance;
  3680.     }
  3681.     /**
  3682.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3683.      *
  3684.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3685.      */
  3686.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3687.     {
  3688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3692.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3693.         $instance->setName('doctrine:cache:clear-query');
  3694.         return $instance;
  3695.     }
  3696.     /**
  3697.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3698.      *
  3699.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3700.      */
  3701.     protected function getDoctrine_CacheClearResultCommandService()
  3702.     {
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3707.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3708.         $instance->setName('doctrine:cache:clear-result');
  3709.         return $instance;
  3710.     }
  3711.     /**
  3712.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3713.      *
  3714.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3715.      */
  3716.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3717.     {
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3722.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3723.         $instance->setName('doctrine:cache:clear-collection-region');
  3724.         return $instance;
  3725.     }
  3726.     /**
  3727.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3728.      *
  3729.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3730.      */
  3731.     protected function getDoctrine_ClearEntityRegionCommandService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3737.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3738.         $instance->setName('doctrine:cache:clear-entity-region');
  3739.         return $instance;
  3740.     }
  3741.     /**
  3742.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3743.      *
  3744.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3745.      */
  3746.     protected function getDoctrine_ClearQueryRegionCommandService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3752.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3753.         $instance->setName('doctrine:cache:clear-query-region');
  3754.         return $instance;
  3755.     }
  3756.     /**
  3757.      * Gets the private 'doctrine.database_create_command' shared service.
  3758.      *
  3759.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3760.      */
  3761.     protected function getDoctrine_DatabaseCreateCommandService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3766.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3767.         $instance->setName('doctrine:database:create');
  3768.         return $instance;
  3769.     }
  3770.     /**
  3771.      * Gets the private 'doctrine.database_drop_command' shared service.
  3772.      *
  3773.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3774.      */
  3775.     protected function getDoctrine_DatabaseDropCommandService()
  3776.     {
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3780.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3781.         $instance->setName('doctrine:database:drop');
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3786.      *
  3787.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3788.      */
  3789.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3795.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3796.         $instance->setName('doctrine:ensure-production-settings');
  3797.         return $instance;
  3798.     }
  3799.     /**
  3800.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3801.      *
  3802.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3803.      */
  3804.     protected function getDoctrine_MappingConvertCommandService()
  3805.     {
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3810.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3811.         $instance->setName('doctrine:mapping:convert');
  3812.         return $instance;
  3813.     }
  3814.     /**
  3815.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3816.      *
  3817.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3818.      */
  3819.     protected function getDoctrine_MappingImportCommandService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3824.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3825.         $instance->setName('doctrine:mapping:import');
  3826.         return $instance;
  3827.     }
  3828.     /**
  3829.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3830.      *
  3831.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3832.      */
  3833.     protected function getDoctrine_MappingInfoCommandService()
  3834.     {
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3839.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3840.         $instance->setName('doctrine:mapping:info');
  3841.         return $instance;
  3842.     }
  3843.     /**
  3844.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3845.      *
  3846.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3847.      */
  3848.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3852.         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);
  3853.     }
  3854.     /**
  3855.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3856.      *
  3857.      * @return \Doctrine\Migrations\DependencyFactory
  3858.      */
  3859.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3860.     {
  3861.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3869.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3870.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  3871.         $a->setAllOrNothing(false);
  3872.         $a->setCheckDatabasePlatform(true);
  3873.         $a->setTransactional(true);
  3874.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3875.         $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()));
  3876.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3877.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3878.         });
  3879.         return $instance;
  3880.     }
  3881.     /**
  3882.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3883.      *
  3884.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3885.      */
  3886.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3887.     {
  3888.         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')]);
  3889.     }
  3890.     /**
  3891.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3892.      *
  3893.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3894.      */
  3895.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3896.     {
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3898.         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()));
  3899.     }
  3900.     /**
  3901.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3902.      *
  3903.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3904.      */
  3905.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3908.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3909.     }
  3910.     /**
  3911.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  3912.      *
  3913.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  3914.      */
  3915.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  3916.     {
  3917.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  3919.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  3920.     }
  3921.     /**
  3922.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  3923.      *
  3924.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  3925.      */
  3926.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  3930.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  3931.             return new \EmptyIterator();
  3932.         }, 0));
  3933.     }
  3934.     /**
  3935.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  3936.      *
  3937.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  3938.      */
  3939.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  3940.     {
  3941.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  3943.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  3944.     }
  3945.     /**
  3946.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3947.      *
  3948.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3949.      */
  3950.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3951.     {
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3954.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3955.     }
  3956.     /**
  3957.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3958.      *
  3959.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3960.      */
  3961.     protected function getDoctrine_Orm_Validator_UniqueService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3966.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3967.     }
  3968.     /**
  3969.      * Gets the private 'doctrine.query_dql_command' shared service.
  3970.      *
  3971.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3972.      */
  3973.     protected function getDoctrine_QueryDqlCommandService()
  3974.     {
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3979.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3980.         $instance->setName('doctrine:query:dql');
  3981.         return $instance;
  3982.     }
  3983.     /**
  3984.      * Gets the private 'doctrine.query_sql_command' shared service.
  3985.      *
  3986.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3987.      */
  3988.     protected function getDoctrine_QuerySqlCommandService()
  3989.     {
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3993.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3994.         $instance->setName('doctrine:query:sql');
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the private 'doctrine.schema_create_command' shared service.
  3999.      *
  4000.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4001.      */
  4002.     protected function getDoctrine_SchemaCreateCommandService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4009.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4010.         $instance->setName('doctrine:schema:create');
  4011.         return $instance;
  4012.     }
  4013.     /**
  4014.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4015.      *
  4016.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4017.      */
  4018.     protected function getDoctrine_SchemaDropCommandService()
  4019.     {
  4020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4025.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4026.         $instance->setName('doctrine:schema:drop');
  4027.         return $instance;
  4028.     }
  4029.     /**
  4030.      * Gets the private 'doctrine.schema_update_command' shared service.
  4031.      *
  4032.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4033.      */
  4034.     protected function getDoctrine_SchemaUpdateCommandService()
  4035.     {
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4041.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4042.         $instance->setName('doctrine:schema:update');
  4043.         return $instance;
  4044.     }
  4045.     /**
  4046.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4047.      *
  4048.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4049.      */
  4050.     protected function getDoctrine_SchemaValidateCommandService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4056.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4057.         $instance->setName('doctrine:schema:validate');
  4058.         return $instance;
  4059.     }
  4060.     /**
  4061.      * Gets the private 'doctrine.ulid_generator' shared service.
  4062.      *
  4063.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4064.      */
  4065.     protected function getDoctrine_UlidGeneratorService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4069.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4070.     }
  4071.     /**
  4072.      * Gets the private 'doctrine.uuid_generator' shared service.
  4073.      *
  4074.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4075.      */
  4076.     protected function getDoctrine_UuidGeneratorService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4080.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4081.     }
  4082.     /**
  4083.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4084.      *
  4085.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4086.      */
  4087.     protected function getDoctrineMigrations_CurrentCommandService()
  4088.     {
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4092.         $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');
  4093.         $instance->setName('doctrine:migrations:current');
  4094.         return $instance;
  4095.     }
  4096.     /**
  4097.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4098.      *
  4099.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4100.      */
  4101.     protected function getDoctrineMigrations_DiffCommandService()
  4102.     {
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4106.         $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');
  4107.         $instance->setName('doctrine:migrations:diff');
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4112.      *
  4113.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4114.      */
  4115.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4120.         $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');
  4121.         $instance->setName('doctrine:migrations:dump-schema');
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4126.      *
  4127.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4128.      */
  4129.     protected function getDoctrineMigrations_ExecuteCommandService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4134.         $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');
  4135.         $instance->setName('doctrine:migrations:execute');
  4136.         return $instance;
  4137.     }
  4138.     /**
  4139.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4140.      *
  4141.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4142.      */
  4143.     protected function getDoctrineMigrations_GenerateCommandService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4148.         $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');
  4149.         $instance->setName('doctrine:migrations:generate');
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4154.      *
  4155.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4156.      */
  4157.     protected function getDoctrineMigrations_LatestCommandService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4162.         $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');
  4163.         $instance->setName('doctrine:migrations:latest');
  4164.         return $instance;
  4165.     }
  4166.     /**
  4167.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4168.      *
  4169.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4170.      */
  4171.     protected function getDoctrineMigrations_MigrateCommandService()
  4172.     {
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4176.         $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');
  4177.         $instance->setName('doctrine:migrations:migrate');
  4178.         return $instance;
  4179.     }
  4180.     /**
  4181.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4182.      *
  4183.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4184.      */
  4185.     protected function getDoctrineMigrations_RollupCommandService()
  4186.     {
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4190.         $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');
  4191.         $instance->setName('doctrine:migrations:rollup');
  4192.         return $instance;
  4193.     }
  4194.     /**
  4195.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4196.      *
  4197.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4198.      */
  4199.     protected function getDoctrineMigrations_StatusCommandService()
  4200.     {
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4204.         $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');
  4205.         $instance->setName('doctrine:migrations:status');
  4206.         return $instance;
  4207.     }
  4208.     /**
  4209.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4210.      *
  4211.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4212.      */
  4213.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4218.         $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');
  4219.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4224.      *
  4225.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4226.      */
  4227.     protected function getDoctrineMigrations_UpToDateCommandService()
  4228.     {
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4232.         $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');
  4233.         $instance->setName('doctrine:migrations:up-to-date');
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4238.      *
  4239.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4240.      */
  4241.     protected function getDoctrineMigrations_VersionCommandService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4246.         $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');
  4247.         $instance->setName('doctrine:migrations:version');
  4248.         return $instance;
  4249.     }
  4250.     /**
  4251.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4252.      *
  4253.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4254.      */
  4255.     protected function getDoctrineMigrations_VersionsCommandService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4260.         $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');
  4261.         $instance->setName('doctrine:migrations:list');
  4262.         return $instance;
  4263.     }
  4264.     /**
  4265.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4266.      *
  4267.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4268.      */
  4269.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4273.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4274.         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()));
  4275.     }
  4276.     /**
  4277.      * Gets the private 'exception_listener' shared service.
  4278.      *
  4279.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4280.      */
  4281.     protected function getExceptionListenerService()
  4282.     {
  4283.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4284.     }
  4285.     /**
  4286.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4287.      *
  4288.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4289.      */
  4290.     protected function getForm_ChoiceListFactory_CachedService()
  4291.     {
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4296.         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())));
  4297.     }
  4298.     /**
  4299.      * Gets the private 'form.registry' shared service.
  4300.      *
  4301.      * @return \Symfony\Component\Form\FormRegistry
  4302.      */
  4303.     protected function getForm_RegistryService()
  4304.     {
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4312.         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, [
  4313.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4314.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4315.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4316.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4317.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4318.         ], [
  4319.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4320.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4321.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4322.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4323.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4324.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4325.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4326.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4327.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4328.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4329.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4330.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4331.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4332.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4333.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4334.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4335.         }, 1)], new RewindableGenerator(function () {
  4336.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4337.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4338.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4339.     }
  4340.     /**
  4341.      * Gets the private 'form.server_params' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\Form\Util\ServerParams
  4344.      */
  4345.     protected function getForm_ServerParamsService()
  4346.     {
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4348.         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())));
  4349.     }
  4350.     /**
  4351.      * Gets the private 'form.type.choice' shared service.
  4352.      *
  4353.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4354.      */
  4355.     protected function getForm_Type_ChoiceService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4360.         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()));
  4361.     }
  4362.     /**
  4363.      * Gets the private 'form.type.color' shared service.
  4364.      *
  4365.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4366.      */
  4367.     protected function getForm_Type_ColorService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4372.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4373.     }
  4374.     /**
  4375.      * Gets the private 'form.type.entity' shared service.
  4376.      *
  4377.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4378.      */
  4379.     protected function getForm_Type_EntityService()
  4380.     {
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4385.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4386.     }
  4387.     /**
  4388.      * Gets the private 'form.type.form' shared service.
  4389.      *
  4390.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4391.      */
  4392.     protected function getForm_Type_FormService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4398.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4399.     }
  4400.     /**
  4401.      * Gets the private 'form.type_extension.csrf' shared service.
  4402.      *
  4403.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4404.      */
  4405.     protected function getForm_TypeExtension_CsrfService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4410.         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()));
  4411.     }
  4412.     /**
  4413.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4416.      */
  4417.     protected function getForm_TypeExtension_Form_DataCollectorService()
  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/DataCollector/Type/DataCollectorTypeExtension.php';
  4422.         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()));
  4423.     }
  4424.     /**
  4425.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4428.      */
  4429.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4436.         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())));
  4437.     }
  4438.     /**
  4439.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4440.      *
  4441.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4442.      */
  4443.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4444.     {
  4445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4448.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4449.     }
  4450.     /**
  4451.      * Gets the private 'form.type_extension.form.validator' shared service.
  4452.      *
  4453.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4454.      */
  4455.     protected function getForm_TypeExtension_Form_ValidatorService()
  4456.     {
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4461.         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()));
  4462.     }
  4463.     /**
  4464.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4465.      *
  4466.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4467.      */
  4468.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4469.     {
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4473.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4474.     }
  4475.     /**
  4476.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4477.      *
  4478.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4479.      */
  4480.     protected function getForm_TypeGuesser_DoctrineService()
  4481.     {
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4484.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4485.     }
  4486.     /**
  4487.      * Gets the private 'form.type_guesser.validator' shared service.
  4488.      *
  4489.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4490.      */
  4491.     protected function getForm_TypeGuesser_ValidatorService()
  4492.     {
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4495.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4496.     }
  4497.     /**
  4498.      * Gets the private 'fragment.renderer.inline' shared service.
  4499.      *
  4500.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4501.      */
  4502.     protected function getFragment_Renderer_InlineService()
  4503.     {
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4507.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4508.         $instance->setFragmentPath('/_fragment');
  4509.         return $instance;
  4510.     }
  4511.     /**
  4512.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4513.      *
  4514.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4515.      */
  4516.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4517.     {
  4518.         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())));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4522.      *
  4523.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4524.      */
  4525.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4526.     {
  4527.         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()));
  4528.     }
  4529.     /**
  4530.      * Gets the private 'locale_aware_listener' shared service.
  4531.      *
  4532.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4533.      */
  4534.     protected function getLocaleAwareListenerService()
  4535.     {
  4536.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4537.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4538.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4539.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4540.     }
  4541.     /**
  4542.      * Gets the private 'locale_listener' shared service.
  4543.      *
  4544.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4545.      */
  4546.     protected function getLocaleListenerService()
  4547.     {
  4548.         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, []);
  4549.     }
  4550.     /**
  4551.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4552.      *
  4553.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4554.      */
  4555.     protected function getMaker_AutoCommand_MakeAuthService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4563.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4564.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4565.         $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())), $a$b);
  4566.         $instance->setName('make:auth');
  4567.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4568.         return $instance;
  4569.     }
  4570.     /**
  4571.      * Gets the private 'maker.auto_command.make_command' shared service.
  4572.      *
  4573.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4574.      */
  4575.     protected function getMaker_AutoCommand_MakeCommandService()
  4576.     {
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4582.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4583.         $instance->setName('make:command');
  4584.         $instance->setDescription('Creates a new console command class');
  4585.         return $instance;
  4586.     }
  4587.     /**
  4588.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4589.      *
  4590.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4591.      */
  4592.     protected function getMaker_AutoCommand_MakeControllerService()
  4593.     {
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4599.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4600.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4601.         $instance->setName('make:controller');
  4602.         $instance->setDescription('Creates a new controller class');
  4603.         return $instance;
  4604.     }
  4605.     /**
  4606.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4607.      *
  4608.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4609.      */
  4610.     protected function getMaker_AutoCommand_MakeCrudService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4617.         $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()));
  4618.         $instance->setName('make:crud');
  4619.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4620.         return $instance;
  4621.     }
  4622.     /**
  4623.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4624.      *
  4625.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4626.      */
  4627.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4628.     {
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4634.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4635.         $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()));
  4636.         $instance->setName('make:docker:database');
  4637.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4638.         return $instance;
  4639.     }
  4640.     /**
  4641.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4642.      *
  4643.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4644.      */
  4645.     protected function getMaker_AutoCommand_MakeEntityService()
  4646.     {
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4653.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4654.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4655.         $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()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4656.         $instance->setName('make:entity');
  4657.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4658.         return $instance;
  4659.     }
  4660.     /**
  4661.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4662.      *
  4663.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4664.      */
  4665.     protected function getMaker_AutoCommand_MakeFixturesService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4672.         $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()));
  4673.         $instance->setName('make:fixtures');
  4674.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4675.         return $instance;
  4676.     }
  4677.     /**
  4678.      * Gets the private 'maker.auto_command.make_form' shared service.
  4679.      *
  4680.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4681.      */
  4682.     protected function getMaker_AutoCommand_MakeFormService()
  4683.     {
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4689.         $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()));
  4690.         $instance->setName('make:form');
  4691.         $instance->setDescription('Creates a new form class');
  4692.         return $instance;
  4693.     }
  4694.     /**
  4695.      * Gets the private 'maker.auto_command.make_message' shared service.
  4696.      *
  4697.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4698.      */
  4699.     protected function getMaker_AutoCommand_MakeMessageService()
  4700.     {
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4706.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4707.         $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()));
  4708.         $instance->setName('make:message');
  4709.         $instance->setDescription('Creates a new message and handler');
  4710.         return $instance;
  4711.     }
  4712.     /**
  4713.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4714.      *
  4715.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4716.      */
  4717.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4724.         $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()));
  4725.         $instance->setName('make:messenger-middleware');
  4726.         $instance->setDescription('Creates a new messenger middleware');
  4727.         return $instance;
  4728.     }
  4729.     /**
  4730.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4731.      *
  4732.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4733.      */
  4734.     protected function getMaker_AutoCommand_MakeMigrationService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4742.         $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()));
  4743.         $instance->setName('make:migration');
  4744.         $instance->setDescription('Creates a new migration based on database changes');
  4745.         return $instance;
  4746.     }
  4747.     /**
  4748.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4749.      *
  4750.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4751.      */
  4752.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4759.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4760.         $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()));
  4761.         $instance->setName('make:registration-form');
  4762.         $instance->setDescription('Creates a new registration form system');
  4763.         return $instance;
  4764.     }
  4765.     /**
  4766.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4767.      *
  4768.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4769.      */
  4770.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4771.     {
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4777.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4778.         $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()));
  4779.         $instance->setName('make:reset-password');
  4780.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4781.         return $instance;
  4782.     }
  4783.     /**
  4784.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4785.      *
  4786.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4787.      */
  4788.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4795.         $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()));
  4796.         $instance->setName('make:serializer:encoder');
  4797.         $instance->setDescription('Creates a new serializer encoder class');
  4798.         return $instance;
  4799.     }
  4800.     /**
  4801.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4802.      *
  4803.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4804.      */
  4805.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4812.         $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()));
  4813.         $instance->setName('make:serializer:normalizer');
  4814.         $instance->setDescription('Creates a new serializer normalizer class');
  4815.         return $instance;
  4816.     }
  4817.     /**
  4818.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4819.      *
  4820.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4821.      */
  4822.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4830.         $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()));
  4831.         $instance->setName('make:subscriber');
  4832.         $instance->setDescription('Creates a new event subscriber class');
  4833.         return $instance;
  4834.     }
  4835.     /**
  4836.      * Gets the private 'maker.auto_command.make_test' shared service.
  4837.      *
  4838.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4839.      */
  4840.     protected function getMaker_AutoCommand_MakeTestService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4848.         $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()));
  4849.         $instance->setName('make:test');
  4850.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4851.         $instance->setDescription('Creates a new test class');
  4852.         return $instance;
  4853.     }
  4854.     /**
  4855.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4856.      *
  4857.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4858.      */
  4859.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4866.         $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()));
  4867.         $instance->setName('make:twig-extension');
  4868.         $instance->setDescription('Creates a new Twig extension class');
  4869.         return $instance;
  4870.     }
  4871.     /**
  4872.      * Gets the private 'maker.auto_command.make_user' shared service.
  4873.      *
  4874.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4875.      */
  4876.     protected function getMaker_AutoCommand_MakeUserService()
  4877.     {
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4885.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4886.         $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()));
  4887.         $instance->setName('make:user');
  4888.         $instance->setDescription('Creates a new security user class');
  4889.         return $instance;
  4890.     }
  4891.     /**
  4892.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4893.      *
  4894.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4895.      */
  4896.     protected function getMaker_AutoCommand_MakeValidatorService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4903.         $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()));
  4904.         $instance->setName('make:validator');
  4905.         $instance->setDescription('Creates a new validator and constraint class');
  4906.         return $instance;
  4907.     }
  4908.     /**
  4909.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4910.      *
  4911.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4912.      */
  4913.     protected function getMaker_AutoCommand_MakeVoterService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4920.         $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()));
  4921.         $instance->setName('make:voter');
  4922.         $instance->setDescription('Creates a new security voter class');
  4923.         return $instance;
  4924.     }
  4925.     /**
  4926.      * Gets the private 'maker.doctrine_helper' shared service.
  4927.      *
  4928.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4929.      */
  4930.     protected function getMaker_DoctrineHelperService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4933.         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())]]]);
  4934.     }
  4935.     /**
  4936.      * Gets the private 'maker.entity_class_generator' shared service.
  4937.      *
  4938.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4939.      */
  4940.     protected function getMaker_EntityClassGeneratorService()
  4941.     {
  4942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4943.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4944.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4945.         return $instance;
  4946.     }
  4947.     /**
  4948.      * Gets the private 'maker.file_manager' shared service.
  4949.      *
  4950.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4951.      */
  4952.     protected function getMaker_FileManagerService()
  4953.     {
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4959.         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'));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'maker.generator' shared service.
  4963.      *
  4964.      * @return \Symfony\Bundle\MakerBundle\Generator
  4965.      */
  4966.     protected function getMaker_GeneratorService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  4970.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  4971.         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));
  4972.     }
  4973.     /**
  4974.      * Gets the private 'maker.php_compat_util' shared service.
  4975.      *
  4976.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  4977.      */
  4978.     protected function getMaker_PhpCompatUtilService()
  4979.     {
  4980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4981.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  4982.     }
  4983.     /**
  4984.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4985.      *
  4986.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4987.      */
  4988.     protected function getMaker_Renderer_FormTypeRendererService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4991.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4992.     }
  4993.     /**
  4994.      * Gets the private 'mime_types' shared service.
  4995.      *
  4996.      * @return \Symfony\Component\Mime\MimeTypes
  4997.      */
  4998.     protected function getMimeTypesService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5003.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5004.         $instance->setDefault($instance);
  5005.         return $instance;
  5006.     }
  5007.     /**
  5008.      * Gets the private 'monolog.command.server_log' shared service.
  5009.      *
  5010.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5011.      */
  5012.     protected function getMonolog_Command_ServerLogService()
  5013.     {
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5016.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5017.         $instance->setName('server:log');
  5018.         $instance->setDescription('Start a log server that displays logs in real time');
  5019.         return $instance;
  5020.     }
  5021.     /**
  5022.      * Gets the private 'monolog.handler.console' shared service.
  5023.      *
  5024.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5025.      */
  5026.     protected function getMonolog_Handler_ConsoleService()
  5027.     {
  5028.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5029.     }
  5030.     /**
  5031.      * Gets the private 'monolog.handler.main' shared service.
  5032.      *
  5033.      * @return \Monolog\Handler\StreamHandler
  5034.      */
  5035.     protected function getMonolog_Handler_MainService()
  5036.     {
  5037.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5038.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5039.         return $instance;
  5040.     }
  5041.     /**
  5042.      * Gets the private 'monolog.logger' shared service.
  5043.      *
  5044.      * @return \Symfony\Bridge\Monolog\Logger
  5045.      */
  5046.     protected function getMonolog_LoggerService()
  5047.     {
  5048.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5049.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5050.         $instance->useMicrosecondTimestamps(true);
  5051.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5052.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5053.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5054.         return $instance;
  5055.     }
  5056.     /**
  5057.      * Gets the private 'monolog.logger.cache' shared service.
  5058.      *
  5059.      * @return \Symfony\Bridge\Monolog\Logger
  5060.      */
  5061.     protected function getMonolog_Logger_CacheService()
  5062.     {
  5063.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5064.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5065.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5066.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5067.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5068.         return $instance;
  5069.     }
  5070.     /**
  5071.      * Gets the private 'monolog.logger.request' shared service.
  5072.      *
  5073.      * @return \Symfony\Bridge\Monolog\Logger
  5074.      */
  5075.     protected function getMonolog_Logger_RequestService()
  5076.     {
  5077.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5078.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5079.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5080.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5081.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5082.         return $instance;
  5083.     }
  5084.     /**
  5085.      * Gets the private 'monolog.logger.security' shared service.
  5086.      *
  5087.      * @return \Symfony\Bridge\Monolog\Logger
  5088.      */
  5089.     protected function getMonolog_Logger_SecurityService()
  5090.     {
  5091.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5092.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5093.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5094.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5095.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5096.         return $instance;
  5097.     }
  5098.     /**
  5099.      * Gets the private 'parameter_bag' shared service.
  5100.      *
  5101.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5102.      */
  5103.     protected function getParameterBagService()
  5104.     {
  5105.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5106.     }
  5107.     /**
  5108.      * Gets the private 'profiler_listener' shared service.
  5109.      *
  5110.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5111.      */
  5112.     protected function getProfilerListenerService()
  5113.     {
  5114.         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);
  5115.     }
  5116.     /**
  5117.      * Gets the private 'property_accessor' shared service.
  5118.      *
  5119.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5120.      */
  5121.     protected function getPropertyAccessorService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5129.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5130.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5131.     }
  5132.     /**
  5133.      * Gets the private 'property_info' shared service.
  5134.      *
  5135.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5136.      */
  5137.     protected function getPropertyInfoService()
  5138.     {
  5139.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5140.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5141.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5142.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5143.         }, 3), new RewindableGenerator(function () {
  5144.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5145.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5146.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5147.         }, 3), new RewindableGenerator(function () {
  5148.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5149.         }, 1), new RewindableGenerator(function () {
  5150.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5151.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5152.         }, 2), new RewindableGenerator(function () {
  5153.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5154.         }, 1));
  5155.     }
  5156.     /**
  5157.      * Gets the private 'property_info.serializer_extractor' shared service.
  5158.      *
  5159.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5160.      */
  5161.     protected function getPropertyInfo_SerializerExtractorService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5164.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5165.     }
  5166.     /**
  5167.      * Gets the private 'router.cache_warmer' shared service.
  5168.      *
  5169.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5170.      */
  5171.     protected function getRouter_CacheWarmerService()
  5172.     {
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5175.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5176.             'router' => ['services''router''getRouterService'false],
  5177.         ], [
  5178.             'router' => '?',
  5179.         ]))->withContext('router.cache_warmer'$this));
  5180.     }
  5181.     /**
  5182.      * Gets the private 'router.expression_language_provider' shared service.
  5183.      *
  5184.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5185.      */
  5186.     protected function getRouter_ExpressionLanguageProviderService()
  5187.     {
  5188.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5189.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5190.         ], [
  5191.             'env' => 'Closure',
  5192.         ]));
  5193.     }
  5194.     /**
  5195.      * Gets the private 'router.request_context' shared service.
  5196.      *
  5197.      * @return \Symfony\Component\Routing\RequestContext
  5198.      */
  5199.     protected function getRouter_RequestContextService()
  5200.     {
  5201.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5202.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5203.         return $instance;
  5204.     }
  5205.     /**
  5206.      * Gets the private 'router_listener' shared service.
  5207.      *
  5208.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5209.      */
  5210.     protected function getRouterListenerService()
  5211.     {
  5212.         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);
  5213.     }
  5214.     /**
  5215.      * Gets the private 'secrets.vault' shared service.
  5216.      *
  5217.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5218.      */
  5219.     protected function getSecrets_VaultService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5225.         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'));
  5226.     }
  5227.     /**
  5228.      * Gets the private 'security.access_listener' shared service.
  5229.      *
  5230.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5231.      */
  5232.     protected function getSecurity_AccessListenerService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5237.         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()));
  5238.     }
  5239.     /**
  5240.      * Gets the private 'security.access_map' shared service.
  5241.      *
  5242.      * @return \Symfony\Component\Security\Http\AccessMap
  5243.      */
  5244.     protected function getSecurity_AccessMapService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5250.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5251.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5252.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/forgotpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5253.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  5254.         return $instance;
  5255.     }
  5256.     /**
  5257.      * Gets the private 'security.authentication.guard_handler' shared service.
  5258.      *
  5259.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5260.      *
  5261.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  5262.      */
  5263.     protected function getSecurity_Authentication_GuardHandlerService()
  5264.     {
  5265.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5268.         $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5269.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  5270.         return $instance;
  5271.     }
  5272.     /**
  5273.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5274.      *
  5275.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5276.      *
  5277.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5278.      */
  5279.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5280.     {
  5281.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5282.         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()));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5286.      *
  5287.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5288.      *
  5289.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  5290.      */
  5291.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5292.     {
  5293.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  5294.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5295.             yield => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  5296.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5297.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5298.         return $instance;
  5299.     }
  5300.     /**
  5301.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  5302.      *
  5303.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  5304.      *
  5305.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  5306.      */
  5307.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  5308.     {
  5309.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5312.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  5313.     }
  5314.     /**
  5315.      * Gets the private 'security.authentication.manager' shared service.
  5316.      *
  5317.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5318.      *
  5319.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  5320.      */
  5321.     protected function getSecurity_Authentication_ManagerService()
  5322.     {
  5323.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  5324.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5325.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5326.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  5327.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  5328.         }, 3), true);
  5329.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5330.         return $instance;
  5331.     }
  5332.     /**
  5333.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  5334.      *
  5335.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  5336.      *
  5337.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  5338.      */
  5339.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  5340.     {
  5341.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5342.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  5343.     }
  5344.     /**
  5345.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5346.      *
  5347.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5348.      *
  5349.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  5350.      */
  5351.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5352.     {
  5353.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5358.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5359.             yield => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  5360.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  5361.     }
  5362.     /**
  5363.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  5364.      *
  5365.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  5366.      *
  5367.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  5368.      */
  5369.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  5370.     {
  5371.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5374.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  5375.     }
  5376.     /**
  5377.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  5378.      *
  5379.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  5380.      */
  5381.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  5387.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  5388.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5389.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['path' => '/''name' => 'REMEMBERME''lifetime' => 31536000'domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5390.     }
  5391.     /**
  5392.      * Gets the private 'security.authentication_utils' shared service.
  5393.      *
  5394.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5395.      */
  5396.     protected function getSecurity_AuthenticationUtilsService()
  5397.     {
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5399.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5400.     }
  5401.     /**
  5402.      * Gets the private 'security.channel_listener' shared service.
  5403.      *
  5404.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5405.      */
  5406.     protected function getSecurity_ChannelListenerService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5411.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5412.         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());
  5413.     }
  5414.     /**
  5415.      * Gets the private 'security.command.debug_firewall' shared service.
  5416.      *
  5417.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5418.      */
  5419.     protected function getSecurity_Command_DebugFirewallService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5423.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  5424.         $instance->setName('debug:firewall');
  5425.         $instance->setDescription('Display information about your security firewall(s)');
  5426.         return $instance;
  5427.     }
  5428.     /**
  5429.      * Gets the private 'security.command.user_password_encoder' shared service.
  5430.      *
  5431.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5432.      *
  5433.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5434.      */
  5435.     protected function getSecurity_Command_UserPasswordEncoderService()
  5436.     {
  5437.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5438.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5439.         $instance->setName('security:encode-password');
  5440.         $instance->setDescription('Encode a password');
  5441.         return $instance;
  5442.     }
  5443.     /**
  5444.      * Gets the private 'security.command.user_password_hash' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5447.      */
  5448.     protected function getSecurity_Command_UserPasswordHashService()
  5449.     {
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5452.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  5453.         $instance->setName('security:hash-password');
  5454.         $instance->setDescription('Hash a user password');
  5455.         return $instance;
  5456.     }
  5457.     /**
  5458.      * Gets the private 'security.context_listener.0' shared service.
  5459.      *
  5460.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5461.      */
  5462.     protected function getSecurity_ContextListener_0Service()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5467.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  5468.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5469.         }, 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']);
  5470.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5471.         return $instance;
  5472.     }
  5473.     /**
  5474.      * Gets the private 'security.csrf.token_storage' shared service.
  5475.      *
  5476.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5477.      */
  5478.     protected function getSecurity_Csrf_TokenStorageService()
  5479.     {
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5483.         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())));
  5484.     }
  5485.     /**
  5486.      * Gets the private 'security.encoder_factory.generic' shared service.
  5487.      *
  5488.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5489.      *
  5490.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5491.      */
  5492.     protected function getSecurity_EncoderFactory_GenericService()
  5493.     {
  5494.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5495.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5496.     }
  5497.     /**
  5498.      * Gets the private 'security.event_dispatcher.main' shared service.
  5499.      *
  5500.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5501.      */
  5502.     protected function getSecurity_EventDispatcher_MainService()
  5503.     {
  5504.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5505.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5506.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5507.         }, => 'onLogout'], 64);
  5508.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5509.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5510.         }, => 'onLogout'], 0);
  5511.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5512.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  5513.         }, => 'onLogout'], 0);
  5514.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5515.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5516.         }, => 'onLogout'], 0);
  5517.         return $instance;
  5518.     }
  5519.     /**
  5520.      * Gets the private 'security.firewall.map' shared service.
  5521.      *
  5522.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5523.      */
  5524.     protected function getSecurity_Firewall_MapService()
  5525.     {
  5526.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  5527.             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)/')));
  5528.             yield 'security.firewall.map.context.main' => NULL;
  5529.         }, 2));
  5530.     }
  5531.     /**
  5532.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5533.      *
  5534.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5535.      */
  5536.     protected function getSecurity_Firewall_Map_Context_DevService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5540.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5541.             return new \EmptyIterator();
  5542.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5543.     }
  5544.     /**
  5545.      * Gets the private 'security.firewall.map.context.main' shared service.
  5546.      *
  5547.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5548.      */
  5549.     protected function getSecurity_Firewall_Map_Context_MainService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5559.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5560.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5561.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5562.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5563.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5564.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5565.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  5566.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5567.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5568.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5569.     }
  5570.     /**
  5571.      * Gets the private 'security.http_utils' shared service.
  5572.      *
  5573.      * @return \Symfony\Component\Security\Http\HttpUtils
  5574.      */
  5575.     protected function getSecurity_HttpUtilsService()
  5576.     {
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5578.         $a = ($this->services['router'] ?? $this->getRouterService());
  5579.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5580.     }
  5581.     /**
  5582.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  5583.      *
  5584.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  5585.      */
  5586.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  5589.         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()));
  5590.     }
  5591.     /**
  5592.      * Gets the private 'security.logout.listener.default.main' shared service.
  5593.      *
  5594.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  5595.      */
  5596.     protected function getSecurity_Logout_Listener_Default_MainService()
  5597.     {
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  5599.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  5600.     }
  5601.     /**
  5602.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  5603.      *
  5604.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  5605.      */
  5606.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  5607.     {
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  5609.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5610.     }
  5611.     /**
  5612.      * Gets the private 'security.logout_url_generator' shared service.
  5613.      *
  5614.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5615.      */
  5616.     protected function getSecurity_LogoutUrlGeneratorService()
  5617.     {
  5618.         $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()));
  5619.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5620.         return $instance;
  5621.     }
  5622.     /**
  5623.      * Gets the private 'security.password_hasher_factory' shared service.
  5624.      *
  5625.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  5626.      */
  5627.     protected function getSecurity_PasswordHasherFactoryService()
  5628.     {
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5631.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5632.     }
  5633.     /**
  5634.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5635.      *
  5636.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5637.      */
  5638.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5639.     {
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5643.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5644.     }
  5645.     /**
  5646.      * Gets the private 'security.validator.user_password' shared service.
  5647.      *
  5648.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5649.      */
  5650.     protected function getSecurity_Validator_UserPasswordService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5655.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  5656.     }
  5657.     /**
  5658.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5659.      *
  5660.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5661.      */
  5662.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5663.     {
  5664.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5665.     }
  5666.     /**
  5667.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5668.      *
  5669.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5670.      */
  5671.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5672.     {
  5673.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5674.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5675.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5676.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5677.     }
  5678.     /**
  5679.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5680.      *
  5681.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5682.      */
  5683.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5684.     {
  5685.         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()));
  5686.     }
  5687.     /**
  5688.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5689.      *
  5690.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5691.      */
  5692.     protected function getSensioFrameworkExtra_View_ListenerService()
  5693.     {
  5694.         $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))));
  5695.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5696.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5697.         ], [
  5698.             'twig' => '?',
  5699.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5700.         return $instance;
  5701.     }
  5702.     /**
  5703.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5704.      *
  5705.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5706.      */
  5707.     protected function getSerializer_Mapping_CacheWarmerService()
  5708.     {
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5714.         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'));
  5715.     }
  5716.     /**
  5717.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5718.      *
  5719.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5720.      */
  5721.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5722.     {
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5729.         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()))]));
  5730.     }
  5731.     /**
  5732.      * Gets the private 'session.factory' shared service.
  5733.      *
  5734.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5735.      */
  5736.     protected function getSession_FactoryService()
  5737.     {
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  5740.         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']);
  5741.     }
  5742.     /**
  5743.      * Gets the private 'session.storage.factory.service' shared service.
  5744.      *
  5745.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  5746.      *
  5747.      * @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.
  5748.      */
  5749.     protected function getSession_Storage_Factory_ServiceService()
  5750.     {
  5751.         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.');
  5752.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5753.     }
  5754.     /**
  5755.      * Gets the private 'session.storage.metadata_bag' shared service.
  5756.      *
  5757.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  5758.      *
  5759.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  5760.      */
  5761.     protected function getSession_Storage_MetadataBagService()
  5762.     {
  5763.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  5764.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  5765.     }
  5766.     /**
  5767.      * Gets the private 'session.storage.native' shared service.
  5768.      *
  5769.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5770.      *
  5771.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  5772.      */
  5773.     protected function getSession_Storage_NativeService()
  5774.     {
  5775.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  5776.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  5777.     }
  5778.     /**
  5779.      * Gets the private 'session_listener' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5782.      */
  5783.     protected function getSessionListenerService()
  5784.     {
  5785.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5786.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5787.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5788.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5789.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5790.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  5791.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5792.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5793.         ], [
  5794.             'initialized_session' => '?',
  5795.             'logger' => '?',
  5796.             'request_stack' => '?',
  5797.             'session' => '?',
  5798.             'session_collector' => '?',
  5799.             'session_factory' => '?',
  5800.             'session_storage' => '?',
  5801.         ]), true$this->parameters['session.storage.options']);
  5802.     }
  5803.     /**
  5804.      * Gets the private 'translation.extractor' shared service.
  5805.      *
  5806.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5807.      */
  5808.     protected function getTranslation_ExtractorService()
  5809.     {
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5815.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5816.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5817.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  5818.         return $instance;
  5819.     }
  5820.     /**
  5821.      * Gets the private 'translation.loader.csv' shared service.
  5822.      *
  5823.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5824.      */
  5825.     protected function getTranslation_Loader_CsvService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5831.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5832.     }
  5833.     /**
  5834.      * Gets the private 'translation.loader.dat' shared service.
  5835.      *
  5836.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5837.      */
  5838.     protected function getTranslation_Loader_DatService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5843.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5844.     }
  5845.     /**
  5846.      * Gets the private 'translation.loader.ini' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5849.      */
  5850.     protected function getTranslation_Loader_IniService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5856.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5857.     }
  5858.     /**
  5859.      * Gets the private 'translation.loader.json' shared service.
  5860.      *
  5861.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5862.      */
  5863.     protected function getTranslation_Loader_JsonService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5869.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5870.     }
  5871.     /**
  5872.      * Gets the private 'translation.loader.mo' shared service.
  5873.      *
  5874.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5875.      */
  5876.     protected function getTranslation_Loader_MoService()
  5877.     {
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5882.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5883.     }
  5884.     /**
  5885.      * Gets the private 'translation.loader.php' shared service.
  5886.      *
  5887.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5888.      */
  5889.     protected function getTranslation_Loader_PhpService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5895.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5896.     }
  5897.     /**
  5898.      * Gets the private 'translation.loader.po' shared service.
  5899.      *
  5900.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5901.      */
  5902.     protected function getTranslation_Loader_PoService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5908.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5909.     }
  5910.     /**
  5911.      * Gets the private 'translation.loader.qt' shared service.
  5912.      *
  5913.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5914.      */
  5915.     protected function getTranslation_Loader_QtService()
  5916.     {
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5919.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5920.     }
  5921.     /**
  5922.      * Gets the private 'translation.loader.res' shared service.
  5923.      *
  5924.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5925.      */
  5926.     protected function getTranslation_Loader_ResService()
  5927.     {
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5930.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5931.     }
  5932.     /**
  5933.      * Gets the private 'translation.loader.xliff' shared service.
  5934.      *
  5935.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5936.      */
  5937.     protected function getTranslation_Loader_XliffService()
  5938.     {
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5941.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5942.     }
  5943.     /**
  5944.      * Gets the private 'translation.loader.yml' shared service.
  5945.      *
  5946.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5947.      */
  5948.     protected function getTranslation_Loader_YmlService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5954.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5955.     }
  5956.     /**
  5957.      * Gets the private 'translation.provider_collection' shared service.
  5958.      *
  5959.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  5960.      */
  5961.     protected function getTranslation_ProviderCollectionService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  5965.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  5966.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  5967.         }, 1), []))->fromConfig([]);
  5968.     }
  5969.     /**
  5970.      * Gets the private 'translation.reader' shared service.
  5971.      *
  5972.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5973.      */
  5974.     protected function getTranslation_ReaderService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5992.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5993.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5994.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5995.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5996.         $instance->addLoader('yaml'$a);
  5997.         $instance->addLoader('yml'$a);
  5998.         $instance->addLoader('xlf'$b);
  5999.         $instance->addLoader('xliff'$b);
  6000.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6001.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6002.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6003.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6004.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6005.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6006.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6007.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6008.         return $instance;
  6009.     }
  6010.     /**
  6011.      * Gets the private 'translation.warmer' shared service.
  6012.      *
  6013.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6014.      */
  6015.     protected function getTranslation_WarmerService()
  6016.     {
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6019.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6020.             'translator' => ['services''translator''getTranslatorService'false],
  6021.         ], [
  6022.             'translator' => '?',
  6023.         ]))->withContext('translation.warmer'$this));
  6024.     }
  6025.     /**
  6026.      * Gets the private 'translation.writer' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6029.      */
  6030.     protected function getTranslation_WriterService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6046.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6047.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6048.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6049.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6050.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6051.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6052.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6053.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6054.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6055.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6056.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6057.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6058.         return $instance;
  6059.     }
  6060.     /**
  6061.      * Gets the private 'translator.default' shared service.
  6062.      *
  6063.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6064.      */
  6065.     protected function getTranslator_DefaultService()
  6066.     {
  6067.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6068.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6069.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6070.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6071.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6072.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6073.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6074.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6075.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6076.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6077.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6078.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6079.         ], [
  6080.             'translation.loader.csv' => '?',
  6081.             'translation.loader.dat' => '?',
  6082.             'translation.loader.ini' => '?',
  6083.             'translation.loader.json' => '?',
  6084.             'translation.loader.mo' => '?',
  6085.             'translation.loader.php' => '?',
  6086.             'translation.loader.po' => '?',
  6087.             'translation.loader.qt' => '?',
  6088.             'translation.loader.res' => '?',
  6089.             'translation.loader.xliff' => '?',
  6090.             'translation.loader.yml' => '?',
  6091.         ]), 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/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  6092.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6093.         $instance->setFallbackLocales([=> 'en']);
  6094.         return $instance;
  6095.     }
  6096.     /**
  6097.      * Gets the private 'twig.command.debug' shared service.
  6098.      *
  6099.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6100.      */
  6101.     protected function getTwig_Command_DebugService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6105.         $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()));
  6106.         $instance->setName('debug:twig');
  6107.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6108.         return $instance;
  6109.     }
  6110.     /**
  6111.      * Gets the private 'twig.command.lint' shared service.
  6112.      *
  6113.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6114.      */
  6115.     protected function getTwig_Command_LintService()
  6116.     {
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6120.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6121.         $instance->setName('lint:twig');
  6122.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6123.         return $instance;
  6124.     }
  6125.     /**
  6126.      * Gets the private 'twig.form.renderer' shared service.
  6127.      *
  6128.      * @return \Symfony\Component\Form\FormRenderer
  6129.      */
  6130.     protected function getTwig_Form_RendererService()
  6131.     {
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6137.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6138.     }
  6139.     /**
  6140.      * Gets the private 'twig.mailer.message_listener' shared service.
  6141.      *
  6142.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6143.      */
  6144.     protected function getTwig_Mailer_MessageListenerService()
  6145.     {
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6149.         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())));
  6150.     }
  6151.     /**
  6152.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6153.      *
  6154.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6155.      */
  6156.     protected function getTwig_Runtime_HttpkernelService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6164.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6165.         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, [
  6166.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6167.         ], [
  6168.             'inline' => '?',
  6169.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6170.     }
  6171.     /**
  6172.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6173.      *
  6174.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6175.      */
  6176.     protected function getTwig_Runtime_SecurityCsrfService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6179.         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()));
  6180.     }
  6181.     /**
  6182.      * Gets the private 'twig.runtime.serializer' shared service.
  6183.      *
  6184.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6185.      */
  6186.     protected function getTwig_Runtime_SerializerService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6190.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6191.     }
  6192.     /**
  6193.      * Gets the private 'twig.template_cache_warmer' shared service.
  6194.      *
  6195.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6196.      */
  6197.     protected function getTwig_TemplateCacheWarmerService()
  6198.     {
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6202.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6203.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6204.         ], [
  6205.             'twig' => '?',
  6206.         ]))->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')));
  6207.     }
  6208.     /**
  6209.      * Gets the private 'validator.builder' shared service.
  6210.      *
  6211.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6212.      */
  6213.     protected function getValidator_BuilderService()
  6214.     {
  6215.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6216.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6217.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6218.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6219.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6220.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6221.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6222.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6223.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6224.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6225.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6226.         ], [
  6227.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6228.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6229.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6230.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6231.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6232.             'doctrine.orm.validator.unique' => '?',
  6233.             'security.validator.user_password' => '?',
  6234.             'validator.expression' => '?',
  6235.         ])));
  6236.         if ($this->has('translator')) {
  6237.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6238.         }
  6239.         $instance->setTranslationDomain('validators');
  6240.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6241.         $instance->enableAnnotationMapping(true);
  6242.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6243.         $instance->addMethodMapping('loadValidatorMetadata');
  6244.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6245.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6246.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6247.         return $instance;
  6248.     }
  6249.     /**
  6250.      * Gets the private 'validator.email' shared service.
  6251.      *
  6252.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6253.      */
  6254.     protected function getValidator_EmailService()
  6255.     {
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6259.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6260.     }
  6261.     /**
  6262.      * Gets the private 'validator.expression' shared service.
  6263.      *
  6264.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6265.      */
  6266.     protected function getValidator_ExpressionService()
  6267.     {
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6271.         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())));
  6272.     }
  6273.     /**
  6274.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6275.      *
  6276.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6277.      */
  6278.     protected function getValidator_Mapping_CacheWarmerService()
  6279.     {
  6280.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6283.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6284.     }
  6285.     /**
  6286.      * Gets the private 'validator.not_compromised_password' shared service.
  6287.      *
  6288.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6289.      */
  6290.     protected function getValidator_NotCompromisedPasswordService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6295.         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);
  6296.     }
  6297.     /**
  6298.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6299.      *
  6300.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6301.      */
  6302.     protected function getVarDumper_Command_ServerDumpService()
  6303.     {
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6310.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6311.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6312.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6313.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6314.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6315.         $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()))]);
  6316.         $instance->setName('server:dump');
  6317.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6318.         return $instance;
  6319.     }
  6320.     /**
  6321.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6324.      */
  6325.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6326.     {
  6327.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6328.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6329.         return $instance;
  6330.     }
  6331.     /**
  6332.      * Gets the private 'var_dumper.html_dumper' shared service.
  6333.      *
  6334.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6335.      */
  6336.     protected function getVarDumper_HtmlDumperService()
  6337.     {
  6338.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6339.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6340.         return $instance;
  6341.     }
  6342.     /**
  6343.      * Gets the private 'var_dumper.server_connection' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\VarDumper\Server\Connection
  6346.      */
  6347.     protected function getVarDumper_ServerConnectionService()
  6348.     {
  6349.         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()]);
  6350.     }
  6351.     /**
  6352.      * Gets the private 'web_profiler.csp.handler' shared service.
  6353.      *
  6354.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6355.      */
  6356.     protected function getWebProfiler_Csp_HandlerService()
  6357.     {
  6358.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6359.     }
  6360.     /**
  6361.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6362.      *
  6363.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6364.      */
  6365.     protected function getWebProfiler_DebugToolbarService()
  6366.     {
  6367.         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()));
  6368.     }
  6369.     /**
  6370.      * Gets the public 'cache_clearer' alias.
  6371.      *
  6372.      * @return object The ".container.private.cache_clearer" service.
  6373.      */
  6374.     protected function getCacheClearerService()
  6375.     {
  6376.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6377.         return $this->get('.container.private.cache_clearer');
  6378.     }
  6379.     /**
  6380.      * Gets the public 'filesystem' alias.
  6381.      *
  6382.      * @return object The ".container.private.filesystem" service.
  6383.      */
  6384.     protected function getFilesystemService()
  6385.     {
  6386.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6387.         return $this->get('.container.private.filesystem');
  6388.     }
  6389.     /**
  6390.      * Gets the public 'security.csrf.token_manager' alias.
  6391.      *
  6392.      * @return object The ".container.private.security.csrf.token_manager" service.
  6393.      */
  6394.     protected function getSecurity_Csrf_TokenManagerService()
  6395.     {
  6396.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6397.         return $this->get('.container.private.security.csrf.token_manager');
  6398.     }
  6399.     /**
  6400.      * Gets the public 'form.factory' alias.
  6401.      *
  6402.      * @return object The ".container.private.form.factory" service.
  6403.      */
  6404.     protected function getForm_FactoryService()
  6405.     {
  6406.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6407.         return $this->get('.container.private.form.factory');
  6408.     }
  6409.     /**
  6410.      * Gets the public 'form.type.file' alias.
  6411.      *
  6412.      * @return object The ".container.private.form.type.file" service.
  6413.      */
  6414.     protected function getForm_Type_FileService()
  6415.     {
  6416.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6417.         return $this->get('.container.private.form.type.file');
  6418.     }
  6419.     /**
  6420.      * Gets the public 'profiler' alias.
  6421.      *
  6422.      * @return object The ".container.private.profiler" service.
  6423.      */
  6424.     protected function getProfilerService()
  6425.     {
  6426.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6427.         return $this->get('.container.private.profiler');
  6428.     }
  6429.     /**
  6430.      * Gets the public 'serializer' alias.
  6431.      *
  6432.      * @return object The ".container.private.serializer" service.
  6433.      */
  6434.     protected function getSerializerService()
  6435.     {
  6436.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6437.         return $this->get('.container.private.serializer');
  6438.     }
  6439.     /**
  6440.      * Gets the public 'twig' alias.
  6441.      *
  6442.      * @return object The ".container.private.twig" service.
  6443.      */
  6444.     protected function getTwigService()
  6445.     {
  6446.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6447.         return $this->get('.container.private.twig');
  6448.     }
  6449.     /**
  6450.      * Gets the public 'security.authorization_checker' alias.
  6451.      *
  6452.      * @return object The ".container.private.security.authorization_checker" service.
  6453.      */
  6454.     protected function getSecurity_AuthorizationCheckerService()
  6455.     {
  6456.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6457.         return $this->get('.container.private.security.authorization_checker');
  6458.     }
  6459.     /**
  6460.      * Gets the public 'security.token_storage' alias.
  6461.      *
  6462.      * @return object The ".container.private.security.token_storage" service.
  6463.      */
  6464.     protected function getSecurity_TokenStorageService()
  6465.     {
  6466.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6467.         return $this->get('.container.private.security.token_storage');
  6468.     }
  6469.     /**
  6470.      * Gets the public 'security.password_encoder' alias.
  6471.      *
  6472.      * @return object The ".container.private.security.password_encoder" service.
  6473.      */
  6474.     protected function getSecurity_PasswordEncoderService()
  6475.     {
  6476.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6477.         return $this->get('.container.private.security.password_encoder');
  6478.     }
  6479.     /**
  6480.      * Gets the public 'session' alias.
  6481.      *
  6482.      * @return object The ".container.private.session" service.
  6483.      */
  6484.     protected function getSessionService()
  6485.     {
  6486.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6487.         return $this->get('.container.private.session');
  6488.     }
  6489.     /**
  6490.      * Gets the public 'validator' alias.
  6491.      *
  6492.      * @return object The ".container.private.validator" service.
  6493.      */
  6494.     protected function getValidatorService()
  6495.     {
  6496.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6497.         return $this->get('.container.private.validator');
  6498.     }
  6499.     /**
  6500.      * @return array|bool|float|int|string|null
  6501.      */
  6502.     public function getParameter(string $name)
  6503.     {
  6504.         if (isset($this->buildParameters[$name])) {
  6505.             return $this->buildParameters[$name];
  6506.         }
  6507.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6508.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6509.         }
  6510.         if (isset($this->loadedDynamicParameters[$name])) {
  6511.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6512.         }
  6513.         return $this->parameters[$name];
  6514.     }
  6515.     public function hasParameter(string $name): bool
  6516.     {
  6517.         if (isset($this->buildParameters[$name])) {
  6518.             return true;
  6519.         }
  6520.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6521.     }
  6522.     public function setParameter(string $name$value): void
  6523.     {
  6524.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6525.     }
  6526.     public function getParameterBag(): ParameterBagInterface
  6527.     {
  6528.         if (null === $this->parameterBag) {
  6529.             $parameters $this->parameters;
  6530.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6531.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6532.             }
  6533.             foreach ($this->buildParameters as $name => $value) {
  6534.                 $parameters[$name] = $value;
  6535.             }
  6536.             $this->parameterBag = new FrozenParameterBag($parameters);
  6537.         }
  6538.         return $this->parameterBag;
  6539.     }
  6540.     private $loadedDynamicParameters = [
  6541.         'kernel.runtime_environment' => false,
  6542.         'kernel.build_dir' => false,
  6543.         'kernel.cache_dir' => false,
  6544.         'kernel.secret' => false,
  6545.         'session.save_path' => false,
  6546.         'validator.mapping.cache.file' => false,
  6547.         'profiler.storage.dsn' => false,
  6548.         'debug.container.dump' => false,
  6549.         'serializer.mapping.cache.file' => false,
  6550.         'doctrine.orm.proxy_dir' => false,
  6551.     ];
  6552.     private $dynamicParameters = [];
  6553.     private function getDynamicParameter(string $name)
  6554.     {
  6555.         switch ($name) {
  6556.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6557.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6558.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6559.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6560.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6561.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6562.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6563.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6564.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6565.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6566.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6567.         }
  6568.         $this->loadedDynamicParameters[$name] = true;
  6569.         return $this->dynamicParameters[$name] = $value;
  6570.     }
  6571.     protected function getDefaultParameters(): array
  6572.     {
  6573.         return [
  6574.             'kernel.project_dir' => \dirname(__DIR__4),
  6575.             'kernel.environment' => 'dev',
  6576.             'kernel.debug' => true,
  6577.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6578.             'kernel.bundles' => [
  6579.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6580.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6581.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6582.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6583.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6584.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6585.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6586.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6587.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6588.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6589.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6590.             ],
  6591.             'kernel.bundles_metadata' => [
  6592.                 'FrameworkBundle' => [
  6593.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6594.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6595.                 ],
  6596.                 'TwigBundle' => [
  6597.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6598.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6599.                 ],
  6600.                 'TwigExtraBundle' => [
  6601.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6602.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6603.                 ],
  6604.                 'WebProfilerBundle' => [
  6605.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6606.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6607.                 ],
  6608.                 'MonologBundle' => [
  6609.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6610.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6611.                 ],
  6612.                 'DebugBundle' => [
  6613.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6614.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6615.                 ],
  6616.                 'DoctrineBundle' => [
  6617.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6618.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6619.                 ],
  6620.                 'DoctrineMigrationsBundle' => [
  6621.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6622.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6623.                 ],
  6624.                 'SensioFrameworkExtraBundle' => [
  6625.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6626.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6627.                 ],
  6628.                 'SecurityBundle' => [
  6629.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6630.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6631.                 ],
  6632.                 'MakerBundle' => [
  6633.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6634.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6635.                 ],
  6636.             ],
  6637.             'kernel.charset' => 'UTF-8',
  6638.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6639.             'container.dumper.inline_class_loader' => true,
  6640.             'container.dumper.inline_factories' => true,
  6641.             'event_dispatcher.event_aliases' => [
  6642.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6643.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6644.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6645.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6646.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6647.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6648.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6649.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6650.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6651.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6652.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6653.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6654.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6655.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6656.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6657.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6658.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6659.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6660.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6661.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6662.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6663.             ],
  6664.             'fragment.renderer.hinclude.global_template' => NULL,
  6665.             'fragment.path' => '/_fragment',
  6666.             'kernel.http_method_override' => true,
  6667.             'kernel.trusted_hosts' => [
  6668.             ],
  6669.             'kernel.default_locale' => 'en',
  6670.             'kernel.enabled_locales' => [
  6671.             ],
  6672.             'kernel.error_controller' => 'error_controller',
  6673.             'debug.file_link_format' => NULL,
  6674.             'session.metadata.storage_key' => '_sf2_meta',
  6675.             'session.storage.options' => [
  6676.                 'cache_limiter' => '0',
  6677.                 'cookie_secure' => 'auto',
  6678.                 'cookie_httponly' => true,
  6679.                 'cookie_samesite' => 'lax',
  6680.                 'gc_probability' => 1,
  6681.             ],
  6682.             'session.metadata.update_threshold' => 0,
  6683.             'form.type_extension.csrf.enabled' => true,
  6684.             'form.type_extension.csrf.field_name' => '_token',
  6685.             'asset.request_context.base_path' => NULL,
  6686.             'asset.request_context.secure' => NULL,
  6687.             'validator.translation_domain' => 'validators',
  6688.             'translator.logging' => false,
  6689.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6690.             'profiler_listener.only_exceptions' => false,
  6691.             'profiler_listener.only_main_requests' => false,
  6692.             'debug.error_handler.throw_at' => -1,
  6693.             'router.request_context.host' => 'localhost',
  6694.             'router.request_context.scheme' => 'http',
  6695.             'router.request_context.base_url' => '',
  6696.             'router.resource' => 'kernel::loadRoutes',
  6697.             'request_listener.http_port' => 80,
  6698.             'request_listener.https_port' => 443,
  6699.             'twig.form.resources' => [
  6700.                 => 'form_div_layout.html.twig',
  6701.             ],
  6702.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6703.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6704.             'web_profiler.debug_toolbar.mode' => 2,
  6705.             'monolog.use_microseconds' => true,
  6706.             'monolog.swift_mailer.handlers' => [
  6707.             ],
  6708.             'monolog.handlers_to_channels' => [
  6709.                 'monolog.handler.console' => [
  6710.                     'type' => 'exclusive',
  6711.                     'elements' => [
  6712.                         => 'event',
  6713.                         => 'doctrine',
  6714.                         => 'console',
  6715.                     ],
  6716.                 ],
  6717.                 'monolog.handler.main' => [
  6718.                     'type' => 'exclusive',
  6719.                     'elements' => [
  6720.                         => 'event',
  6721.                     ],
  6722.                 ],
  6723.             ],
  6724.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6725.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6726.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6727.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6728.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6729.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6730.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6731.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6732.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6733.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6734.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6735.             'doctrine.entity_managers' => [
  6736.                 'default' => 'doctrine.orm.default_entity_manager',
  6737.             ],
  6738.             'doctrine.default_entity_manager' => 'default',
  6739.             'doctrine.dbal.connection_factory.types' => [
  6740.             ],
  6741.             'doctrine.connections' => [
  6742.                 'default' => 'doctrine.dbal.default_connection',
  6743.             ],
  6744.             'doctrine.default_connection' => 'default',
  6745.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6746.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6747.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6748.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6749.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6750.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6751.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6752.             'doctrine.orm.cache.memcache_port' => 11211,
  6753.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6754.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6755.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6756.             'doctrine.orm.cache.memcached_port' => 11211,
  6757.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6758.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6759.             'doctrine.orm.cache.redis_host' => 'localhost',
  6760.             'doctrine.orm.cache.redis_port' => 6379,
  6761.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6762.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6763.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6764.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6765.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6766.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6767.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6768.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6769.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6770.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6771.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6772.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6773.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6774.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6775.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6776.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6777.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6778.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6779.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6780.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6781.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6782.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6783.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6784.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6785.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6786.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6787.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6788.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6789.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6790.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6791.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6792.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6793.             'doctrine.migrations.preferred_em' => NULL,
  6794.             'doctrine.migrations.preferred_connection' => NULL,
  6795.             'security.role_hierarchy.roles' => [
  6796.             ],
  6797.             'security.access.denied_url' => NULL,
  6798.             'security.authentication.manager.erase_credentials' => true,
  6799.             'security.authentication.session_strategy.strategy' => 'migrate',
  6800.             'security.access.always_authenticate_before_granting' => false,
  6801.             'security.authentication.hide_user_not_found' => true,
  6802.             'security.firewalls' => [
  6803.                 => 'dev',
  6804.                 => 'main',
  6805.             ],
  6806.             'security.main._indexed_authenticators' => [
  6807.             ],
  6808.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6809.             'data_collector.templates' => [
  6810.                 'data_collector.request' => [
  6811.                     => 'request',
  6812.                     => '@WebProfiler/Collector/request.html.twig',
  6813.                 ],
  6814.                 'data_collector.time' => [
  6815.                     => 'time',
  6816.                     => '@WebProfiler/Collector/time.html.twig',
  6817.                 ],
  6818.                 'data_collector.memory' => [
  6819.                     => 'memory',
  6820.                     => '@WebProfiler/Collector/memory.html.twig',
  6821.                 ],
  6822.                 'data_collector.validator' => [
  6823.                     => 'validator',
  6824.                     => '@WebProfiler/Collector/validator.html.twig',
  6825.                 ],
  6826.                 'data_collector.ajax' => [
  6827.                     => 'ajax',
  6828.                     => '@WebProfiler/Collector/ajax.html.twig',
  6829.                 ],
  6830.                 'data_collector.form' => [
  6831.                     => 'form',
  6832.                     => '@WebProfiler/Collector/form.html.twig',
  6833.                 ],
  6834.                 'data_collector.exception' => [
  6835.                     => 'exception',
  6836.                     => '@WebProfiler/Collector/exception.html.twig',
  6837.                 ],
  6838.                 'data_collector.logger' => [
  6839.                     => 'logger',
  6840.                     => '@WebProfiler/Collector/logger.html.twig',
  6841.                 ],
  6842.                 'data_collector.events' => [
  6843.                     => 'events',
  6844.                     => '@WebProfiler/Collector/events.html.twig',
  6845.                 ],
  6846.                 'data_collector.router' => [
  6847.                     => 'router',
  6848.                     => '@WebProfiler/Collector/router.html.twig',
  6849.                 ],
  6850.                 'data_collector.cache' => [
  6851.                     => 'cache',
  6852.                     => '@WebProfiler/Collector/cache.html.twig',
  6853.                 ],
  6854.                 'data_collector.translation' => [
  6855.                     => 'translation',
  6856.                     => '@WebProfiler/Collector/translation.html.twig',
  6857.                 ],
  6858.                 'data_collector.security' => [
  6859.                     => 'security',
  6860.                     => '@Security/Collector/security.html.twig',
  6861.                 ],
  6862.                 'data_collector.twig' => [
  6863.                     => 'twig',
  6864.                     => '@WebProfiler/Collector/twig.html.twig',
  6865.                 ],
  6866.                 'data_collector.http_client' => [
  6867.                     => 'http_client',
  6868.                     => '@WebProfiler/Collector/http_client.html.twig',
  6869.                 ],
  6870.                 'data_collector.doctrine' => [
  6871.                     => 'db',
  6872.                     => '@Doctrine/Collector/db.html.twig',
  6873.                 ],
  6874.                 'data_collector.dump' => [
  6875.                     => 'dump',
  6876.                     => '@Debug/Profiler/dump.html.twig',
  6877.                 ],
  6878.                 'mailer.data_collector' => [
  6879.                     => 'mailer',
  6880.                     => '@WebProfiler/Collector/mailer.html.twig',
  6881.                 ],
  6882.                 'notifier.data_collector' => [
  6883.                     => 'notifier',
  6884.                     => '@WebProfiler/Collector/notifier.html.twig',
  6885.                 ],
  6886.                 'data_collector.config' => [
  6887.                     => 'config',
  6888.                     => '@WebProfiler/Collector/config.html.twig',
  6889.                 ],
  6890.             ],
  6891.             'console.command.ids' => [
  6892.             ],
  6893.         ];
  6894.     }
  6895.     protected function throw($message)
  6896.     {
  6897.         throw new RuntimeException($message);
  6898.     }
  6899. }