var/cache/dev/ContainerZcfRtEg/App_KernelDevDebugContainer.php line 7725

Open in your IDE?
  1. <?php
  2. namespace ContainerZcfRtEg;
  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\\AdminController' => 'getAdminControllerService',
  47.             'App\\Controller\\FrontController' => 'getFrontControllerService',
  48.             'App\\Controller\\MatchController' => 'getMatchControllerService',
  49.             'App\\Controller\\PlanningController' => 'getPlanningControllerService',
  50.             'App\\Controller\\PlayerController' => 'getPlayerControllerService',
  51.             'App\\Controller\\StatController' => 'getStatControllerService',
  52.             'App\\Controller\\TrainingController' => 'getTrainingControllerService',
  53.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  55.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  65.             'data_collector.dump' => 'getDataCollector_DumpService',
  66.             'doctrine' => 'getDoctrineService',
  67.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  68.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  69.             'error_controller' => 'getErrorControllerService',
  70.             'event_dispatcher' => 'getEventDispatcherService',
  71.             'http_kernel' => 'getHttpKernelService',
  72.             'knp_paginator' => 'getKnpPaginatorService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'routing.loader' => 'getRouting_LoaderService',
  76.             'services_resetter' => 'getServicesResetterService',
  77.             'translator' => 'getTranslatorService',
  78.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  79.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  80.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  81.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  82.             'cache_clearer' => 'getCacheClearerService',
  83.             'filesystem' => 'getFilesystemService',
  84.             'serializer' => 'getSerializerService',
  85.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  86.             'form.factory' => 'getForm_FactoryService',
  87.             'form.type.file' => 'getForm_Type_FileService',
  88.             'profiler' => 'getProfilerService',
  89.             'twig' => 'getTwigService',
  90.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  91.             'security.token_storage' => 'getSecurity_TokenStorageService',
  92.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  93.             'session' => 'getSessionService',
  94.             'validator' => 'getValidatorService',
  95.         ];
  96.         $this->aliases = [
  97.             'database_connection' => 'doctrine.dbal.default_connection',
  98.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  99.         ];
  100.         $this->privates['service_container'] = function () {
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  107.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  219.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  222.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  225.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  235.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  241.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  242.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  245.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  247.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  248.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  409.             include_once __DIR__.'/proxy-classes.php';
  410.         };
  411.     }
  412.     public function compile(): void
  413.     {
  414.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  415.     }
  416.     public function isCompiled(): bool
  417.     {
  418.         return true;
  419.     }
  420.     public function getRemovedIds(): array
  421.     {
  422.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  423.     }
  424.     protected function createProxy($class\Closure $factory)
  425.     {
  426.         return $factory();
  427.     }
  428.     /**
  429.      * Gets the public '.container.private.cache_clearer' shared service.
  430.      *
  431.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  432.      */
  433.     protected function get_Container_Private_CacheClearerService()
  434.     {
  435.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  437.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  438.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  439.         }, 1));
  440.     }
  441.     /**
  442.      * Gets the public '.container.private.filesystem' shared service.
  443.      *
  444.      * @return \Symfony\Component\Filesystem\Filesystem
  445.      */
  446.     protected function get_Container_Private_FilesystemService()
  447.     {
  448.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  449.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  450.     }
  451.     /**
  452.      * Gets the public '.container.private.form.factory' shared service.
  453.      *
  454.      * @return \Symfony\Component\Form\FormFactory
  455.      */
  456.     protected function get_Container_Private_Form_FactoryService()
  457.     {
  458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  460.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  461.     }
  462.     /**
  463.      * Gets the public '.container.private.form.type.file' shared service.
  464.      *
  465.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  466.      */
  467.     protected function get_Container_Private_Form_Type_FileService()
  468.     {
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  472.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  473.     }
  474.     /**
  475.      * Gets the public '.container.private.profiler' shared service.
  476.      *
  477.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  478.      */
  479.     protected function get_Container_Private_ProfilerService()
  480.     {
  481.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  483.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  484.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  486.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  487.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  488.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  489.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  490.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  491.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  492.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  493.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  494.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  495.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  496.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  497.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  498.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  499.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  500.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  501.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  502.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  503.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  504.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  505.         if ($this->has('kernel')) {
  506.             $g->setKernel($b);
  507.         }
  508.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  509.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  510.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  511.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  512.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  513.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  514.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  515.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  516.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  517.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  518.         $instance->add($d);
  519.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  520.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  521.         $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())));
  522.         $instance->add($e);
  523.         $instance->add($f);
  524.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  525.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  526.         $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()))));
  527.         $instance->add($g);
  528.         return $instance;
  529.     }
  530.     /**
  531.      * Gets the public '.container.private.security.authorization_checker' shared service.
  532.      *
  533.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  534.      */
  535.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  536.     {
  537.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  538.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  539.             return $this->services['.container.private.security.authorization_checker'];
  540.         }
  541.         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()), $afalse);
  542.     }
  543.     /**
  544.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  545.      *
  546.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  547.      */
  548.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  549.     {
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  554.         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())));
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.security.password_encoder' shared service.
  558.      *
  559.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  560.      *
  561.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  562.      */
  563.     protected function get_Container_Private_Security_PasswordEncoderService()
  564.     {
  565.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  566.         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()));
  567.     }
  568.     /**
  569.      * Gets the public '.container.private.security.token_storage' shared service.
  570.      *
  571.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  572.      */
  573.     protected function get_Container_Private_Security_TokenStorageService()
  574.     {
  575.         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, [
  576.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  577.         ], [
  578.             'request_stack' => '?',
  579.         ]));
  580.     }
  581.     /**
  582.      * Gets the public '.container.private.serializer' shared service.
  583.      *
  584.      * @return \Symfony\Component\Serializer\Serializer
  585.      */
  586.     protected function get_Container_Private_SerializerService()
  587.     {
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  630.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  631.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  632.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  633.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  634.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  635.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  636.     }
  637.     /**
  638.      * Gets the public '.container.private.session' shared service.
  639.      *
  640.      * @return \Symfony\Component\HttpFoundation\Session\Session
  641.      */
  642.     protected function get_Container_Private_SessionService()
  643.     {
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  646.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  647.         if (isset($this->services['.container.private.session'])) {
  648.             return $this->services['.container.private.session'];
  649.         }
  650.         return $this->services['.container.private.session'] = $a->createSession();
  651.     }
  652.     /**
  653.      * Gets the public '.container.private.twig' shared service.
  654.      *
  655.      * @return \Twig\Environment
  656.      */
  657.     protected function get_Container_Private_TwigService()
  658.     {
  659.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  660.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  665.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  672.         $a->addPath((\dirname(__DIR__4).'/templates'));
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  676.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  677.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  678.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  679.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  680.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  681.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  682.         $g = ($this->services['router'] ?? $this->getRouterService());
  683.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  684.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  685.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  686.         $j = new \Symfony\Bridge\Twig\AppVariable();
  687.         $j->setEnvironment('dev');
  688.         $j->setDebug(true);
  689.         if ($this->has('.container.private.security.token_storage')) {
  690.             $j->setTokenStorage($h);
  691.         }
  692.         if ($this->has('request_stack')) {
  693.             $j->setRequestStack($d);
  694.         }
  695.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  696.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  699.         $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 () {
  700.             return new \EmptyIterator();
  701.         }, 0))));
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  712.         $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())));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  715.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  716.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  717.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  718.         $instance->addGlobal('app'$j);
  719.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  720.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  721.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  722.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  723.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  724.         ], [
  725.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  726.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  727.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  728.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  729.         ])));
  730.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  731.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  732.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  733.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  734.         return $instance;
  735.     }
  736.     /**
  737.      * Gets the public '.container.private.validator' shared service.
  738.      *
  739.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  740.      */
  741.     protected function get_Container_Private_ValidatorService()
  742.     {
  743.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  744.     }
  745.     /**
  746.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  747.      *
  748.      * @return \App\Controller\AdminController
  749.      */
  750.     protected function getAdminControllerService()
  751.     {
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  753.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  754.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  755.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AdminController'$this));
  756.         return $instance;
  757.     }
  758.     /**
  759.      * Gets the public 'App\Controller\FrontController' shared autowired service.
  760.      *
  761.      * @return \App\Controller\FrontController
  762.      */
  763.     protected function getFrontControllerService()
  764.     {
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  766.         include_once \dirname(__DIR__4).'/src/Controller/FrontController.php';
  767.         $this->services['App\\Controller\\FrontController'] = $instance = new \App\Controller\FrontController();
  768.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FrontController'$this));
  769.         return $instance;
  770.     }
  771.     /**
  772.      * Gets the public 'App\Controller\MatchController' shared autowired service.
  773.      *
  774.      * @return \App\Controller\MatchController
  775.      */
  776.     protected function getMatchControllerService()
  777.     {
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  779.         include_once \dirname(__DIR__4).'/src/Controller/MatchController.php';
  780.         $this->services['App\\Controller\\MatchController'] = $instance = new \App\Controller\MatchController();
  781.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MatchController'$this));
  782.         return $instance;
  783.     }
  784.     /**
  785.      * Gets the public 'App\Controller\PlanningController' shared autowired service.
  786.      *
  787.      * @return \App\Controller\PlanningController
  788.      */
  789.     protected function getPlanningControllerService()
  790.     {
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  792.         include_once \dirname(__DIR__4).'/src/Controller/PlanningController.php';
  793.         $this->services['App\\Controller\\PlanningController'] = $instance = new \App\Controller\PlanningController();
  794.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlanningController'$this));
  795.         return $instance;
  796.     }
  797.     /**
  798.      * Gets the public 'App\Controller\PlayerController' shared autowired service.
  799.      *
  800.      * @return \App\Controller\PlayerController
  801.      */
  802.     protected function getPlayerControllerService()
  803.     {
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/src/Controller/PlayerController.php';
  806.         $this->services['App\\Controller\\PlayerController'] = $instance = new \App\Controller\PlayerController();
  807.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlayerController'$this));
  808.         return $instance;
  809.     }
  810.     /**
  811.      * Gets the public 'App\Controller\StatController' shared autowired service.
  812.      *
  813.      * @return \App\Controller\StatController
  814.      */
  815.     protected function getStatControllerService()
  816.     {
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  818.         include_once \dirname(__DIR__4).'/src/Controller/StatController.php';
  819.         $this->services['App\\Controller\\StatController'] = $instance = new \App\Controller\StatController();
  820.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\StatController'$this));
  821.         return $instance;
  822.     }
  823.     /**
  824.      * Gets the public 'App\Controller\TrainingController' shared autowired service.
  825.      *
  826.      * @return \App\Controller\TrainingController
  827.      */
  828.     protected function getTrainingControllerService()
  829.     {
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831.         include_once \dirname(__DIR__4).'/src/Controller/TrainingController.php';
  832.         $this->services['App\\Controller\\TrainingController'] = $instance = new \App\Controller\TrainingController();
  833.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TrainingController'$this));
  834.         return $instance;
  835.     }
  836.     /**
  837.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  838.      *
  839.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  840.      */
  841.     protected function getProfilerControllerService()
  842.     {
  843.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  844.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  845.     }
  846.     /**
  847.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  848.      *
  849.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  850.      */
  851.     protected function getRedirectControllerService()
  852.     {
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  854.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  855.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  856.     }
  857.     /**
  858.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  859.      *
  860.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  861.      */
  862.     protected function getTemplateControllerService()
  863.     {
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  865.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  866.     }
  867.     /**
  868.      * Gets the public 'cache.app' shared service.
  869.      *
  870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  871.      */
  872.     protected function getCache_AppService()
  873.     {
  874.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('xUEW8Lx+tq'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  875.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  876.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  877.     }
  878.     /**
  879.      * Gets the public 'cache.app_clearer' shared service.
  880.      *
  881.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  882.      */
  883.     protected function getCache_AppClearerService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  886.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  887.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  888.     }
  889.     /**
  890.      * Gets the public 'cache.global_clearer' shared service.
  891.      *
  892.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  893.      */
  894.     protected function getCache_GlobalClearerService()
  895.     {
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  898.         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())]);
  899.     }
  900.     /**
  901.      * Gets the public 'cache.system' shared service.
  902.      *
  903.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  904.      */
  905.     protected function getCache_SystemService()
  906.     {
  907.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ek3G8lleKY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  908.     }
  909.     /**
  910.      * Gets the public 'cache.system_clearer' shared service.
  911.      *
  912.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  913.      */
  914.     protected function getCache_SystemClearerService()
  915.     {
  916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  917.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  918.         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())]);
  919.     }
  920.     /**
  921.      * Gets the public 'cache.validator_expression_language' shared service.
  922.      *
  923.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  924.      */
  925.     protected function getCache_ValidatorExpressionLanguageService()
  926.     {
  927.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3PBhG13GWJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  928.     }
  929.     /**
  930.      * Gets the public 'cache_warmer' shared service.
  931.      *
  932.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  933.      */
  934.     protected function getCacheWarmerService()
  935.     {
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  938.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  939.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  940.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  941.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  942.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  943.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  944.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  945.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  946.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  947.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  948.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  949.     }
  950.     /**
  951.      * Gets the public 'console.command_loader' shared service.
  952.      *
  953.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  954.      */
  955.     protected function getConsole_CommandLoaderService()
  956.     {
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  959.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  960.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  961.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  962.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  963.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  964.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  965.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  966.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  967.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  968.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  969.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  970.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  971.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  972.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  973.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  974.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  975.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  976.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  977.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  978.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  979.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  980.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  981.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  982.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  983.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  984.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  985.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  986.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  987.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  988.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  989.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  990.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  991.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  992.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  993.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  994.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  995.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  996.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  997.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  998.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  999.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1000.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1001.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1002.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1003.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1004.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1005.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1006.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1007.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1008.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1009.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1010.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1011.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1012.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1013.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1014.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1015.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1016.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1017.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1018.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1019.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1020.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1021.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1022.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1023.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1024.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1025.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1026.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1027.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1028.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1029.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1030.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1031.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1032.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1033.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1034.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1035.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1036.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1037.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1038.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1039.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1040.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1041.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1042.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1043.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1044.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1045.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1046.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1047.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1048.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1049.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1050.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1051.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1052.         ], [
  1053.             'console.command.about' => '?',
  1054.             'console.command.assets_install' => '?',
  1055.             'console.command.cache_clear' => '?',
  1056.             'console.command.cache_pool_clear' => '?',
  1057.             'console.command.cache_pool_prune' => '?',
  1058.             'console.command.cache_pool_delete' => '?',
  1059.             'console.command.cache_pool_list' => '?',
  1060.             'console.command.cache_warmup' => '?',
  1061.             'console.command.config_debug' => '?',
  1062.             'console.command.config_dump_reference' => '?',
  1063.             'console.command.container_debug' => '?',
  1064.             'console.command.container_lint' => '?',
  1065.             'console.command.debug_autowiring' => '?',
  1066.             'console.command.dotenv_debug' => '?',
  1067.             'console.command.event_dispatcher_debug' => '?',
  1068.             'console.command.router_debug' => '?',
  1069.             'console.command.router_match' => '?',
  1070.             'console.command.translation_debug' => '?',
  1071.             'console.command.translation_extract' => '?',
  1072.             'console.command.validator_debug' => '?',
  1073.             'console.command.translation_pull' => '?',
  1074.             'console.command.translation_push' => '?',
  1075.             'console.command.xliff_lint' => '?',
  1076.             'console.command.yaml_lint' => '?',
  1077.             'console.command.form_debug' => '?',
  1078.             'console.command.secrets_set' => '?',
  1079.             'console.command.secrets_remove' => '?',
  1080.             'console.command.secrets_generate_key' => '?',
  1081.             'console.command.secrets_list' => '?',
  1082.             'console.command.secrets_decrypt_to_local' => '?',
  1083.             'console.command.secrets_encrypt_from_local' => '?',
  1084.             'twig.command.debug' => '?',
  1085.             'twig.command.lint' => '?',
  1086.             'var_dumper.command.server_dump' => '?',
  1087.             'monolog.command.server_log' => '?',
  1088.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1089.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1090.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1091.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1092.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1093.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1094.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1095.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1096.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1097.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1098.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1099.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1100.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1101.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1102.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1103.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1104.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1105.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1106.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1107.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1108.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1109.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1110.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1111.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1112.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1113.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1114.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1115.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1116.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1117.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1118.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1119.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1120.             'security.command.debug_firewall' => '?',
  1121.             'security.command.user_password_encoder' => '?',
  1122.             'security.command.user_password_hash' => '?',
  1123.             'maker.auto_command.make_auth' => '?',
  1124.             'maker.auto_command.make_command' => '?',
  1125.             'maker.auto_command.make_controller' => '?',
  1126.             'maker.auto_command.make_crud' => '?',
  1127.             'maker.auto_command.make_docker_database' => '?',
  1128.             'maker.auto_command.make_entity' => '?',
  1129.             'maker.auto_command.make_fixtures' => '?',
  1130.             'maker.auto_command.make_form' => '?',
  1131.             'maker.auto_command.make_message' => '?',
  1132.             'maker.auto_command.make_messenger_middleware' => '?',
  1133.             'maker.auto_command.make_registration_form' => '?',
  1134.             'maker.auto_command.make_reset_password' => '?',
  1135.             'maker.auto_command.make_serializer_encoder' => '?',
  1136.             'maker.auto_command.make_serializer_normalizer' => '?',
  1137.             'maker.auto_command.make_subscriber' => '?',
  1138.             'maker.auto_command.make_twig_extension' => '?',
  1139.             'maker.auto_command.make_test' => '?',
  1140.             'maker.auto_command.make_validator' => '?',
  1141.             'maker.auto_command.make_voter' => '?',
  1142.             'maker.auto_command.make_user' => '?',
  1143.             'maker.auto_command.make_migration' => '?',
  1144.             'maker.auto_command.make_stimulus_controller' => '?',
  1145.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1146.     }
  1147.     /**
  1148.      * Gets the public 'container.env_var_processors_locator' shared service.
  1149.      *
  1150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1151.      */
  1152.     protected function getContainer_EnvVarProcessorsLocatorService()
  1153.     {
  1154.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1155.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1156.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1157.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1158.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1159.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1160.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1161.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1162.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1163.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1164.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1165.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1166.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1167.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1168.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1169.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1170.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1171.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1172.         ], [
  1173.             'base64' => '?',
  1174.             'bool' => '?',
  1175.             'const' => '?',
  1176.             'csv' => '?',
  1177.             'default' => '?',
  1178.             'file' => '?',
  1179.             'float' => '?',
  1180.             'int' => '?',
  1181.             'json' => '?',
  1182.             'key' => '?',
  1183.             'not' => '?',
  1184.             'query_string' => '?',
  1185.             'require' => '?',
  1186.             'resolve' => '?',
  1187.             'string' => '?',
  1188.             'trim' => '?',
  1189.             'url' => '?',
  1190.         ]);
  1191.     }
  1192.     /**
  1193.      * Gets the public 'data_collector.dump' shared service.
  1194.      *
  1195.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1196.      */
  1197.     protected function getDataCollector_DumpService()
  1198.     {
  1199.         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()));
  1200.     }
  1201.     /**
  1202.      * Gets the public 'doctrine' shared service.
  1203.      *
  1204.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1205.      */
  1206.     protected function getDoctrineService()
  1207.     {
  1208.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1209.     }
  1210.     /**
  1211.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1212.      *
  1213.      * @return \Doctrine\DBAL\Connection
  1214.      */
  1215.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1216.     {
  1217.         $a = new \Doctrine\DBAL\Configuration();
  1218.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1219.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1220.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1221.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1222.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger(NULL, ($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()))]));
  1223.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1224.         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, [
  1225.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1226.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1227.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1228.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1229.         ], [
  1230.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1231.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1232.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1233.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1234.         ]), [=> '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']]), []);
  1235.     }
  1236.     /**
  1237.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1238.      *
  1239.      * @return \Doctrine\ORM\EntityManager
  1240.      */
  1241.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1242.     {
  1243.         if ($lazyLoad) {
  1244.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1245.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1246.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1247.                     $proxy->setProxyInitializer(null);
  1248.                     return true;
  1249.                 });
  1250.             });
  1251.         }
  1252.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1253.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1255.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1257.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1268.         $a = new \Doctrine\ORM\Configuration();
  1269.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1270.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1271.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1272.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1273.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1274.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1275.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1276.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1277.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1278.         ], [
  1279.             'doctrine.ulid_generator' => '?',
  1280.             'doctrine.uuid_generator' => '?',
  1281.         ])));
  1282.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1283.         $a->setProxyNamespace('Proxies');
  1284.         $a->setAutoGenerateProxyClasses(true);
  1285.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1286.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1287.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1288.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1289.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1290.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1291.             'App\\Repository\\AbsenceRencontreRepository' => ['privates''App\\Repository\\AbsenceRencontreRepository''getAbsenceRencontreRepositoryService'false],
  1292.             'App\\Repository\\AdversaireRepository' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  1293.             'App\\Repository\\BlessureRepository' => ['privates''App\\Repository\\BlessureRepository''getBlessureRepositoryService'false],
  1294.             'App\\Repository\\BonusMalusRepository' => ['privates''App\\Repository\\BonusMalusRepository''getBonusMalusRepositoryService'false],
  1295.             'App\\Repository\\ChampionnatRepository' => ['privates''App\\Repository\\ChampionnatRepository''getChampionnatRepositoryService'false],
  1296.             'App\\Repository\\ClubRepository' => ['privates''App\\Repository\\ClubRepository''getClubRepositoryService'false],
  1297.             'App\\Repository\\DivisionRepository' => ['privates''App\\Repository\\DivisionRepository''getDivisionRepositoryService'false],
  1298.             'App\\Repository\\EntraineurRepository' => ['privates''App\\Repository\\EntraineurRepository''getEntraineurRepositoryService'false],
  1299.             'App\\Repository\\EquipeRepository' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  1300.             'App\\Repository\\JoueurRepository' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  1301.             'App\\Repository\\LigueRepository' => ['privates''App\\Repository\\LigueRepository''getLigueRepositoryService'false],
  1302.             'App\\Repository\\ObservationRepository' => ['privates''App\\Repository\\ObservationRepository''getObservationRepositoryService'false],
  1303.             'App\\Repository\\PresidentRepository' => ['privates''App\\Repository\\PresidentRepository''getPresidentRepositoryService'false],
  1304.             'App\\Repository\\RencontreRepository' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  1305.             'App\\Repository\\SaisonRepository' => ['privates''App\\Repository\\SaisonRepository''getSaisonRepositoryService'false],
  1306.             'App\\Repository\\SequenceRepository' => ['privates''App\\Repository\\SequenceRepository''getSequenceRepositoryService'false],
  1307.             'App\\Repository\\StatsRencontreRepository' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  1308.             'App\\Repository\\TrainingLoadRepository' => ['privates''App\\Repository\\TrainingLoadRepository''getTrainingLoadRepositoryService'false],
  1309.         ], [
  1310.             'App\\Repository\\AbsenceRencontreRepository' => '?',
  1311.             'App\\Repository\\AdversaireRepository' => '?',
  1312.             'App\\Repository\\BlessureRepository' => '?',
  1313.             'App\\Repository\\BonusMalusRepository' => '?',
  1314.             'App\\Repository\\ChampionnatRepository' => '?',
  1315.             'App\\Repository\\ClubRepository' => '?',
  1316.             'App\\Repository\\DivisionRepository' => '?',
  1317.             'App\\Repository\\EntraineurRepository' => '?',
  1318.             'App\\Repository\\EquipeRepository' => '?',
  1319.             'App\\Repository\\JoueurRepository' => '?',
  1320.             'App\\Repository\\LigueRepository' => '?',
  1321.             'App\\Repository\\ObservationRepository' => '?',
  1322.             'App\\Repository\\PresidentRepository' => '?',
  1323.             'App\\Repository\\RencontreRepository' => '?',
  1324.             'App\\Repository\\SaisonRepository' => '?',
  1325.             'App\\Repository\\SequenceRepository' => '?',
  1326.             'App\\Repository\\StatsRencontreRepository' => '?',
  1327.             'App\\Repository\\TrainingLoadRepository' => '?',
  1328.         ])));
  1329.         $a->addCustomDatetimeFunction('DayName''DoctrineExtensions\\Query\\Mysql\\DayName');
  1330.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1331.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1332.         return $instance;
  1333.     }
  1334.     /**
  1335.      * Gets the public 'error_controller' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1338.      */
  1339.     protected function getErrorControllerService()
  1340.     {
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1346.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1347.         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)));
  1348.     }
  1349.     /**
  1350.      * Gets the public 'event_dispatcher' shared service.
  1351.      *
  1352.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1353.      */
  1354.     protected function getEventDispatcherService()
  1355.     {
  1356.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1357.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1358.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1359.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1360.         $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())));
  1361.         $instance->addListener('kernel.controller', [=> function () {
  1362.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1363.         }, => 'onKernelController'], 0);
  1364.         $instance->addListener('kernel.request', [=> function () {
  1365.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1366.         }, => 'onKernelRequest'], 0);
  1367.         $instance->addListener('kernel.response', [=> function () {
  1368.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1369.         }, => 'onKernelResponse'], 0);
  1370.         $instance->addListener('kernel.response', [=> function () {
  1371.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1372.         }, => 'onKernelResponse'], -1024);
  1373.         $instance->addListener('kernel.request', [=> function () {
  1374.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1375.         }, => 'setDefaultLocale'], 100);
  1376.         $instance->addListener('kernel.request', [=> function () {
  1377.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1378.         }, => 'onKernelRequest'], 16);
  1379.         $instance->addListener('kernel.finish_request', [=> function () {
  1380.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1381.         }, => 'onKernelFinishRequest'], 0);
  1382.         $instance->addListener('kernel.request', [=> function () {
  1383.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1384.         }, => 'onKernelRequest'], 256);
  1385.         $instance->addListener('kernel.response', [=> function () {
  1386.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1387.         }, => 'onResponse'], -255);
  1388.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1389.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1390.         }, => 'onControllerArguments'], 0);
  1391.         $instance->addListener('kernel.exception', [=> function () {
  1392.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1393.         }, => 'logKernelException'], 0);
  1394.         $instance->addListener('kernel.exception', [=> function () {
  1395.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1396.         }, => 'onKernelException'], -128);
  1397.         $instance->addListener('kernel.response', [=> function () {
  1398.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1399.         }, => 'removeCspHeader'], -128);
  1400.         $instance->addListener('kernel.request', [=> function () {
  1401.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1402.         }, => 'onKernelRequest'], 15);
  1403.         $instance->addListener('kernel.finish_request', [=> function () {
  1404.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1405.         }, => 'onKernelFinishRequest'], -15);
  1406.         $instance->addListener('console.error', [=> function () {
  1407.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1408.         }, => 'onConsoleError'], -128);
  1409.         $instance->addListener('console.terminate', [=> function () {
  1410.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1411.         }, => 'onConsoleTerminate'], -128);
  1412.         $instance->addListener('console.error', [=> function () {
  1413.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1414.         }, => 'onConsoleError'], 0);
  1415.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1416.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1417.         }, => 'onMessage'], -255);
  1418.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1419.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1420.         }, => 'onMessage'], -255);
  1421.         $instance->addListener('kernel.request', [=> function () {
  1422.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1423.         }, => 'configure'], 2048);
  1424.         $instance->addListener('console.command', [=> function () {
  1425.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1426.         }, => 'configure'], 2048);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1429.         }, => 'onKernelRequest'], 32);
  1430.         $instance->addListener('kernel.finish_request', [=> function () {
  1431.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1432.         }, => 'onKernelFinishRequest'], 0);
  1433.         $instance->addListener('kernel.exception', [=> function () {
  1434.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1435.         }, => 'onKernelException'], -64);
  1436.         $instance->addListener('kernel.response', [=> function () {
  1437.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1438.         }, => 'onKernelResponse'], 0);
  1439.         $instance->addListener('kernel.request', [=> function () {
  1440.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1441.         }, => 'onKernelRequest'], 128);
  1442.         $instance->addListener('kernel.response', [=> function () {
  1443.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1444.         }, => 'onKernelResponse'], -1000);
  1445.         $instance->addListener('kernel.finish_request', [=> function () {
  1446.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1447.         }, => 'onFinishRequest'], 0);
  1448.         $instance->addListener('kernel.response', [=> function () {
  1449.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1450.         }, => 'onKernelResponse'], -100);
  1451.         $instance->addListener('kernel.exception', [=> function () {
  1452.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1453.         }, => 'onKernelException'], 0);
  1454.         $instance->addListener('kernel.terminate', [=> function () {
  1455.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1456.         }, => 'onKernelTerminate'], -1024);
  1457.         $instance->addListener('kernel.controller', [=> function () {
  1458.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1459.         }, => 'onKernelController'], 0);
  1460.         $instance->addListener('kernel.response', [=> function () {
  1461.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1462.         }, => 'onKernelResponse'], 0);
  1463.         $instance->addListener('kernel.controller', [=> function () {
  1464.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1465.         }, => 'onKernelController'], 0);
  1466.         $instance->addListener('kernel.controller', [=> function () {
  1467.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1468.         }, => 'onKernelController'], 0);
  1469.         $instance->addListener('kernel.controller', [=> function () {
  1470.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1471.         }, => 'onKernelController'], -128);
  1472.         $instance->addListener('kernel.view', [=> function () {
  1473.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1474.         }, => 'onKernelView'], 0);
  1475.         $instance->addListener('kernel.controller', [=> function () {
  1476.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1477.         }, => 'onKernelController'], 0);
  1478.         $instance->addListener('kernel.response', [=> function () {
  1479.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1480.         }, => 'onKernelResponse'], 0);
  1481.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1482.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1483.         }, => 'onKernelControllerArguments'], 0);
  1484.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1485.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1486.         }, => 'onKernelControllerArguments'], 0);
  1487.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1488.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1489.         }, => 'onMessage'], 0);
  1490.         $instance->addListener('kernel.response', [=> function () {
  1491.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1492.         }, => 'onKernelResponse'], -128);
  1493.         $instance->addListener('console.command', [=> function () {
  1494.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1495.         }, => 'onCommand'], 255);
  1496.         $instance->addListener('console.terminate', [=> function () {
  1497.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1498.         }, => 'onTerminate'], -255);
  1499.         $instance->addListener('console.command', [=> function () {
  1500.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1501.         }, => 'configure'], 1024);
  1502.         $instance->addListener('console.error', [=> function () {
  1503.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1504.         }, => 'onConsoleError'], 0);
  1505.         $instance->addListener('console.terminate', [=> function () {
  1506.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1507.         }, => 'onConsoleTerminate'], 0);
  1508.         $instance->addListener('kernel.response', [=> function () {
  1509.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1510.         }, => 'onKernelResponse'], 0);
  1511.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1512.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1513.         }, => 'onVoterVote'], 0);
  1514.         $instance->addListener('kernel.request', [=> function () {
  1515.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1516.         }, => 'configureLogoutUrlGenerator'], 8);
  1517.         $instance->addListener('kernel.request', [=> function () {
  1518.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1519.         }, => 'onKernelRequest'], 8);
  1520.         $instance->addListener('kernel.finish_request', [=> function () {
  1521.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1522.         }, => 'onKernelFinishRequest'], 0);
  1523.         $instance->addListener('knp_pager.before', [=> function () {
  1524.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1525.         }, => 'before'], 0);
  1526.         $instance->addListener('knp_pager.pagination', [=> function () {
  1527.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1528.         }, => 'pagination'], 0);
  1529.         $instance->addListener('knp_pager.before', [=> function () {
  1530.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1531.         }, => 'before'], 1);
  1532.         $instance->addListener('knp_pager.before', [=> function () {
  1533.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1534.         }, => 'before'], 1);
  1535.         $instance->addListener('knp_pager.pagination', [=> function () {
  1536.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1537.         }, => 'pagination'], 1);
  1538.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1539.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1540.         }, => 'onLogout'], 0);
  1541.         return $instance;
  1542.     }
  1543.     /**
  1544.      * Gets the public 'http_kernel' shared service.
  1545.      *
  1546.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1547.      */
  1548.     protected function getHttpKernelService()
  1549.     {
  1550.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1551.         if (isset($this->services['http_kernel'])) {
  1552.             return $this->services['http_kernel'];
  1553.         }
  1554.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1555.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1556.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1557.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1558.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1559.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1560.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1561.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1562.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1563.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1564.         }, 8)), $b));
  1565.     }
  1566.     /**
  1567.      * Gets the public 'knp_paginator' shared service.
  1568.      *
  1569.      * @return \Knp\Component\Pager\Paginator
  1570.      */
  1571.     protected function getKnpPaginatorService($lazyLoad true)
  1572.     {
  1573.         if ($lazyLoad) {
  1574.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1575.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1576.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1577.                     $proxy->setProxyInitializer(null);
  1578.                     return true;
  1579.                 });
  1580.             });
  1581.         }
  1582.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1583.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1584.         return $instance;
  1585.     }
  1586.     /**
  1587.      * Gets the public 'request_stack' shared service.
  1588.      *
  1589.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1590.      */
  1591.     protected function getRequestStackService()
  1592.     {
  1593.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1594.     }
  1595.     /**
  1596.      * Gets the public 'router' shared service.
  1597.      *
  1598.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1599.      */
  1600.     protected function getRouterService()
  1601.     {
  1602.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1603.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1604.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1605.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1606.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1607.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1608.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1609.         ], [
  1610.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1611.         ]))->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');
  1612.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1613.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1614.         return $instance;
  1615.     }
  1616.     /**
  1617.      * Gets the public 'routing.loader' shared service.
  1618.      *
  1619.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1620.      */
  1621.     protected function getRouting_LoaderService()
  1622.     {
  1623.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1624.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1647.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1648.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1649.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1650.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1651.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1652.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1653.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1654.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1655.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1656.             'kernel' => ['services''kernel''getKernelService'false],
  1657.         ], [
  1658.             'kernel' => 'App\\Kernel',
  1659.         ]), 'dev'));
  1660.         $a->addLoader($c);
  1661.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1662.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1663.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1664.     }
  1665.     /**
  1666.      * Gets the public 'services_resetter' shared service.
  1667.      *
  1668.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1669.      */
  1670.     protected function getServicesResetterService()
  1671.     {
  1672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1673.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1674.             if (isset($this->services['cache.app'])) {
  1675.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1676.             }
  1677.             if (isset($this->services['cache.system'])) {
  1678.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1679.             }
  1680.             if (isset($this->privates['cache.validator'])) {
  1681.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1682.             }
  1683.             if (isset($this->privates['cache.serializer'])) {
  1684.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1685.             }
  1686.             if (isset($this->privates['cache.annotations'])) {
  1687.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1688.             }
  1689.             if (isset($this->privates['cache.property_info'])) {
  1690.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1691.             }
  1692.             if (isset($this->privates['.debug.http_client'])) {
  1693.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1694.             }
  1695.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1696.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1697.             }
  1698.             if (isset($this->privates['debug.stopwatch'])) {
  1699.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1700.             }
  1701.             if (isset($this->services['event_dispatcher'])) {
  1702.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1703.             }
  1704.             if (isset($this->privates['session_listener'])) {
  1705.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1706.             }
  1707.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1708.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1709.             }
  1710.             if (isset($this->services['cache.validator_expression_language'])) {
  1711.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1712.             }
  1713.             if (isset($this->services['.container.private.profiler'])) {
  1714.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1715.             }
  1716.             if (isset($this->services['.container.private.validator'])) {
  1717.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1718.             }
  1719.             if (isset($this->privates['twig.form.engine'])) {
  1720.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1721.             }
  1722.             if (isset($this->privates['monolog.handler.main'])) {
  1723.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1724.             }
  1725.             if (isset($this->privates['monolog.handler.console'])) {
  1726.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1727.             }
  1728.             if (isset($this->services['doctrine'])) {
  1729.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1730.             }
  1731.             if (isset($this->privates['form.type.entity'])) {
  1732.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1733.             }
  1734.             if (isset($this->services['.container.private.security.token_storage'])) {
  1735.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1736.             }
  1737.             if (isset($this->privates['cache.security_expression_language'])) {
  1738.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1739.             }
  1740.             if (isset($this->privates['.debug.http_client'])) {
  1741.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1742.             }
  1743.         }, function () {
  1744.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['.debug.http_client']));
  1745.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1746.     }
  1747.     /**
  1748.      * Gets the public 'translator' shared service.
  1749.      *
  1750.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1751.      */
  1752.     protected function getTranslatorService()
  1753.     {
  1754.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1755.     }
  1756.     /**
  1757.      * Gets the public 'var_dumper.cloner' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1760.      */
  1761.     protected function getVarDumper_ClonerService()
  1762.     {
  1763.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1764.         $instance->setMaxItems(2500);
  1765.         $instance->setMinDepth(1);
  1766.         $instance->setMaxString(-1);
  1767.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1768.         return $instance;
  1769.     }
  1770.     /**
  1771.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1772.      *
  1773.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1774.      */
  1775.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1776.     {
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1778.         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()));
  1779.     }
  1780.     /**
  1781.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1782.      *
  1783.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1784.      */
  1785.     protected function getWebProfiler_Controller_ProfilerService()
  1786.     {
  1787.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1788.         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));
  1789.     }
  1790.     /**
  1791.      * Gets the public 'web_profiler.controller.router' shared service.
  1792.      *
  1793.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1794.      */
  1795.     protected function getWebProfiler_Controller_RouterService()
  1796.     {
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1798.         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 () {
  1799.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1800.         }, 1));
  1801.     }
  1802.     /**
  1803.      * Gets the private '.console.command.about.lazy' shared service.
  1804.      *
  1805.      * @return \Symfony\Component\Console\Command\LazyCommand
  1806.      */
  1807.     protected function get_Console_Command_About_LazyService()
  1808.     {
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1811.         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 {
  1812.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1813.         });
  1814.     }
  1815.     /**
  1816.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1817.      *
  1818.      * @return \Symfony\Component\Console\Command\LazyCommand
  1819.      */
  1820.     protected function get_Console_Command_AssetsInstall_LazyService()
  1821.     {
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1824.         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 {
  1825.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1826.         });
  1827.     }
  1828.     /**
  1829.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\Console\Command\LazyCommand
  1832.      */
  1833.     protected function get_Console_Command_CacheClear_LazyService()
  1834.     {
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1837.         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 {
  1838.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1839.         });
  1840.     }
  1841.     /**
  1842.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1843.      *
  1844.      * @return \Symfony\Component\Console\Command\LazyCommand
  1845.      */
  1846.     protected function get_Console_Command_CachePoolClear_LazyService()
  1847.     {
  1848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1850.         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 {
  1851.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1852.         });
  1853.     }
  1854.     /**
  1855.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\Console\Command\LazyCommand
  1858.      */
  1859.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1863.         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 {
  1864.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1865.         });
  1866.     }
  1867.     /**
  1868.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Console\Command\LazyCommand
  1871.      */
  1872.     protected function get_Console_Command_CachePoolList_LazyService()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1876.         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 {
  1877.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1878.         });
  1879.     }
  1880.     /**
  1881.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\Console\Command\LazyCommand
  1884.      */
  1885.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1886.     {
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1889.         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 {
  1890.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1891.         });
  1892.     }
  1893.     /**
  1894.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1895.      *
  1896.      * @return \Symfony\Component\Console\Command\LazyCommand
  1897.      */
  1898.     protected function get_Console_Command_CacheWarmup_LazyService()
  1899.     {
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1902.         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 {
  1903.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1904.         });
  1905.     }
  1906.     /**
  1907.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\Console\Command\LazyCommand
  1910.      */
  1911.     protected function get_Console_Command_ConfigDebug_LazyService()
  1912.     {
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1915.         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 {
  1916.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1917.         });
  1918.     }
  1919.     /**
  1920.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1921.      *
  1922.      * @return \Symfony\Component\Console\Command\LazyCommand
  1923.      */
  1924.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1928.         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 {
  1929.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1930.         });
  1931.     }
  1932.     /**
  1933.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Console\Command\LazyCommand
  1936.      */
  1937.     protected function get_Console_Command_ContainerDebug_LazyService()
  1938.     {
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1941.         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 {
  1942.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1943.         });
  1944.     }
  1945.     /**
  1946.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1947.      *
  1948.      * @return \Symfony\Component\Console\Command\LazyCommand
  1949.      */
  1950.     protected function get_Console_Command_ContainerLint_LazyService()
  1951.     {
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1954.         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 {
  1955.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1956.         });
  1957.     }
  1958.     /**
  1959.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\Console\Command\LazyCommand
  1962.      */
  1963.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1964.     {
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1967.         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 {
  1968.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1969.         });
  1970.     }
  1971.     /**
  1972.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\Console\Command\LazyCommand
  1975.      */
  1976.     protected function get_Console_Command_DotenvDebug_LazyService()
  1977.     {
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1980.         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 {
  1981.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1982.         });
  1983.     }
  1984.     /**
  1985.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1986.      *
  1987.      * @return \Symfony\Component\Console\Command\LazyCommand
  1988.      */
  1989.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1990.     {
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1993.         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 {
  1994.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1995.         });
  1996.     }
  1997.     /**
  1998.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\Console\Command\LazyCommand
  2001.      */
  2002.     protected function get_Console_Command_FormDebug_LazyService()
  2003.     {
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2006.         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 {
  2007.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2008.         });
  2009.     }
  2010.     /**
  2011.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\Console\Command\LazyCommand
  2014.      */
  2015.     protected function get_Console_Command_RouterDebug_LazyService()
  2016.     {
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2019.         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 {
  2020.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2021.         });
  2022.     }
  2023.     /**
  2024.      * Gets the private '.console.command.router_match.lazy' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\Console\Command\LazyCommand
  2027.      */
  2028.     protected function get_Console_Command_RouterMatch_LazyService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2032.         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 {
  2033.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2034.         });
  2035.     }
  2036.     /**
  2037.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2038.      *
  2039.      * @return \Symfony\Component\Console\Command\LazyCommand
  2040.      */
  2041.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2045.         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 {
  2046.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2047.         });
  2048.     }
  2049.     /**
  2050.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2051.      *
  2052.      * @return \Symfony\Component\Console\Command\LazyCommand
  2053.      */
  2054.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2055.     {
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2058.         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 {
  2059.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2060.         });
  2061.     }
  2062.     /**
  2063.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Console\Command\LazyCommand
  2066.      */
  2067.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2068.     {
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2071.         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 {
  2072.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2073.         });
  2074.     }
  2075.     /**
  2076.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Console\Command\LazyCommand
  2079.      */
  2080.     protected function get_Console_Command_SecretsList_LazyService()
  2081.     {
  2082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2084.         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 {
  2085.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2086.         });
  2087.     }
  2088.     /**
  2089.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\Console\Command\LazyCommand
  2092.      */
  2093.     protected function get_Console_Command_SecretsRemove_LazyService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2097.         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 {
  2098.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2099.         });
  2100.     }
  2101.     /**
  2102.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Console\Command\LazyCommand
  2105.      */
  2106.     protected function get_Console_Command_SecretsSet_LazyService()
  2107.     {
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2110.         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 {
  2111.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2112.         });
  2113.     }
  2114.     /**
  2115.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\Console\Command\LazyCommand
  2118.      */
  2119.     protected function get_Console_Command_TranslationDebug_LazyService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2123.         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 {
  2124.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2125.         });
  2126.     }
  2127.     /**
  2128.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2129.      *
  2130.      * @return \Symfony\Component\Console\Command\LazyCommand
  2131.      */
  2132.     protected function get_Console_Command_TranslationExtract_LazyService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2136.         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 {
  2137.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2138.         });
  2139.     }
  2140.     /**
  2141.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\Console\Command\LazyCommand
  2144.      */
  2145.     protected function get_Console_Command_TranslationPull_LazyService()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2149.         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 {
  2150.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2151.         });
  2152.     }
  2153.     /**
  2154.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\Console\Command\LazyCommand
  2157.      */
  2158.     protected function get_Console_Command_TranslationPush_LazyService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2162.         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 {
  2163.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2164.         });
  2165.     }
  2166.     /**
  2167.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Console\Command\LazyCommand
  2170.      */
  2171.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2175.         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 {
  2176.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2177.         });
  2178.     }
  2179.     /**
  2180.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\Console\Command\LazyCommand
  2183.      */
  2184.     protected function get_Console_Command_XliffLint_LazyService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2188.         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 {
  2189.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2190.         });
  2191.     }
  2192.     /**
  2193.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2194.      *
  2195.      * @return \Symfony\Component\Console\Command\LazyCommand
  2196.      */
  2197.     protected function get_Console_Command_YamlLint_LazyService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2201.         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 {
  2202.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2203.         });
  2204.     }
  2205.     /**
  2206.      * Gets the private '.debug.http_client' shared service.
  2207.      *
  2208.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2209.      */
  2210.     protected function get_Debug_HttpClientService()
  2211.     {
  2212.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2213.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2214.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2215.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2216.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2217.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2218.         $a->setLogger($b);
  2219.         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))));
  2220.     }
  2221.     /**
  2222.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2225.      */
  2226.     protected function getLoaderInterfaceService()
  2227.     {
  2228.         $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".');
  2229.     }
  2230.     /**
  2231.      * Gets the private '.errored..service_locator.TkWVyKj.App\Entity\Joueur' shared service.
  2232.      *
  2233.      * @return \App\Entity\Joueur
  2234.      */
  2235.     protected function getJoueurService()
  2236.     {
  2237.         $this->throw('Cannot autowire service ".service_locator.TkWVyKj": it references class "App\\Entity\\Joueur" but no such service exists.');
  2238.     }
  2239.     /**
  2240.      * Gets the private '.errored..service_locator.nfPZ6h9.App\Entity\Joueur' shared service.
  2241.      *
  2242.      * @return \App\Entity\Joueur
  2243.      */
  2244.     protected function getJoueur2Service()
  2245.     {
  2246.         $this->throw('Cannot autowire service ".service_locator.nfPZ6h9": it references class "App\\Entity\\Joueur" but no such service exists.');
  2247.     }
  2248.     /**
  2249.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Console\Command\LazyCommand
  2252.      */
  2253.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2257.         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 {
  2258.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2259.         });
  2260.     }
  2261.     /**
  2262.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\Console\Command\LazyCommand
  2265.      */
  2266.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2270.         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 {
  2271.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2272.         });
  2273.     }
  2274.     /**
  2275.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Console\Command\LazyCommand
  2278.      */
  2279.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2283.         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 {
  2284.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2285.         });
  2286.     }
  2287.     /**
  2288.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Console\Command\LazyCommand
  2291.      */
  2292.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2296.         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 {
  2297.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2298.         });
  2299.     }
  2300.     /**
  2301.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2302.      *
  2303.      * @return \Symfony\Component\Console\Command\LazyCommand
  2304.      */
  2305.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2309.         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 {
  2310.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2311.         });
  2312.     }
  2313.     /**
  2314.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\Console\Command\LazyCommand
  2317.      */
  2318.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2322.         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 {
  2323.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2324.         });
  2325.     }
  2326.     /**
  2327.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Console\Command\LazyCommand
  2330.      */
  2331.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2335.         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 {
  2336.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2337.         });
  2338.     }
  2339.     /**
  2340.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Console\Command\LazyCommand
  2343.      */
  2344.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2348.         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 {
  2349.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2350.         });
  2351.     }
  2352.     /**
  2353.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\Console\Command\LazyCommand
  2356.      */
  2357.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2361.         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 {
  2362.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2363.         });
  2364.     }
  2365.     /**
  2366.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Console\Command\LazyCommand
  2369.      */
  2370.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2374.         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 {
  2375.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2376.         });
  2377.     }
  2378.     /**
  2379.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Console\Command\LazyCommand
  2382.      */
  2383.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2387.         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 {
  2388.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Console\Command\LazyCommand
  2395.      */
  2396.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2400.         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 {
  2401.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2402.         });
  2403.     }
  2404.     /**
  2405.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\Console\Command\LazyCommand
  2408.      */
  2409.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2413.         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 {
  2414.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2415.         });
  2416.     }
  2417.     /**
  2418.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Console\Command\LazyCommand
  2421.      */
  2422.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2426.         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 {
  2427.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2428.         });
  2429.     }
  2430.     /**
  2431.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Console\Command\LazyCommand
  2434.      */
  2435.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2439.         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 {
  2440.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2441.         });
  2442.     }
  2443.     /**
  2444.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\Console\Command\LazyCommand
  2447.      */
  2448.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2452.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2453.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2454.         });
  2455.     }
  2456.     /**
  2457.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2458.      *
  2459.      * @return \Symfony\Component\Console\Command\LazyCommand
  2460.      */
  2461.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2465.         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 {
  2466.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2467.         });
  2468.     }
  2469.     /**
  2470.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\Console\Command\LazyCommand
  2473.      */
  2474.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2478.         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 {
  2479.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2480.         });
  2481.     }
  2482.     /**
  2483.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Console\Command\LazyCommand
  2486.      */
  2487.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2488.     {
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2491.         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 {
  2492.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2493.         });
  2494.     }
  2495.     /**
  2496.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Console\Command\LazyCommand
  2499.      */
  2500.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2501.     {
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2504.         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 {
  2505.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2506.         });
  2507.     }
  2508.     /**
  2509.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Console\Command\LazyCommand
  2512.      */
  2513.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2517.         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 {
  2518.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2519.         });
  2520.     }
  2521.     /**
  2522.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Console\Command\LazyCommand
  2525.      */
  2526.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2527.     {
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2530.         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 {
  2531.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2532.         });
  2533.     }
  2534.     /**
  2535.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Console\Command\LazyCommand
  2538.      */
  2539.     protected function get_Monolog_Command_ServerLog_LazyService()
  2540.     {
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2543.         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 {
  2544.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2545.         });
  2546.     }
  2547.     /**
  2548.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Console\Command\LazyCommand
  2551.      */
  2552.     protected function get_Security_Command_DebugFirewall_LazyService()
  2553.     {
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2556.         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 {
  2557.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2558.         });
  2559.     }
  2560.     /**
  2561.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Console\Command\LazyCommand
  2564.      */
  2565.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2569.         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 {
  2570.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2571.         });
  2572.     }
  2573.     /**
  2574.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\Console\Command\LazyCommand
  2577.      */
  2578.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2582.         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 {
  2583.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2584.         });
  2585.     }
  2586.     /**
  2587.      * Gets the private '.service_locator.0clSuvy' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2590.      */
  2591.     protected function get_ServiceLocator_0clSuvyService()
  2592.     {
  2593.         return $this->privates['.service_locator.0clSuvy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2594.             'adversaireRepo' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  2595.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  2596.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  2597.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2598.         ], [
  2599.             'adversaireRepo' => 'App\\Repository\\AdversaireRepository',
  2600.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  2601.             'fileUploader' => 'App\\Service\\FileUploader',
  2602.             'manager' => '?',
  2603.         ]);
  2604.     }
  2605.     /**
  2606.      * Gets the private '.service_locator.2e.CEOL' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2609.      */
  2610.     protected function get_ServiceLocator_2e_CEOLService()
  2611.     {
  2612.         return $this->privates['.service_locator.2e.CEOL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2613.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  2614.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2615.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  2616.         ], [
  2617.             'fileUploader' => 'App\\Service\\FileUploader',
  2618.             'manager' => '?',
  2619.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  2620.         ]);
  2621.     }
  2622.     /**
  2623.      * Gets the private '.service_locator.2vFUgXL' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2626.      */
  2627.     protected function get_ServiceLocator_2vFUgXLService()
  2628.     {
  2629.         return $this->privates['.service_locator.2vFUgXL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2630.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  2631.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2632.         ], [
  2633.             'fileUploader' => 'App\\Service\\FileUploader',
  2634.             'manager' => '?',
  2635.         ]);
  2636.     }
  2637.     /**
  2638.      * Gets the private '.service_locator.6ZKiteA' shared service.
  2639.      *
  2640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2641.      */
  2642.     protected function get_ServiceLocator_6ZKiteAService()
  2643.     {
  2644.         return $this->privates['.service_locator.6ZKiteA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2645.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2646.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  2647.         ], [
  2648.             'paginator' => '?',
  2649.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  2650.         ]);
  2651.     }
  2652.     /**
  2653.      * Gets the private '.service_locator.6y8srMY' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2656.      */
  2657.     protected function get_ServiceLocator_6y8srMYService()
  2658.     {
  2659.         return $this->privates['.service_locator.6y8srMY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2660.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  2661.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2662.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  2663.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  2664.         ], [
  2665.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  2666.             'manager' => '?',
  2667.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  2668.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  2669.         ]);
  2670.     }
  2671.     /**
  2672.      * Gets the private '.service_locator.7SpQRHC' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2675.      */
  2676.     protected function get_ServiceLocator_7SpQRHCService()
  2677.     {
  2678.         return $this->privates['.service_locator.7SpQRHC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2679.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2680.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  2681.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  2682.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  2683.         ], [
  2684.             'doctrine' => '?',
  2685.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  2686.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  2687.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  2688.         ]);
  2689.     }
  2690.     /**
  2691.      * Gets the private '.service_locator.Alm7nxW' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2694.      */
  2695.     protected function get_ServiceLocator_Alm7nxWService()
  2696.     {
  2697.         return $this->privates['.service_locator.Alm7nxW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2698.             'adversaireRepo' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  2699.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2700.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  2701.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2702.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  2703.         ], [
  2704.             'adversaireRepo' => 'App\\Repository\\AdversaireRepository',
  2705.             'doctrine' => '?',
  2706.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  2707.             'manager' => '?',
  2708.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  2709.         ]);
  2710.     }
  2711.     /**
  2712.      * Gets the private '.service_locator.AxIwGp3' shared service.
  2713.      *
  2714.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2715.      */
  2716.     protected function get_ServiceLocator_AxIwGp3Service()
  2717.     {
  2718.         return $this->privates['.service_locator.AxIwGp3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2719.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2720.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  2721.         ], [
  2722.             'manager' => '?',
  2723.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  2724.         ]);
  2725.     }
  2726.     /**
  2727.      * Gets the private '.service_locator.BqshiFe' shared service.
  2728.      *
  2729.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2730.      */
  2731.     protected function get_ServiceLocator_BqshiFeService()
  2732.     {
  2733.         return $this->privates['.service_locator.BqshiFe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2734.             'App\\Controller\\AdminController::account' => ['privates''.service_locator.QplymFE''get_ServiceLocator_QplymFEService'false],
  2735.             'App\\Controller\\AdminController::deleteTeam' => ['privates''.service_locator.ZofhTyH''get_ServiceLocator_ZofhTyHService'false],
  2736.             'App\\Controller\\AdminController::entraineurSwitching' => ['privates''.service_locator.Rprrrnz''get_ServiceLocator_RprrrnzService'false],
  2737.             'App\\Controller\\AdminController::equipeForm' => ['privates''.service_locator.2vFUgXL''get_ServiceLocator_2vFUgXLService'false],
  2738.             'App\\Controller\\AdminController::equipeForm2' => ['privates''.service_locator.ZofhTyH''get_ServiceLocator_ZofhTyHService'false],
  2739.             'App\\Controller\\AdminController::equipeSwitching' => ['privates''.service_locator.xzmRRtc''get_ServiceLocator_XzmRRtcService'false],
  2740.             'App\\Controller\\AdminController::index' => ['privates''.service_locator.VQmS6bf''get_ServiceLocator_VQmS6bfService'false],
  2741.             'App\\Controller\\AdminController::onePole' => ['privates''.service_locator.k_odx9q''get_ServiceLocator_KOdx9qService'false],
  2742.             'App\\Controller\\AdminController::poles' => ['privates''.service_locator.Rprrrnz''get_ServiceLocator_RprrrnzService'false],
  2743.             'App\\Controller\\AdminController::preIndex' => ['privates''.service_locator.Et.L7GZ''get_ServiceLocator_Et_L7GZService'false],
  2744.             'App\\Controller\\AdminController::step5of8' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2745.             'App\\Controller\\AdminController::steps3to4' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2746.             'App\\Controller\\AdminController::steps5to8' => ['privates''.service_locator.0clSuvy''get_ServiceLocator_0clSuvyService'false],
  2747.             'App\\Controller\\AdminController::testest' => ['privates''.service_locator.k_odx9q''get_ServiceLocator_KOdx9qService'false],
  2748.             'App\\Controller\\FrontController::connexion' => ['privates''.service_locator.d2me_LS''get_ServiceLocator_D2meLSService'false],
  2749.             'App\\Controller\\FrontController::inscription' => ['privates''.service_locator.b4dd9XY''get_ServiceLocator_B4dd9XYService'false],
  2750.             'App\\Controller\\FrontController::trainingLoadCron' => ['privates''.service_locator.AxIwGp3''get_ServiceLocator_AxIwGp3Service'false],
  2751.             'App\\Controller\\MatchController::altResultForm' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2752.             'App\\Controller\\MatchController::championnatForm' => ['privates''.service_locator.ZofhTyH''get_ServiceLocator_ZofhTyHService'false],
  2753.             'App\\Controller\\MatchController::friendlyMatch' => ['privates''.service_locator.p2dsQZO''get_ServiceLocator_P2dsQZOService'false],
  2754.             'App\\Controller\\MatchController::index' => ['privates''.service_locator.6ZKiteA''get_ServiceLocator_6ZKiteAService'false],
  2755.             'App\\Controller\\MatchController::mappingForm' => ['privates''.service_locator.q6QQqHE''get_ServiceLocator_Q6QQqHEService'false],
  2756.             'App\\Controller\\MatchController::officialMatch' => ['privates''.service_locator.p2dsQZO''get_ServiceLocator_P2dsQZOService'false],
  2757.             'App\\Controller\\MatchController::rencontreType' => ['privates''.service_locator.xzmRRtc''get_ServiceLocator_XzmRRtcService'false],
  2758.             'App\\Controller\\MatchController::resultatForm' => ['privates''.service_locator.JykG5Kf''get_ServiceLocator_JykG5KfService'false],
  2759.             'App\\Controller\\MatchController::unMatch' => ['privates''.service_locator.VQmS6bf''get_ServiceLocator_VQmS6bfService'false],
  2760.             'App\\Controller\\PlanningController::index' => ['privates''.service_locator.nNKUdu_''get_ServiceLocator_NNKUduService'false],
  2761.             'App\\Controller\\PlanningController::planningGenerate' => ['privates''.service_locator.CdBMBRR''get_ServiceLocator_CdBMBRRService'false],
  2762.             'App\\Controller\\PlayerController::deletePlayer' => ['privates''.service_locator.Lm._hzp''get_ServiceLocator_Lm_HzpService'false],
  2763.             'App\\Controller\\PlayerController::joueurForm' => ['privates''.service_locator.2vFUgXL''get_ServiceLocator_2vFUgXLService'false],
  2764.             'App\\Controller\\PlayerController::joueurForm2' => ['privates''.service_locator.nfPZ6h9''get_ServiceLocator_NfPZ6h9Service'false],
  2765.             'App\\Controller\\PlayerController::joueurs' => ['privates''.service_locator.K3tZgAx''get_ServiceLocator_K3tZgAxService'false],
  2766.             'App\\Controller\\PlayerController::playerListForm' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2767.             'App\\Controller\\PlayerController::unJoueur' => ['privates''.service_locator.jh6Hgq3''get_ServiceLocator_Jh6Hgq3Service'false],
  2768.             'App\\Controller\\PlayerController::unJoueurStats' => ['privates''.service_locator.TkWVyKj''get_ServiceLocator_TkWVyKjService'false],
  2769.             'App\\Controller\\StatController::sequenceForm' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2770.             'App\\Controller\\StatController::spreadSheetResults' => ['privates''.service_locator.VQmS6bf''get_ServiceLocator_VQmS6bfService'false],
  2771.             'App\\Controller\\StatController::statsObsvtn' => ['privates''.service_locator.6y8srMY''get_ServiceLocator_6y8srMYService'false],
  2772.             'App\\Controller\\StatController::statsResults' => ['privates''.service_locator.7SpQRHC''get_ServiceLocator_7SpQRHCService'false],
  2773.             'App\\Controller\\StatController::statsTrainingLoad' => ['privates''.service_locator.GxQlY.H''get_ServiceLocator_GxQlY_HService'false],
  2774.             'App\\Controller\\StatController::statsTrainingLoadLogin' => ['privates''.service_locator.qITKMII''get_ServiceLocator_QITKMIIService'false],
  2775.             'App\\Controller\\StatController::statsUploadForm' => ['privates''.service_locator.2e.CEOL''get_ServiceLocator_2e_CEOLService'false],
  2776.             'App\\Controller\\TrainingController::deleteTraining' => ['privates''.service_locator.OoyvZtq''get_ServiceLocator_OoyvZtqService'false],
  2777.             'App\\Controller\\TrainingController::index' => ['privates''.service_locator.6ZKiteA''get_ServiceLocator_6ZKiteAService'false],
  2778.             'App\\Controller\\TrainingController::trainingMatch' => ['privates''.service_locator.Alm7nxW''get_ServiceLocator_Alm7nxWService'false],
  2779.             'App\\Controller\\TrainingController::trainingResultForm' => ['privates''.service_locator.JykG5Kf''get_ServiceLocator_JykG5KfService'false],
  2780.             'App\\Controller\\TrainingController::unTraining' => ['privates''.service_locator.H891V4L''get_ServiceLocator_H891V4LService'false],
  2781.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2782.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2783.             'App\\Controller\\AdminController:account' => ['privates''.service_locator.QplymFE''get_ServiceLocator_QplymFEService'false],
  2784.             'App\\Controller\\AdminController:deleteTeam' => ['privates''.service_locator.ZofhTyH''get_ServiceLocator_ZofhTyHService'false],
  2785.             'App\\Controller\\AdminController:entraineurSwitching' => ['privates''.service_locator.Rprrrnz''get_ServiceLocator_RprrrnzService'false],
  2786.             'App\\Controller\\AdminController:equipeForm' => ['privates''.service_locator.2vFUgXL''get_ServiceLocator_2vFUgXLService'false],
  2787.             'App\\Controller\\AdminController:equipeForm2' => ['privates''.service_locator.ZofhTyH''get_ServiceLocator_ZofhTyHService'false],
  2788.             'App\\Controller\\AdminController:equipeSwitching' => ['privates''.service_locator.xzmRRtc''get_ServiceLocator_XzmRRtcService'false],
  2789.             'App\\Controller\\AdminController:index' => ['privates''.service_locator.VQmS6bf''get_ServiceLocator_VQmS6bfService'false],
  2790.             'App\\Controller\\AdminController:onePole' => ['privates''.service_locator.k_odx9q''get_ServiceLocator_KOdx9qService'false],
  2791.             'App\\Controller\\AdminController:poles' => ['privates''.service_locator.Rprrrnz''get_ServiceLocator_RprrrnzService'false],
  2792.             'App\\Controller\\AdminController:preIndex' => ['privates''.service_locator.Et.L7GZ''get_ServiceLocator_Et_L7GZService'false],
  2793.             'App\\Controller\\AdminController:step5of8' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2794.             'App\\Controller\\AdminController:steps3to4' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2795.             'App\\Controller\\AdminController:steps5to8' => ['privates''.service_locator.0clSuvy''get_ServiceLocator_0clSuvyService'false],
  2796.             'App\\Controller\\AdminController:testest' => ['privates''.service_locator.k_odx9q''get_ServiceLocator_KOdx9qService'false],
  2797.             'App\\Controller\\FrontController:connexion' => ['privates''.service_locator.d2me_LS''get_ServiceLocator_D2meLSService'false],
  2798.             'App\\Controller\\FrontController:inscription' => ['privates''.service_locator.b4dd9XY''get_ServiceLocator_B4dd9XYService'false],
  2799.             'App\\Controller\\FrontController:trainingLoadCron' => ['privates''.service_locator.AxIwGp3''get_ServiceLocator_AxIwGp3Service'false],
  2800.             'App\\Controller\\MatchController:altResultForm' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2801.             'App\\Controller\\MatchController:championnatForm' => ['privates''.service_locator.ZofhTyH''get_ServiceLocator_ZofhTyHService'false],
  2802.             'App\\Controller\\MatchController:friendlyMatch' => ['privates''.service_locator.p2dsQZO''get_ServiceLocator_P2dsQZOService'false],
  2803.             'App\\Controller\\MatchController:index' => ['privates''.service_locator.6ZKiteA''get_ServiceLocator_6ZKiteAService'false],
  2804.             'App\\Controller\\MatchController:mappingForm' => ['privates''.service_locator.q6QQqHE''get_ServiceLocator_Q6QQqHEService'false],
  2805.             'App\\Controller\\MatchController:officialMatch' => ['privates''.service_locator.p2dsQZO''get_ServiceLocator_P2dsQZOService'false],
  2806.             'App\\Controller\\MatchController:rencontreType' => ['privates''.service_locator.xzmRRtc''get_ServiceLocator_XzmRRtcService'false],
  2807.             'App\\Controller\\MatchController:resultatForm' => ['privates''.service_locator.JykG5Kf''get_ServiceLocator_JykG5KfService'false],
  2808.             'App\\Controller\\MatchController:unMatch' => ['privates''.service_locator.VQmS6bf''get_ServiceLocator_VQmS6bfService'false],
  2809.             'App\\Controller\\PlanningController:index' => ['privates''.service_locator.nNKUdu_''get_ServiceLocator_NNKUduService'false],
  2810.             'App\\Controller\\PlanningController:planningGenerate' => ['privates''.service_locator.CdBMBRR''get_ServiceLocator_CdBMBRRService'false],
  2811.             'App\\Controller\\PlayerController:deletePlayer' => ['privates''.service_locator.Lm._hzp''get_ServiceLocator_Lm_HzpService'false],
  2812.             'App\\Controller\\PlayerController:joueurForm' => ['privates''.service_locator.2vFUgXL''get_ServiceLocator_2vFUgXLService'false],
  2813.             'App\\Controller\\PlayerController:joueurForm2' => ['privates''.service_locator.nfPZ6h9''get_ServiceLocator_NfPZ6h9Service'false],
  2814.             'App\\Controller\\PlayerController:joueurs' => ['privates''.service_locator.K3tZgAx''get_ServiceLocator_K3tZgAxService'false],
  2815.             'App\\Controller\\PlayerController:playerListForm' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2816.             'App\\Controller\\PlayerController:unJoueur' => ['privates''.service_locator.jh6Hgq3''get_ServiceLocator_Jh6Hgq3Service'false],
  2817.             'App\\Controller\\PlayerController:unJoueurStats' => ['privates''.service_locator.TkWVyKj''get_ServiceLocator_TkWVyKjService'false],
  2818.             'App\\Controller\\StatController:sequenceForm' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  2819.             'App\\Controller\\StatController:spreadSheetResults' => ['privates''.service_locator.VQmS6bf''get_ServiceLocator_VQmS6bfService'false],
  2820.             'App\\Controller\\StatController:statsObsvtn' => ['privates''.service_locator.6y8srMY''get_ServiceLocator_6y8srMYService'false],
  2821.             'App\\Controller\\StatController:statsResults' => ['privates''.service_locator.7SpQRHC''get_ServiceLocator_7SpQRHCService'false],
  2822.             'App\\Controller\\StatController:statsTrainingLoad' => ['privates''.service_locator.GxQlY.H''get_ServiceLocator_GxQlY_HService'false],
  2823.             'App\\Controller\\StatController:statsTrainingLoadLogin' => ['privates''.service_locator.qITKMII''get_ServiceLocator_QITKMIIService'false],
  2824.             'App\\Controller\\StatController:statsUploadForm' => ['privates''.service_locator.2e.CEOL''get_ServiceLocator_2e_CEOLService'false],
  2825.             'App\\Controller\\TrainingController:deleteTraining' => ['privates''.service_locator.OoyvZtq''get_ServiceLocator_OoyvZtqService'false],
  2826.             'App\\Controller\\TrainingController:index' => ['privates''.service_locator.6ZKiteA''get_ServiceLocator_6ZKiteAService'false],
  2827.             'App\\Controller\\TrainingController:trainingMatch' => ['privates''.service_locator.Alm7nxW''get_ServiceLocator_Alm7nxWService'false],
  2828.             'App\\Controller\\TrainingController:trainingResultForm' => ['privates''.service_locator.JykG5Kf''get_ServiceLocator_JykG5KfService'false],
  2829.             'App\\Controller\\TrainingController:unTraining' => ['privates''.service_locator.H891V4L''get_ServiceLocator_H891V4LService'false],
  2830.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2831.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2832.         ], [
  2833.             'App\\Controller\\AdminController::account' => '?',
  2834.             'App\\Controller\\AdminController::deleteTeam' => '?',
  2835.             'App\\Controller\\AdminController::entraineurSwitching' => '?',
  2836.             'App\\Controller\\AdminController::equipeForm' => '?',
  2837.             'App\\Controller\\AdminController::equipeForm2' => '?',
  2838.             'App\\Controller\\AdminController::equipeSwitching' => '?',
  2839.             'App\\Controller\\AdminController::index' => '?',
  2840.             'App\\Controller\\AdminController::onePole' => '?',
  2841.             'App\\Controller\\AdminController::poles' => '?',
  2842.             'App\\Controller\\AdminController::preIndex' => '?',
  2843.             'App\\Controller\\AdminController::step5of8' => '?',
  2844.             'App\\Controller\\AdminController::steps3to4' => '?',
  2845.             'App\\Controller\\AdminController::steps5to8' => '?',
  2846.             'App\\Controller\\AdminController::testest' => '?',
  2847.             'App\\Controller\\FrontController::connexion' => '?',
  2848.             'App\\Controller\\FrontController::inscription' => '?',
  2849.             'App\\Controller\\FrontController::trainingLoadCron' => '?',
  2850.             'App\\Controller\\MatchController::altResultForm' => '?',
  2851.             'App\\Controller\\MatchController::championnatForm' => '?',
  2852.             'App\\Controller\\MatchController::friendlyMatch' => '?',
  2853.             'App\\Controller\\MatchController::index' => '?',
  2854.             'App\\Controller\\MatchController::mappingForm' => '?',
  2855.             'App\\Controller\\MatchController::officialMatch' => '?',
  2856.             'App\\Controller\\MatchController::rencontreType' => '?',
  2857.             'App\\Controller\\MatchController::resultatForm' => '?',
  2858.             'App\\Controller\\MatchController::unMatch' => '?',
  2859.             'App\\Controller\\PlanningController::index' => '?',
  2860.             'App\\Controller\\PlanningController::planningGenerate' => '?',
  2861.             'App\\Controller\\PlayerController::deletePlayer' => '?',
  2862.             'App\\Controller\\PlayerController::joueurForm' => '?',
  2863.             'App\\Controller\\PlayerController::joueurForm2' => '?',
  2864.             'App\\Controller\\PlayerController::joueurs' => '?',
  2865.             'App\\Controller\\PlayerController::playerListForm' => '?',
  2866.             'App\\Controller\\PlayerController::unJoueur' => '?',
  2867.             'App\\Controller\\PlayerController::unJoueurStats' => '?',
  2868.             'App\\Controller\\StatController::sequenceForm' => '?',
  2869.             'App\\Controller\\StatController::spreadSheetResults' => '?',
  2870.             'App\\Controller\\StatController::statsObsvtn' => '?',
  2871.             'App\\Controller\\StatController::statsResults' => '?',
  2872.             'App\\Controller\\StatController::statsTrainingLoad' => '?',
  2873.             'App\\Controller\\StatController::statsTrainingLoadLogin' => '?',
  2874.             'App\\Controller\\StatController::statsUploadForm' => '?',
  2875.             'App\\Controller\\TrainingController::deleteTraining' => '?',
  2876.             'App\\Controller\\TrainingController::index' => '?',
  2877.             'App\\Controller\\TrainingController::trainingMatch' => '?',
  2878.             'App\\Controller\\TrainingController::trainingResultForm' => '?',
  2879.             'App\\Controller\\TrainingController::unTraining' => '?',
  2880.             'kernel::loadRoutes' => '?',
  2881.             'kernel::registerContainerConfiguration' => '?',
  2882.             'App\\Controller\\AdminController:account' => '?',
  2883.             'App\\Controller\\AdminController:deleteTeam' => '?',
  2884.             'App\\Controller\\AdminController:entraineurSwitching' => '?',
  2885.             'App\\Controller\\AdminController:equipeForm' => '?',
  2886.             'App\\Controller\\AdminController:equipeForm2' => '?',
  2887.             'App\\Controller\\AdminController:equipeSwitching' => '?',
  2888.             'App\\Controller\\AdminController:index' => '?',
  2889.             'App\\Controller\\AdminController:onePole' => '?',
  2890.             'App\\Controller\\AdminController:poles' => '?',
  2891.             'App\\Controller\\AdminController:preIndex' => '?',
  2892.             'App\\Controller\\AdminController:step5of8' => '?',
  2893.             'App\\Controller\\AdminController:steps3to4' => '?',
  2894.             'App\\Controller\\AdminController:steps5to8' => '?',
  2895.             'App\\Controller\\AdminController:testest' => '?',
  2896.             'App\\Controller\\FrontController:connexion' => '?',
  2897.             'App\\Controller\\FrontController:inscription' => '?',
  2898.             'App\\Controller\\FrontController:trainingLoadCron' => '?',
  2899.             'App\\Controller\\MatchController:altResultForm' => '?',
  2900.             'App\\Controller\\MatchController:championnatForm' => '?',
  2901.             'App\\Controller\\MatchController:friendlyMatch' => '?',
  2902.             'App\\Controller\\MatchController:index' => '?',
  2903.             'App\\Controller\\MatchController:mappingForm' => '?',
  2904.             'App\\Controller\\MatchController:officialMatch' => '?',
  2905.             'App\\Controller\\MatchController:rencontreType' => '?',
  2906.             'App\\Controller\\MatchController:resultatForm' => '?',
  2907.             'App\\Controller\\MatchController:unMatch' => '?',
  2908.             'App\\Controller\\PlanningController:index' => '?',
  2909.             'App\\Controller\\PlanningController:planningGenerate' => '?',
  2910.             'App\\Controller\\PlayerController:deletePlayer' => '?',
  2911.             'App\\Controller\\PlayerController:joueurForm' => '?',
  2912.             'App\\Controller\\PlayerController:joueurForm2' => '?',
  2913.             'App\\Controller\\PlayerController:joueurs' => '?',
  2914.             'App\\Controller\\PlayerController:playerListForm' => '?',
  2915.             'App\\Controller\\PlayerController:unJoueur' => '?',
  2916.             'App\\Controller\\PlayerController:unJoueurStats' => '?',
  2917.             'App\\Controller\\StatController:sequenceForm' => '?',
  2918.             'App\\Controller\\StatController:spreadSheetResults' => '?',
  2919.             'App\\Controller\\StatController:statsObsvtn' => '?',
  2920.             'App\\Controller\\StatController:statsResults' => '?',
  2921.             'App\\Controller\\StatController:statsTrainingLoad' => '?',
  2922.             'App\\Controller\\StatController:statsTrainingLoadLogin' => '?',
  2923.             'App\\Controller\\StatController:statsUploadForm' => '?',
  2924.             'App\\Controller\\TrainingController:deleteTraining' => '?',
  2925.             'App\\Controller\\TrainingController:index' => '?',
  2926.             'App\\Controller\\TrainingController:trainingMatch' => '?',
  2927.             'App\\Controller\\TrainingController:trainingResultForm' => '?',
  2928.             'App\\Controller\\TrainingController:unTraining' => '?',
  2929.             'kernel:loadRoutes' => '?',
  2930.             'kernel:registerContainerConfiguration' => '?',
  2931.         ]);
  2932.     }
  2933.     /**
  2934.      * Gets the private '.service_locator.CdBMBRR' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2937.      */
  2938.     protected function get_ServiceLocator_CdBMBRRService()
  2939.     {
  2940.         return $this->privates['.service_locator.CdBMBRR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2941.             'adversaireRepo' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  2942.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  2943.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2944.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  2945.         ], [
  2946.             'adversaireRepo' => 'App\\Repository\\AdversaireRepository',
  2947.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  2948.             'manager' => '?',
  2949.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  2950.         ]);
  2951.     }
  2952.     /**
  2953.      * Gets the private '.service_locator.Et.L7GZ' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2956.      */
  2957.     protected function get_ServiceLocator_Et_L7GZService()
  2958.     {
  2959.         return $this->privates['.service_locator.Et.L7GZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2960.             'adversaireRepo' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  2961.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  2962.         ], [
  2963.             'adversaireRepo' => 'App\\Repository\\AdversaireRepository',
  2964.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  2965.         ]);
  2966.     }
  2967.     /**
  2968.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2971.      */
  2972.     protected function get_ServiceLocator_GNc8e5BService()
  2973.     {
  2974.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2975.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2976.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2977.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2978.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2979.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2980.             'router' => ['services''router''getRouterService'false],
  2981.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2982.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2983.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2984.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2985.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2986.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2987.         ], [
  2988.             'doctrine' => '?',
  2989.             'form.factory' => '?',
  2990.             'http_kernel' => '?',
  2991.             'parameter_bag' => '?',
  2992.             'request_stack' => '?',
  2993.             'router' => '?',
  2994.             'security.authorization_checker' => '?',
  2995.             'security.csrf.token_manager' => '?',
  2996.             'security.token_storage' => '?',
  2997.             'serializer' => '?',
  2998.             'session' => '.session.deprecated',
  2999.             'twig' => '?',
  3000.         ]);
  3001.     }
  3002.     /**
  3003.      * Gets the private '.service_locator.GxQlY.H' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3006.      */
  3007.     protected function get_ServiceLocator_GxQlY_HService()
  3008.     {
  3009.         return $this->privates['.service_locator.GxQlY.H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3010.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3011.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  3012.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3013.             'trainingLoadRepo' => ['privates''App\\Repository\\TrainingLoadRepository''getTrainingLoadRepositoryService'false],
  3014.         ], [
  3015.             'doctrine' => '?',
  3016.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  3017.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3018.             'trainingLoadRepo' => 'App\\Repository\\TrainingLoadRepository',
  3019.         ]);
  3020.     }
  3021.     /**
  3022.      * Gets the private '.service_locator.H891V4L' shared service.
  3023.      *
  3024.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3025.      */
  3026.     protected function get_ServiceLocator_H891V4LService()
  3027.     {
  3028.         return $this->privates['.service_locator.H891V4L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3029.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  3030.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3031.         ], [
  3032.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  3033.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3034.         ]);
  3035.     }
  3036.     /**
  3037.      * Gets the private '.service_locator.JykG5Kf' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3040.      */
  3041.     protected function get_ServiceLocator_JykG5KfService()
  3042.     {
  3043.         return $this->privates['.service_locator.JykG5Kf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3044.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3045.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  3046.         ], [
  3047.             'manager' => '?',
  3048.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  3049.         ]);
  3050.     }
  3051.     /**
  3052.      * Gets the private '.service_locator.K3tZgAx' shared service.
  3053.      *
  3054.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3055.      */
  3056.     protected function get_ServiceLocator_K3tZgAxService()
  3057.     {
  3058.         return $this->privates['.service_locator.K3tZgAx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3059.             'repository' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  3060.         ], [
  3061.             'repository' => 'App\\Repository\\JoueurRepository',
  3062.         ]);
  3063.     }
  3064.     /**
  3065.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3066.      *
  3067.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3068.      */
  3069.     protected function get_ServiceLocator_KfbR3DYService()
  3070.     {
  3071.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3072.             '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".'],
  3073.         ], [
  3074.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3075.         ]);
  3076.     }
  3077.     /**
  3078.      * Gets the private '.service_locator.Lm._hzp' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3081.      */
  3082.     protected function get_ServiceLocator_Lm_HzpService()
  3083.     {
  3084.         return $this->privates['.service_locator.Lm._hzp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3085.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  3086.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3087.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3088.         ], [
  3089.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  3090.             'manager' => '?',
  3091.             'security' => '?',
  3092.         ]);
  3093.     }
  3094.     /**
  3095.      * Gets the private '.service_locator.OoyvZtq' shared service.
  3096.      *
  3097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3098.      */
  3099.     protected function get_ServiceLocator_OoyvZtqService()
  3100.     {
  3101.         return $this->privates['.service_locator.OoyvZtq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3102.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3103.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3104.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3105.         ], [
  3106.             'manager' => '?',
  3107.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3108.             'security' => '?',
  3109.         ]);
  3110.     }
  3111.     /**
  3112.      * Gets the private '.service_locator.QplymFE' shared service.
  3113.      *
  3114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3115.      */
  3116.     protected function get_ServiceLocator_QplymFEService()
  3117.     {
  3118.         return $this->privates['.service_locator.QplymFE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3119.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3120.             'entraineurRepo' => ['privates''App\\Repository\\EntraineurRepository''getEntraineurRepositoryService'false],
  3121.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  3122.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3123.         ], [
  3124.             'encoder' => '?',
  3125.             'entraineurRepo' => 'App\\Repository\\EntraineurRepository',
  3126.             'fileUploader' => 'App\\Service\\FileUploader',
  3127.             'manager' => '?',
  3128.         ]);
  3129.     }
  3130.     /**
  3131.      * Gets the private '.service_locator.Rprrrnz' shared service.
  3132.      *
  3133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3134.      */
  3135.     protected function get_ServiceLocator_RprrrnzService()
  3136.     {
  3137.         return $this->privates['.service_locator.Rprrrnz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3138.             'entraineurRepo' => ['privates''App\\Repository\\EntraineurRepository''getEntraineurRepositoryService'false],
  3139.         ], [
  3140.             'entraineurRepo' => 'App\\Repository\\EntraineurRepository',
  3141.         ]);
  3142.     }
  3143.     /**
  3144.      * Gets the private '.service_locator.TkWVyKj' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3147.      */
  3148.     protected function get_ServiceLocator_TkWVyKjService()
  3149.     {
  3150.         return $this->privates['.service_locator.TkWVyKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3151.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  3152.             'unJoueur' => ['privates''.errored..service_locator.TkWVyKj.App\\Entity\\Joueur'NULL'Cannot autowire service ".service_locator.TkWVyKj": it references class "App\\Entity\\Joueur" but no such service exists.'],
  3153.         ], [
  3154.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  3155.             'unJoueur' => 'App\\Entity\\Joueur',
  3156.         ]);
  3157.     }
  3158.     /**
  3159.      * Gets the private '.service_locator.VQmS6bf' shared service.
  3160.      *
  3161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3162.      */
  3163.     protected function get_ServiceLocator_VQmS6bfService()
  3164.     {
  3165.         return $this->privates['.service_locator.VQmS6bf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3166.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3167.         ], [
  3168.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3169.         ]);
  3170.     }
  3171.     /**
  3172.      * Gets the private '.service_locator.ZofhTyH' shared service.
  3173.      *
  3174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3175.      */
  3176.     protected function get_ServiceLocator_ZofhTyHService()
  3177.     {
  3178.         return $this->privates['.service_locator.ZofhTyH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3179.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  3180.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3181.         ], [
  3182.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  3183.             'manager' => '?',
  3184.         ]);
  3185.     }
  3186.     /**
  3187.      * Gets the private '.service_locator.b4dd9XY' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3190.      */
  3191.     protected function get_ServiceLocator_B4dd9XYService()
  3192.     {
  3193.         return $this->privates['.service_locator.b4dd9XY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3194.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3195.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  3196.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3197.         ], [
  3198.             'encoder' => '?',
  3199.             'fileUploader' => 'App\\Service\\FileUploader',
  3200.             'manager' => '?',
  3201.         ]);
  3202.     }
  3203.     /**
  3204.      * Gets the private '.service_locator.d2me_LS' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3207.      */
  3208.     protected function get_ServiceLocator_D2meLSService()
  3209.     {
  3210.         return $this->privates['.service_locator.d2me_LS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3211.             'util' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3212.         ], [
  3213.             'util' => '?',
  3214.         ]);
  3215.     }
  3216.     /**
  3217.      * Gets the private '.service_locator.jh6Hgq3' shared service.
  3218.      *
  3219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3220.      */
  3221.     protected function get_ServiceLocator_Jh6Hgq3Service()
  3222.     {
  3223.         return $this->privates['.service_locator.jh6Hgq3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3224.             'blessureRepo' => ['privates''App\\Repository\\BlessureRepository''getBlessureRepositoryService'false],
  3225.             'bonusMalusRepo' => ['privates''App\\Repository\\BonusMalusRepository''getBonusMalusRepositoryService'false],
  3226.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  3227.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3228.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  3229.         ], [
  3230.             'blessureRepo' => 'App\\Repository\\BlessureRepository',
  3231.             'bonusMalusRepo' => 'App\\Repository\\BonusMalusRepository',
  3232.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  3233.             'security' => '?',
  3234.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  3235.         ]);
  3236.     }
  3237.     /**
  3238.      * Gets the private '.service_locator.jlyTfzM' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3241.      */
  3242.     protected function get_ServiceLocator_JlyTfzMService()
  3243.     {
  3244.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3245.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3246.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3247.         ], [
  3248.             'event_dispatcher' => '?',
  3249.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3250.         ]);
  3251.     }
  3252.     /**
  3253.      * Gets the private '.service_locator.k_odx9q' shared service.
  3254.      *
  3255.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3256.      */
  3257.     protected function get_ServiceLocator_KOdx9qService()
  3258.     {
  3259.         return $this->privates['.service_locator.k_odx9q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3260.             'entraineurRepo' => ['privates''App\\Repository\\EntraineurRepository''getEntraineurRepositoryService'false],
  3261.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3262.         ], [
  3263.             'entraineurRepo' => 'App\\Repository\\EntraineurRepository',
  3264.             'manager' => '?',
  3265.         ]);
  3266.     }
  3267.     /**
  3268.      * Gets the private '.service_locator.nNKUdu_' shared service.
  3269.      *
  3270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3271.      */
  3272.     protected function get_ServiceLocator_NNKUduService()
  3273.     {
  3274.         return $this->privates['.service_locator.nNKUdu_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3275.             'adversaireRepo' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  3276.             'entraineurRepo' => ['privates''App\\Repository\\EntraineurRepository''getEntraineurRepositoryService'false],
  3277.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  3278.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3279.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3280.         ], [
  3281.             'adversaireRepo' => 'App\\Repository\\AdversaireRepository',
  3282.             'entraineurRepo' => 'App\\Repository\\EntraineurRepository',
  3283.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  3284.             'manager' => '?',
  3285.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3286.         ]);
  3287.     }
  3288.     /**
  3289.      * Gets the private '.service_locator.nfPZ6h9' shared service.
  3290.      *
  3291.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3292.      */
  3293.     protected function get_ServiceLocator_NfPZ6h9Service()
  3294.     {
  3295.         return $this->privates['.service_locator.nfPZ6h9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3296.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  3297.             'joueur' => ['privates''.errored..service_locator.nfPZ6h9.App\\Entity\\Joueur'NULL'Cannot autowire service ".service_locator.nfPZ6h9": it references class "App\\Entity\\Joueur" but no such service exists.'],
  3298.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3299.         ], [
  3300.             'fileUploader' => 'App\\Service\\FileUploader',
  3301.             'joueur' => 'App\\Entity\\Joueur',
  3302.             'manager' => '?',
  3303.         ]);
  3304.     }
  3305.     /**
  3306.      * Gets the private '.service_locator.oiABibH' shared service.
  3307.      *
  3308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3309.      */
  3310.     protected function get_ServiceLocator_OiABibHService()
  3311.     {
  3312.         return $this->privates['.service_locator.oiABibH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3313.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3314.         ], [
  3315.             'manager' => '?',
  3316.         ]);
  3317.     }
  3318.     /**
  3319.      * Gets the private '.service_locator.p2dsQZO' shared service.
  3320.      *
  3321.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3322.      */
  3323.     protected function get_ServiceLocator_P2dsQZOService()
  3324.     {
  3325.         return $this->privates['.service_locator.p2dsQZO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3326.             'adversaireRepo' => ['privates''App\\Repository\\AdversaireRepository''getAdversaireRepositoryService'false],
  3327.             'championnatRepo' => ['privates''App\\Repository\\ChampionnatRepository''getChampionnatRepositoryService'false],
  3328.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3329.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  3330.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3331.         ], [
  3332.             'adversaireRepo' => 'App\\Repository\\AdversaireRepository',
  3333.             'championnatRepo' => 'App\\Repository\\ChampionnatRepository',
  3334.             'doctrine' => '?',
  3335.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  3336.             'manager' => '?',
  3337.         ]);
  3338.     }
  3339.     /**
  3340.      * Gets the private '.service_locator.q6QQqHE' shared service.
  3341.      *
  3342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3343.      */
  3344.     protected function get_ServiceLocator_Q6QQqHEService()
  3345.     {
  3346.         return $this->privates['.service_locator.q6QQqHE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3347.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  3348.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3349.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3350.             'statsRencontreRepo' => ['privates''App\\Repository\\StatsRencontreRepository''getStatsRencontreRepositoryService'false],
  3351.         ], [
  3352.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  3353.             'manager' => '?',
  3354.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3355.             'statsRencontreRepo' => 'App\\Repository\\StatsRencontreRepository',
  3356.         ]);
  3357.     }
  3358.     /**
  3359.      * Gets the private '.service_locator.qITKMII' shared service.
  3360.      *
  3361.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3362.      */
  3363.     protected function get_ServiceLocator_QITKMIIService()
  3364.     {
  3365.         return $this->privates['.service_locator.qITKMII'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3366.             'joueurRepo' => ['privates''App\\Repository\\JoueurRepository''getJoueurRepositoryService'false],
  3367.             'rencontreRepo' => ['privates''App\\Repository\\RencontreRepository''getRencontreRepositoryService'false],
  3368.         ], [
  3369.             'joueurRepo' => 'App\\Repository\\JoueurRepository',
  3370.             'rencontreRepo' => 'App\\Repository\\RencontreRepository',
  3371.         ]);
  3372.     }
  3373.     /**
  3374.      * Gets the private '.service_locator.xzmRRtc' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3377.      */
  3378.     protected function get_ServiceLocator_XzmRRtcService()
  3379.     {
  3380.         return $this->privates['.service_locator.xzmRRtc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3381.             'equipeRepo' => ['privates''App\\Repository\\EquipeRepository''getEquipeRepositoryService'false],
  3382.         ], [
  3383.             'equipeRepo' => 'App\\Repository\\EquipeRepository',
  3384.         ]);
  3385.     }
  3386.     /**
  3387.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3390.      */
  3391.     protected function get_ServiceLocator_ZJyh7qSService()
  3392.     {
  3393.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3394.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3395.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3396.         ], [
  3397.             'security.firewall.map.context.dev' => '?',
  3398.             'security.firewall.map.context.main' => '?',
  3399.         ]);
  3400.     }
  3401.     /**
  3402.      * Gets the private '.session.deprecated' shared service.
  3403.      *
  3404.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3405.      */
  3406.     protected function get_Session_DeprecatedService()
  3407.     {
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3410.         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();
  3411.     }
  3412.     /**
  3413.      * Gets the private '.twig.command.debug.lazy' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\Console\Command\LazyCommand
  3416.      */
  3417.     protected function get_Twig_Command_Debug_LazyService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3421.         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 {
  3422.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3423.         });
  3424.     }
  3425.     /**
  3426.      * Gets the private '.twig.command.lint.lazy' shared service.
  3427.      *
  3428.      * @return \Symfony\Component\Console\Command\LazyCommand
  3429.      */
  3430.     protected function get_Twig_Command_Lint_LazyService()
  3431.     {
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3434.         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 {
  3435.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3436.         });
  3437.     }
  3438.     /**
  3439.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3440.      *
  3441.      * @return \Symfony\Component\Console\Command\LazyCommand
  3442.      */
  3443.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3447.         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 {
  3448.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3449.         });
  3450.     }
  3451.     /**
  3452.      * Gets the private 'App\Form\AdversaireType' shared autowired service.
  3453.      *
  3454.      * @return \App\Form\AdversaireType
  3455.      */
  3456.     protected function getAdversaireTypeService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3460.         include_once \dirname(__DIR__4).'/src/Form/AdversaireType.php';
  3461.         return $this->privates['App\\Form\\AdversaireType'] = new \App\Form\AdversaireType();
  3462.     }
  3463.     /**
  3464.      * Gets the private 'App\Form\AltResultListType' shared autowired service.
  3465.      *
  3466.      * @return \App\Form\AltResultListType
  3467.      */
  3468.     protected function getAltResultListTypeService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3472.         include_once \dirname(__DIR__4).'/src/Form/AltResultListType.php';
  3473.         return $this->privates['App\\Form\\AltResultListType'] = new \App\Form\AltResultListType();
  3474.     }
  3475.     /**
  3476.      * Gets the private 'App\Form\AltResultType' shared autowired service.
  3477.      *
  3478.      * @return \App\Form\AltResultType
  3479.      */
  3480.     protected function getAltResultTypeService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3484.         include_once \dirname(__DIR__4).'/src/Form/AltResultType.php';
  3485.         return $this->privates['App\\Form\\AltResultType'] = new \App\Form\AltResultType();
  3486.     }
  3487.     /**
  3488.      * Gets the private 'App\Form\Blessure33Type' shared autowired service.
  3489.      *
  3490.      * @return \App\Form\Blessure33Type
  3491.      */
  3492.     protected function getBlessure33TypeService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3496.         include_once \dirname(__DIR__4).'/src/Form/Blessure33Type.php';
  3497.         return $this->privates['App\\Form\\Blessure33Type'] = new \App\Form\Blessure33Type();
  3498.     }
  3499.     /**
  3500.      * Gets the private 'App\Form\BlessureType' shared autowired service.
  3501.      *
  3502.      * @return \App\Form\BlessureType
  3503.      */
  3504.     protected function getBlessureTypeService()
  3505.     {
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3508.         include_once \dirname(__DIR__4).'/src/Form/BlessureType.php';
  3509.         return $this->privates['App\\Form\\BlessureType'] = new \App\Form\BlessureType();
  3510.     }
  3511.     /**
  3512.      * Gets the private 'App\Form\ButeurType' shared autowired service.
  3513.      *
  3514.      * @return \App\Form\ButeurType
  3515.      */
  3516.     protected function getButeurTypeService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3520.         include_once \dirname(__DIR__4).'/src/Form/ButeurType.php';
  3521.         return $this->privates['App\\Form\\ButeurType'] = new \App\Form\ButeurType();
  3522.     }
  3523.     /**
  3524.      * Gets the private 'App\Form\ChampionnatType' shared autowired service.
  3525.      *
  3526.      * @return \App\Form\ChampionnatType
  3527.      */
  3528.     protected function getChampionnatTypeService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3532.         include_once \dirname(__DIR__4).'/src/Form/ChampionnatType.php';
  3533.         return $this->privates['App\\Form\\ChampionnatType'] = new \App\Form\ChampionnatType();
  3534.     }
  3535.     /**
  3536.      * Gets the private 'App\Form\ClubType' shared autowired service.
  3537.      *
  3538.      * @return \App\Form\ClubType
  3539.      */
  3540.     protected function getClubTypeService()
  3541.     {
  3542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3544.         include_once \dirname(__DIR__4).'/src/Form/ClubType.php';
  3545.         return $this->privates['App\\Form\\ClubType'] = new \App\Form\ClubType();
  3546.     }
  3547.     /**
  3548.      * Gets the private 'App\Form\EntraineurType' shared autowired service.
  3549.      *
  3550.      * @return \App\Form\EntraineurType
  3551.      */
  3552.     protected function getEntraineurTypeService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3556.         include_once \dirname(__DIR__4).'/src/Form/EntraineurType.php';
  3557.         return $this->privates['App\\Form\\EntraineurType'] = new \App\Form\EntraineurType();
  3558.     }
  3559.     /**
  3560.      * Gets the private 'App\Form\EquipeType' shared autowired service.
  3561.      *
  3562.      * @return \App\Form\EquipeType
  3563.      */
  3564.     protected function getEquipeTypeService()
  3565.     {
  3566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3568.         include_once \dirname(__DIR__4).'/src/Form/EquipeType.php';
  3569.         return $this->privates['App\\Form\\EquipeType'] = new \App\Form\EquipeType();
  3570.     }
  3571.     /**
  3572.      * Gets the private 'App\Form\InstallationType' shared autowired service.
  3573.      *
  3574.      * @return \App\Form\InstallationType
  3575.      */
  3576.     protected function getInstallationTypeService()
  3577.     {
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3580.         include_once \dirname(__DIR__4).'/src/Form/InstallationType.php';
  3581.         return $this->privates['App\\Form\\InstallationType'] = new \App\Form\InstallationType();
  3582.     }
  3583.     /**
  3584.      * Gets the private 'App\Form\JoueurListType' shared autowired service.
  3585.      *
  3586.      * @return \App\Form\JoueurListType
  3587.      */
  3588.     protected function getJoueurListTypeService()
  3589.     {
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3592.         include_once \dirname(__DIR__4).'/src/Form/JoueurListType.php';
  3593.         return $this->privates['App\\Form\\JoueurListType'] = new \App\Form\JoueurListType();
  3594.     }
  3595.     /**
  3596.      * Gets the private 'App\Form\JoueurType' shared autowired service.
  3597.      *
  3598.      * @return \App\Form\JoueurType
  3599.      */
  3600.     protected function getJoueurTypeService()
  3601.     {
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3604.         include_once \dirname(__DIR__4).'/src/Form/JoueurType.php';
  3605.         return $this->privates['App\\Form\\JoueurType'] = new \App\Form\JoueurType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'App\Form\JourneeType' shared autowired service.
  3609.      *
  3610.      * @return \App\Form\JourneeType
  3611.      */
  3612.     protected function getJourneeTypeService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3616.         include_once \dirname(__DIR__4).'/src/Form/JourneeType.php';
  3617.         return $this->privates['App\\Form\\JourneeType'] = new \App\Form\JourneeType();
  3618.     }
  3619.     /**
  3620.      * Gets the private 'App\Form\MappingListType' shared autowired service.
  3621.      *
  3622.      * @return \App\Form\MappingListType
  3623.      */
  3624.     protected function getMappingListTypeService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3628.         include_once \dirname(__DIR__4).'/src/Form/MappingListType.php';
  3629.         return $this->privates['App\\Form\\MappingListType'] = new \App\Form\MappingListType();
  3630.     }
  3631.     /**
  3632.      * Gets the private 'App\Form\MappingType' shared autowired service.
  3633.      *
  3634.      * @return \App\Form\MappingType
  3635.      */
  3636.     protected function getMappingTypeService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3640.         include_once \dirname(__DIR__4).'/src/Form/MappingType.php';
  3641.         return $this->privates['App\\Form\\MappingType'] = new \App\Form\MappingType();
  3642.     }
  3643.     /**
  3644.      * Gets the private 'App\Form\ObservationType' shared autowired service.
  3645.      *
  3646.      * @return \App\Form\ObservationType
  3647.      */
  3648.     protected function getObservationTypeService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3652.         include_once \dirname(__DIR__4).'/src/Form/ObservationType.php';
  3653.         return $this->privates['App\\Form\\ObservationType'] = new \App\Form\ObservationType();
  3654.     }
  3655.     /**
  3656.      * Gets the private 'App\Form\Rencontre22Type' shared autowired service.
  3657.      *
  3658.      * @return \App\Form\Rencontre22Type
  3659.      */
  3660.     protected function getRencontre22TypeService()
  3661.     {
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3664.         include_once \dirname(__DIR__4).'/src/Form/Rencontre22Type.php';
  3665.         return $this->privates['App\\Form\\Rencontre22Type'] = new \App\Form\Rencontre22Type();
  3666.     }
  3667.     /**
  3668.      * Gets the private 'App\Form\Rencontre33Type' shared autowired service.
  3669.      *
  3670.      * @return \App\Form\Rencontre33Type
  3671.      */
  3672.     protected function getRencontre33TypeService()
  3673.     {
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3676.         include_once \dirname(__DIR__4).'/src/Form/Rencontre33Type.php';
  3677.         return $this->privates['App\\Form\\Rencontre33Type'] = new \App\Form\Rencontre33Type();
  3678.     }
  3679.     /**
  3680.      * Gets the private 'App\Form\RencontreAlternativeType' shared autowired service.
  3681.      *
  3682.      * @return \App\Form\RencontreAlternativeType
  3683.      */
  3684.     protected function getRencontreAlternativeTypeService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3688.         include_once \dirname(__DIR__4).'/src/Form/RencontreAlternativeType.php';
  3689.         return $this->privates['App\\Form\\RencontreAlternativeType'] = new \App\Form\RencontreAlternativeType(($this->privates['App\\Repository\\AdversaireRepository'] ?? $this->getAdversaireRepositoryService()), ($this->privates['App\\Repository\\EquipeRepository'] ?? $this->getEquipeRepositoryService()));
  3690.     }
  3691.     /**
  3692.      * Gets the private 'App\Form\RencontreType' shared autowired service.
  3693.      *
  3694.      * @return \App\Form\RencontreType
  3695.      */
  3696.     protected function getRencontreTypeService()
  3697.     {
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3700.         include_once \dirname(__DIR__4).'/src/Form/RencontreType.php';
  3701.         return $this->privates['App\\Form\\RencontreType'] = new \App\Form\RencontreType(($this->privates['App\\Repository\\AdversaireRepository'] ?? $this->getAdversaireRepositoryService()), ($this->privates['App\\Repository\\EquipeRepository'] ?? $this->getEquipeRepositoryService()));
  3702.     }
  3703.     /**
  3704.      * Gets the private 'App\Form\Resultat33Type' shared autowired service.
  3705.      *
  3706.      * @return \App\Form\Resultat33Type
  3707.      */
  3708.     protected function getResultat33TypeService()
  3709.     {
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3712.         include_once \dirname(__DIR__4).'/src/Form/Resultat33Type.php';
  3713.         return $this->privates['App\\Form\\Resultat33Type'] = new \App\Form\Resultat33Type(($this->privates['App\\Repository\\JoueurRepository'] ?? $this->getJoueurRepositoryService()), ($this->privates['App\\Repository\\RencontreRepository'] ?? $this->getRencontreRepositoryService()));
  3714.     }
  3715.     /**
  3716.      * Gets the private 'App\Form\ResultatType' shared autowired service.
  3717.      *
  3718.      * @return \App\Form\ResultatType
  3719.      */
  3720.     protected function getResultatTypeService()
  3721.     {
  3722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3724.         include_once \dirname(__DIR__4).'/src/Form/ResultatType.php';
  3725.         return $this->privates['App\\Form\\ResultatType'] = new \App\Form\ResultatType(($this->privates['App\\Repository\\JoueurRepository'] ?? $this->getJoueurRepositoryService()), ($this->privates['App\\Repository\\RencontreRepository'] ?? $this->getRencontreRepositoryService()));
  3726.     }
  3727.     /**
  3728.      * Gets the private 'App\Form\SequenceType' shared autowired service.
  3729.      *
  3730.      * @return \App\Form\SequenceType
  3731.      */
  3732.     protected function getSequenceTypeService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3736.         include_once \dirname(__DIR__4).'/src/Form/SequenceType.php';
  3737.         return $this->privates['App\\Form\\SequenceType'] = new \App\Form\SequenceType();
  3738.     }
  3739.     /**
  3740.      * Gets the private 'App\Form\TrainingLoadType' shared autowired service.
  3741.      *
  3742.      * @return \App\Form\TrainingLoadType
  3743.      */
  3744.     protected function getTrainingLoadTypeService()
  3745.     {
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3748.         include_once \dirname(__DIR__4).'/src/Form/TrainingLoadType.php';
  3749.         return $this->privates['App\\Form\\TrainingLoadType'] = new \App\Form\TrainingLoadType();
  3750.     }
  3751.     /**
  3752.      * Gets the private 'App\Repository\AbsenceRencontreRepository' shared autowired service.
  3753.      *
  3754.      * @return \App\Repository\AbsenceRencontreRepository
  3755.      */
  3756.     protected function getAbsenceRencontreRepositoryService()
  3757.     {
  3758.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3763.         include_once \dirname(__DIR__4).'/src/Repository/AbsenceRencontreRepository.php';
  3764.         return $this->privates['App\\Repository\\AbsenceRencontreRepository'] = new \App\Repository\AbsenceRencontreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'App\Repository\AdversaireRepository' shared autowired service.
  3768.      *
  3769.      * @return \App\Repository\AdversaireRepository
  3770.      */
  3771.     protected function getAdversaireRepositoryService()
  3772.     {
  3773.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3776.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3778.         include_once \dirname(__DIR__4).'/src/Repository/AdversaireRepository.php';
  3779.         return $this->privates['App\\Repository\\AdversaireRepository'] = new \App\Repository\AdversaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3780.     }
  3781.     /**
  3782.      * Gets the private 'App\Repository\BlessureRepository' shared autowired service.
  3783.      *
  3784.      * @return \App\Repository\BlessureRepository
  3785.      */
  3786.     protected function getBlessureRepositoryService()
  3787.     {
  3788.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3793.         include_once \dirname(__DIR__4).'/src/Repository/BlessureRepository.php';
  3794.         return $this->privates['App\\Repository\\BlessureRepository'] = new \App\Repository\BlessureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3795.     }
  3796.     /**
  3797.      * Gets the private 'App\Repository\BonusMalusRepository' shared autowired service.
  3798.      *
  3799.      * @return \App\Repository\BonusMalusRepository
  3800.      */
  3801.     protected function getBonusMalusRepositoryService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3804.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3805.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3806.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3808.         include_once \dirname(__DIR__4).'/src/Repository/BonusMalusRepository.php';
  3809.         return $this->privates['App\\Repository\\BonusMalusRepository'] = new \App\Repository\BonusMalusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3810.     }
  3811.     /**
  3812.      * Gets the private 'App\Repository\ChampionnatRepository' shared autowired service.
  3813.      *
  3814.      * @return \App\Repository\ChampionnatRepository
  3815.      */
  3816.     protected function getChampionnatRepositoryService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3823.         include_once \dirname(__DIR__4).'/src/Repository/ChampionnatRepository.php';
  3824.         return $this->privates['App\\Repository\\ChampionnatRepository'] = new \App\Repository\ChampionnatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3825.     }
  3826.     /**
  3827.      * Gets the private 'App\Repository\ClubRepository' shared autowired service.
  3828.      *
  3829.      * @return \App\Repository\ClubRepository
  3830.      */
  3831.     protected function getClubRepositoryService()
  3832.     {
  3833.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3838.         include_once \dirname(__DIR__4).'/src/Repository/ClubRepository.php';
  3839.         return $this->privates['App\\Repository\\ClubRepository'] = new \App\Repository\ClubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'App\Repository\DivisionRepository' shared autowired service.
  3843.      *
  3844.      * @return \App\Repository\DivisionRepository
  3845.      */
  3846.     protected function getDivisionRepositoryService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3853.         include_once \dirname(__DIR__4).'/src/Repository/DivisionRepository.php';
  3854.         return $this->privates['App\\Repository\\DivisionRepository'] = new \App\Repository\DivisionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3855.     }
  3856.     /**
  3857.      * Gets the private 'App\Repository\EntraineurRepository' shared autowired service.
  3858.      *
  3859.      * @return \App\Repository\EntraineurRepository
  3860.      */
  3861.     protected function getEntraineurRepositoryService()
  3862.     {
  3863.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3869.         include_once \dirname(__DIR__4).'/src/Repository/EntraineurRepository.php';
  3870.         return $this->privates['App\\Repository\\EntraineurRepository'] = new \App\Repository\EntraineurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3871.     }
  3872.     /**
  3873.      * Gets the private 'App\Repository\EquipeRepository' shared autowired service.
  3874.      *
  3875.      * @return \App\Repository\EquipeRepository
  3876.      */
  3877.     protected function getEquipeRepositoryService()
  3878.     {
  3879.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3884.         include_once \dirname(__DIR__4).'/src/Repository/EquipeRepository.php';
  3885.         return $this->privates['App\\Repository\\EquipeRepository'] = new \App\Repository\EquipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3886.     }
  3887.     /**
  3888.      * Gets the private 'App\Repository\JoueurRepository' shared autowired service.
  3889.      *
  3890.      * @return \App\Repository\JoueurRepository
  3891.      */
  3892.     protected function getJoueurRepositoryService()
  3893.     {
  3894.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3899.         include_once \dirname(__DIR__4).'/src/Repository/JoueurRepository.php';
  3900.         return $this->privates['App\\Repository\\JoueurRepository'] = new \App\Repository\JoueurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3901.     }
  3902.     /**
  3903.      * Gets the private 'App\Repository\LigueRepository' shared autowired service.
  3904.      *
  3905.      * @return \App\Repository\LigueRepository
  3906.      */
  3907.     protected function getLigueRepositoryService()
  3908.     {
  3909.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3913.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3914.         include_once \dirname(__DIR__4).'/src/Repository/LigueRepository.php';
  3915.         return $this->privates['App\\Repository\\LigueRepository'] = new \App\Repository\LigueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3916.     }
  3917.     /**
  3918.      * Gets the private 'App\Repository\ObservationRepository' shared autowired service.
  3919.      *
  3920.      * @return \App\Repository\ObservationRepository
  3921.      */
  3922.     protected function getObservationRepositoryService()
  3923.     {
  3924.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3929.         include_once \dirname(__DIR__4).'/src/Repository/ObservationRepository.php';
  3930.         return $this->privates['App\\Repository\\ObservationRepository'] = new \App\Repository\ObservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3931.     }
  3932.     /**
  3933.      * Gets the private 'App\Repository\PresidentRepository' shared autowired service.
  3934.      *
  3935.      * @return \App\Repository\PresidentRepository
  3936.      */
  3937.     protected function getPresidentRepositoryService()
  3938.     {
  3939.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3945.         include_once \dirname(__DIR__4).'/src/Repository/PresidentRepository.php';
  3946.         return $this->privates['App\\Repository\\PresidentRepository'] = new \App\Repository\PresidentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3947.     }
  3948.     /**
  3949.      * Gets the private 'App\Repository\RencontreRepository' shared autowired service.
  3950.      *
  3951.      * @return \App\Repository\RencontreRepository
  3952.      */
  3953.     protected function getRencontreRepositoryService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3960.         include_once \dirname(__DIR__4).'/src/Repository/RencontreRepository.php';
  3961.         return $this->privates['App\\Repository\\RencontreRepository'] = new \App\Repository\RencontreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3962.     }
  3963.     /**
  3964.      * Gets the private 'App\Repository\SaisonRepository' shared autowired service.
  3965.      *
  3966.      * @return \App\Repository\SaisonRepository
  3967.      */
  3968.     protected function getSaisonRepositoryService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3975.         include_once \dirname(__DIR__4).'/src/Repository/SaisonRepository.php';
  3976.         return $this->privates['App\\Repository\\SaisonRepository'] = new \App\Repository\SaisonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3977.     }
  3978.     /**
  3979.      * Gets the private 'App\Repository\SequenceRepository' shared autowired service.
  3980.      *
  3981.      * @return \App\Repository\SequenceRepository
  3982.      */
  3983.     protected function getSequenceRepositoryService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3990.         include_once \dirname(__DIR__4).'/src/Repository/SequenceRepository.php';
  3991.         return $this->privates['App\\Repository\\SequenceRepository'] = new \App\Repository\SequenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3992.     }
  3993.     /**
  3994.      * Gets the private 'App\Repository\StatsRencontreRepository' shared autowired service.
  3995.      *
  3996.      * @return \App\Repository\StatsRencontreRepository
  3997.      */
  3998.     protected function getStatsRencontreRepositoryService()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4005.         include_once \dirname(__DIR__4).'/src/Repository/StatsRencontreRepository.php';
  4006.         return $this->privates['App\\Repository\\StatsRencontreRepository'] = new \App\Repository\StatsRencontreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4007.     }
  4008.     /**
  4009.      * Gets the private 'App\Repository\TrainingLoadRepository' shared autowired service.
  4010.      *
  4011.      * @return \App\Repository\TrainingLoadRepository
  4012.      */
  4013.     protected function getTrainingLoadRepositoryService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4020.         include_once \dirname(__DIR__4).'/src/Repository/TrainingLoadRepository.php';
  4021.         return $this->privates['App\\Repository\\TrainingLoadRepository'] = new \App\Repository\TrainingLoadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4022.     }
  4023.     /**
  4024.      * Gets the private 'App\Service\FileUploader' shared autowired service.
  4025.      *
  4026.      * @return \App\Service\FileUploader
  4027.      */
  4028.     protected function getFileUploaderService()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/src/Service/FileUploader.php';
  4031.         return $this->privates['App\\Service\\FileUploader'] = new \App\Service\FileUploader();
  4032.     }
  4033.     /**
  4034.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4035.      *
  4036.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4037.      */
  4038.     protected function getManagerRegistryAwareConnectionProviderService()
  4039.     {
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4042.         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'));
  4043.     }
  4044.     /**
  4045.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4046.      *
  4047.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4048.      */
  4049.     protected function getRunSqlCommandService()
  4050.     {
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4053.         $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()));
  4054.         $instance->setName('dbal:run-sql');
  4055.         return $instance;
  4056.     }
  4057.     /**
  4058.      * Gets the private 'annotations.cache_adapter' shared service.
  4059.      *
  4060.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4061.      */
  4062.     protected function getAnnotations_CacheAdapterService()
  4063.     {
  4064.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4065.     }
  4066.     /**
  4067.      * Gets the private 'annotations.cache_warmer' shared service.
  4068.      *
  4069.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4070.      */
  4071.     protected function getAnnotations_CacheWarmerService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4076.         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);
  4077.     }
  4078.     /**
  4079.      * Gets the private 'annotations.cached_reader' shared service.
  4080.      *
  4081.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4082.      */
  4083.     protected function getAnnotations_CachedReaderService()
  4084.     {
  4085.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4086.     }
  4087.     /**
  4088.      * Gets the private 'annotations.reader' shared service.
  4089.      *
  4090.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4091.      */
  4092.     protected function getAnnotations_ReaderService()
  4093.     {
  4094.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4095.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4096.         $a->registerUniqueLoader('class_exists');
  4097.         $instance->addGlobalIgnoredName('required'$a);
  4098.         return $instance;
  4099.     }
  4100.     /**
  4101.      * Gets the private 'cache.annotations' shared service.
  4102.      *
  4103.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4104.      */
  4105.     protected function getCache_AnnotationsService()
  4106.     {
  4107.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-fvxEEsfO4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4108.     }
  4109.     /**
  4110.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4113.      */
  4114.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4115.     {
  4116.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4117.     }
  4118.     /**
  4119.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4120.      *
  4121.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4122.      */
  4123.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4124.     {
  4125.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4126.     }
  4127.     /**
  4128.      * Gets the private 'cache.property_info' shared service.
  4129.      *
  4130.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4131.      */
  4132.     protected function getCache_PropertyInfoService()
  4133.     {
  4134.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Dmd6PHVzyc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4135.     }
  4136.     /**
  4137.      * Gets the private 'cache.security_expression_language' shared service.
  4138.      *
  4139.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4140.      */
  4141.     protected function getCache_SecurityExpressionLanguageService()
  4142.     {
  4143.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KxoEzPhIYq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4144.     }
  4145.     /**
  4146.      * Gets the private 'cache.serializer' shared service.
  4147.      *
  4148.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4149.      */
  4150.     protected function getCache_SerializerService()
  4151.     {
  4152.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6w3R4P2Mug'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4153.     }
  4154.     /**
  4155.      * Gets the private 'cache.validator' shared service.
  4156.      *
  4157.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4158.      */
  4159.     protected function getCache_ValidatorService()
  4160.     {
  4161.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LRI64xqCVk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4162.     }
  4163.     /**
  4164.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4165.      *
  4166.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4167.      */
  4168.     protected function getCachePoolClearer_CacheWarmerService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4172.         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']);
  4173.     }
  4174.     /**
  4175.      * Gets the private 'config_builder.warmer' shared service.
  4176.      *
  4177.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4178.      */
  4179.     protected function getConfigBuilder_WarmerService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4183.         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()));
  4184.     }
  4185.     /**
  4186.      * Gets the private 'config_cache_factory' shared service.
  4187.      *
  4188.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4189.      */
  4190.     protected function getConfigCacheFactoryService()
  4191.     {
  4192.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4193.             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)));
  4194.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4195.         }, 2));
  4196.     }
  4197.     /**
  4198.      * Gets the private 'console.command.about' shared service.
  4199.      *
  4200.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4201.      */
  4202.     protected function getConsole_Command_AboutService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4206.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4207.         $instance->setName('about');
  4208.         $instance->setDescription('Display information about the current project');
  4209.         return $instance;
  4210.     }
  4211.     /**
  4212.      * Gets the private 'console.command.assets_install' shared service.
  4213.      *
  4214.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4215.      */
  4216.     protected function getConsole_Command_AssetsInstallService()
  4217.     {
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4221.         $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));
  4222.         $instance->setName('assets:install');
  4223.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the private 'console.command.cache_clear' shared service.
  4228.      *
  4229.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4230.      */
  4231.     protected function getConsole_Command_CacheClearService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4236.         $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())));
  4237.         $instance->setName('cache:clear');
  4238.         $instance->setDescription('Clear the cache');
  4239.         return $instance;
  4240.     }
  4241.     /**
  4242.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4243.      *
  4244.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4245.      */
  4246.     protected function getConsole_Command_CachePoolClearService()
  4247.     {
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4250.         $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']);
  4251.         $instance->setName('cache:pool:clear');
  4252.         $instance->setDescription('Clear cache pools');
  4253.         return $instance;
  4254.     }
  4255.     /**
  4256.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4257.      *
  4258.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4259.      */
  4260.     protected function getConsole_Command_CachePoolDeleteService()
  4261.     {
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4264.         $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']);
  4265.         $instance->setName('cache:pool:delete');
  4266.         $instance->setDescription('Delete an item from a cache pool');
  4267.         return $instance;
  4268.     }
  4269.     /**
  4270.      * Gets the private 'console.command.cache_pool_list' shared service.
  4271.      *
  4272.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4273.      */
  4274.     protected function getConsole_Command_CachePoolListService()
  4275.     {
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4278.         $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']);
  4279.         $instance->setName('cache:pool:list');
  4280.         $instance->setDescription('List available cache pools');
  4281.         return $instance;
  4282.     }
  4283.     /**
  4284.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4285.      *
  4286.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4287.      */
  4288.     protected function getConsole_Command_CachePoolPruneService()
  4289.     {
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4292.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4293.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4294.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4295.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4296.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4297.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4298.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4299.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4300.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4301.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4302.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4303.         }, 10));
  4304.         $instance->setName('cache:pool:prune');
  4305.         $instance->setDescription('Prune cache pools');
  4306.         return $instance;
  4307.     }
  4308.     /**
  4309.      * Gets the private 'console.command.cache_warmup' shared service.
  4310.      *
  4311.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4312.      */
  4313.     protected function getConsole_Command_CacheWarmupService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4317.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4318.         $instance->setName('cache:warmup');
  4319.         $instance->setDescription('Warm up an empty cache');
  4320.         return $instance;
  4321.     }
  4322.     /**
  4323.      * Gets the private 'console.command.config_debug' shared service.
  4324.      *
  4325.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4326.      */
  4327.     protected function getConsole_Command_ConfigDebugService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4334.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4335.         $instance->setName('debug:config');
  4336.         $instance->setDescription('Dump the current configuration for an extension');
  4337.         return $instance;
  4338.     }
  4339.     /**
  4340.      * Gets the private 'console.command.config_dump_reference' shared service.
  4341.      *
  4342.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4343.      */
  4344.     protected function getConsole_Command_ConfigDumpReferenceService()
  4345.     {
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4351.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4352.         $instance->setName('config:dump-reference');
  4353.         $instance->setDescription('Dump the default configuration for an extension');
  4354.         return $instance;
  4355.     }
  4356.     /**
  4357.      * Gets the private 'console.command.container_debug' shared service.
  4358.      *
  4359.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4360.      */
  4361.     protected function getConsole_Command_ContainerDebugService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4366.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4367.         $instance->setName('debug:container');
  4368.         $instance->setDescription('Display current services for an application');
  4369.         return $instance;
  4370.     }
  4371.     /**
  4372.      * Gets the private 'console.command.container_lint' shared service.
  4373.      *
  4374.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4375.      */
  4376.     protected function getConsole_Command_ContainerLintService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4380.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4381.         $instance->setName('lint:container');
  4382.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4383.         return $instance;
  4384.     }
  4385.     /**
  4386.      * Gets the private 'console.command.debug_autowiring' shared service.
  4387.      *
  4388.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4389.      */
  4390.     protected function getConsole_Command_DebugAutowiringService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4396.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4397.         $instance->setName('debug:autowiring');
  4398.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4399.         return $instance;
  4400.     }
  4401.     /**
  4402.      * Gets the private 'console.command.dotenv_debug' shared service.
  4403.      *
  4404.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4405.      */
  4406.     protected function getConsole_Command_DotenvDebugService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4410.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  4411.         $instance->setName('debug:dotenv');
  4412.         $instance->setDescription('Lists all dotenv files with variables and values');
  4413.         return $instance;
  4414.     }
  4415.     /**
  4416.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4417.      *
  4418.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4419.      */
  4420.     protected function getConsole_Command_EventDispatcherDebugService()
  4421.     {
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4424.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  4425.         $instance->setName('debug:event-dispatcher');
  4426.         $instance->setDescription('Display configured listeners for an application');
  4427.         return $instance;
  4428.     }
  4429.     /**
  4430.      * Gets the private 'console.command.form_debug' shared service.
  4431.      *
  4432.      * @return \Symfony\Component\Form\Command\DebugCommand
  4433.      */
  4434.     protected function getConsole_Command_FormDebugService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4438.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\AdversaireType'=> 'App\\Form\\AltResultListType'=> 'App\\Form\\AltResultType'=> 'App\\Form\\Blessure33Type'=> 'App\\Form\\BlessureType'=> 'App\\Form\\ButeurType'=> 'App\\Form\\ChampionnatType'=> 'App\\Form\\ClubType'=> 'App\\Form\\EntraineurType'=> 'App\\Form\\EquipeType'10 => 'App\\Form\\InstallationType'11 => 'App\\Form\\JoueurListType'12 => 'App\\Form\\JoueurType'13 => 'App\\Form\\JourneeType'14 => 'App\\Form\\MappingListType'15 => 'App\\Form\\MappingType'16 => 'App\\Form\\ObservationType'17 => 'App\\Form\\Rencontre22Type'18 => 'App\\Form\\Rencontre33Type'19 => 'App\\Form\\RencontreAlternativeType'20 => 'App\\Form\\RencontreType'21 => 'App\\Form\\Resultat33Type'22 => 'App\\Form\\ResultatType'23 => 'App\\Form\\SequenceType'24 => 'App\\Form\\TrainingLoadType'25 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'26 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'27 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'28 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'29 => '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()));
  4439.         $instance->setName('debug:form');
  4440.         $instance->setDescription('Display form type information');
  4441.         return $instance;
  4442.     }
  4443.     /**
  4444.      * Gets the private 'console.command.router_debug' shared service.
  4445.      *
  4446.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4447.      */
  4448.     protected function getConsole_Command_RouterDebugService()
  4449.     {
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4453.         $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()));
  4454.         $instance->setName('debug:router');
  4455.         $instance->setDescription('Display current routes for an application');
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'console.command.router_match' shared service.
  4460.      *
  4461.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4462.      */
  4463.     protected function getConsole_Command_RouterMatchService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4467.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4468.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4469.         }, 1));
  4470.         $instance->setName('router:match');
  4471.         $instance->setDescription('Help debug routes by simulating a path info match');
  4472.         return $instance;
  4473.     }
  4474.     /**
  4475.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4476.      *
  4477.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4478.      */
  4479.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4485.         $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')))));
  4486.         $instance->setName('secrets:decrypt-to-local');
  4487.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4488.         return $instance;
  4489.     }
  4490.     /**
  4491.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4492.      *
  4493.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4494.      */
  4495.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4496.     {
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4501.         $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')))));
  4502.         $instance->setName('secrets:encrypt-from-local');
  4503.         $instance->setDescription('Encrypt all local secrets to the vault');
  4504.         return $instance;
  4505.     }
  4506.     /**
  4507.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4508.      *
  4509.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4510.      */
  4511.     protected function getConsole_Command_SecretsGenerateKeyService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4517.         $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')))));
  4518.         $instance->setName('secrets:generate-keys');
  4519.         $instance->setDescription('Generate new encryption keys');
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the private 'console.command.secrets_list' shared service.
  4524.      *
  4525.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4526.      */
  4527.     protected function getConsole_Command_SecretsListService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4533.         $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')))));
  4534.         $instance->setName('secrets:list');
  4535.         $instance->setDescription('List all secrets');
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'console.command.secrets_remove' shared service.
  4540.      *
  4541.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4542.      */
  4543.     protected function getConsole_Command_SecretsRemoveService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4549.         $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')))));
  4550.         $instance->setName('secrets:remove');
  4551.         $instance->setDescription('Remove a secret from the vault');
  4552.         return $instance;
  4553.     }
  4554.     /**
  4555.      * Gets the private 'console.command.secrets_set' shared service.
  4556.      *
  4557.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4558.      */
  4559.     protected function getConsole_Command_SecretsSetService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4565.         $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')))));
  4566.         $instance->setName('secrets:set');
  4567.         $instance->setDescription('Set a secret in the vault');
  4568.         return $instance;
  4569.     }
  4570.     /**
  4571.      * Gets the private 'console.command.translation_debug' shared service.
  4572.      *
  4573.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4574.      */
  4575.     protected function getConsole_Command_TranslationDebugService()
  4576.     {
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4579.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4580.         $instance->setName('debug:translation');
  4581.         $instance->setDescription('Display translation messages information');
  4582.         return $instance;
  4583.     }
  4584.     /**
  4585.      * Gets the private 'console.command.translation_extract' shared service.
  4586.      *
  4587.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4588.      */
  4589.     protected function getConsole_Command_TranslationExtractService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4593.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4594.         $instance->setName('translation:extract');
  4595.         $instance->setAliases([=> 'translation:update']);
  4596.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4597.         return $instance;
  4598.     }
  4599.     /**
  4600.      * Gets the private 'console.command.translation_pull' shared service.
  4601.      *
  4602.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4603.      */
  4604.     protected function getConsole_Command_TranslationPullService()
  4605.     {
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4609.         $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', [], []);
  4610.         $instance->setName('translation:pull');
  4611.         $instance->setDescription('Pull translations from a given provider.');
  4612.         return $instance;
  4613.     }
  4614.     /**
  4615.      * Gets the private 'console.command.translation_push' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4618.      */
  4619.     protected function getConsole_Command_TranslationPushService()
  4620.     {
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4624.         $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()), [], []);
  4625.         $instance->setName('translation:push');
  4626.         $instance->setDescription('Push translations to a given provider.');
  4627.         return $instance;
  4628.     }
  4629.     /**
  4630.      * Gets the private 'console.command.validator_debug' shared service.
  4631.      *
  4632.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4633.      */
  4634.     protected function getConsole_Command_ValidatorDebugService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4638.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4639.         $instance->setName('debug:validator');
  4640.         $instance->setDescription('Display validation constraints for classes');
  4641.         return $instance;
  4642.     }
  4643.     /**
  4644.      * Gets the private 'console.command.xliff_lint' shared service.
  4645.      *
  4646.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4647.      */
  4648.     protected function getConsole_Command_XliffLintService()
  4649.     {
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4652.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4653.         $instance->setName('lint:xliff');
  4654.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4655.         return $instance;
  4656.     }
  4657.     /**
  4658.      * Gets the private 'console.command.yaml_lint' shared service.
  4659.      *
  4660.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4661.      */
  4662.     protected function getConsole_Command_YamlLintService()
  4663.     {
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4667.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4668.         $instance->setName('lint:yaml');
  4669.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'console.error_listener' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4676.      */
  4677.     protected function getConsole_ErrorListenerService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4680.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4681.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4682.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4683.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4684.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4685.     }
  4686.     /**
  4687.      * Gets the private 'container.env_var_processor' shared service.
  4688.      *
  4689.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4690.      */
  4691.     protected function getContainer_EnvVarProcessorService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4695.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4696.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4697.         }, 1));
  4698.     }
  4699.     /**
  4700.      * Gets the private 'container.getenv' shared service.
  4701.      *
  4702.      * @return \Closure
  4703.      */
  4704.     protected function getContainer_GetenvService()
  4705.     {
  4706.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4707.     }
  4708.     /**
  4709.      * Gets the private 'data_collector.form' shared service.
  4710.      *
  4711.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4712.      */
  4713.     protected function getDataCollector_FormService()
  4714.     {
  4715.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4716.     }
  4717.     /**
  4718.      * Gets the private 'data_collector.request' shared service.
  4719.      *
  4720.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4721.      */
  4722.     protected function getDataCollector_RequestService()
  4723.     {
  4724.         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())));
  4725.     }
  4726.     /**
  4727.      * Gets the private 'data_collector.request.session_collector' shared service.
  4728.      *
  4729.      * @return \Closure
  4730.      */
  4731.     protected function getDataCollector_Request_SessionCollectorService()
  4732.     {
  4733.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4734.     }
  4735.     /**
  4736.      * Gets the private 'debug.argument_resolver.default' shared service.
  4737.      *
  4738.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4739.      */
  4740.     protected function getDebug_ArgumentResolver_DefaultService()
  4741.     {
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4745.         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))));
  4746.     }
  4747.     /**
  4748.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4749.      *
  4750.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4751.      */
  4752.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4757.         $a = ($this->privates['.service_locator.BqshiFe'] ?? $this->get_ServiceLocator_BqshiFeService());
  4758.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  4759.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  4760.         }
  4761.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4762.     }
  4763.     /**
  4764.      * Gets the private 'debug.argument_resolver.request' shared service.
  4765.      *
  4766.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4767.      */
  4768.     protected function getDebug_ArgumentResolver_RequestService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4773.         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))));
  4774.     }
  4775.     /**
  4776.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4777.      *
  4778.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4779.      */
  4780.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4781.     {
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4785.         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))));
  4786.     }
  4787.     /**
  4788.      * Gets the private 'debug.argument_resolver.service' shared service.
  4789.      *
  4790.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4791.      */
  4792.     protected function getDebug_ArgumentResolver_ServiceService()
  4793.     {
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4797.         $a = ($this->privates['.service_locator.BqshiFe'] ?? $this->get_ServiceLocator_BqshiFeService());
  4798.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4799.             return $this->privates['debug.argument_resolver.service'];
  4800.         }
  4801.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4802.     }
  4803.     /**
  4804.      * Gets the private 'debug.argument_resolver.session' shared service.
  4805.      *
  4806.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4807.      */
  4808.     protected function getDebug_ArgumentResolver_SessionService()
  4809.     {
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4813.         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))));
  4814.     }
  4815.     /**
  4816.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4817.      *
  4818.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4819.      */
  4820.     protected function getDebug_ArgumentResolver_VariadicService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4825.         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))));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4829.      *
  4830.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4831.      */
  4832.     protected function getDebug_DebugHandlersListenerService()
  4833.     {
  4834.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4835.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4836.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4837.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4838.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4839.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4840.     }
  4841.     /**
  4842.      * Gets the private 'debug.dump_listener' shared service.
  4843.      *
  4844.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4845.      */
  4846.     protected function getDebug_DumpListenerService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4850.         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()));
  4851.     }
  4852.     /**
  4853.      * Gets the private 'debug.file_link_formatter' shared service.
  4854.      *
  4855.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4856.      */
  4857.     protected function getDebug_FileLinkFormatterService()
  4858.     {
  4859.         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 () {
  4860.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4861.         });
  4862.     }
  4863.     /**
  4864.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4865.      *
  4866.      * @return \string
  4867.      */
  4868.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4869.     {
  4870.         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');
  4871.     }
  4872.     /**
  4873.      * Gets the private 'debug.log_processor' shared service.
  4874.      *
  4875.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4876.      */
  4877.     protected function getDebug_LogProcessorService()
  4878.     {
  4879.         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())));
  4880.     }
  4881.     /**
  4882.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4883.      *
  4884.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4885.      */
  4886.     protected function getDebug_Security_Access_DecisionManagerService()
  4887.     {
  4888.         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 () {
  4889.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4890.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4891.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4892.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4893.     }
  4894.     /**
  4895.      * Gets the private 'debug.security.firewall' shared service.
  4896.      *
  4897.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4898.      */
  4899.     protected function getDebug_Security_FirewallService()
  4900.     {
  4901.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4902.         if (isset($this->privates['debug.security.firewall'])) {
  4903.             return $this->privates['debug.security.firewall'];
  4904.         }
  4905.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4906.         if (isset($this->privates['debug.security.firewall'])) {
  4907.             return $this->privates['debug.security.firewall'];
  4908.         }
  4909.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4910.     }
  4911.     /**
  4912.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4913.      *
  4914.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4915.      */
  4916.     protected function getDebug_Security_UserValueResolverService()
  4917.     {
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4921.         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))));
  4922.     }
  4923.     /**
  4924.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4925.      *
  4926.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4927.      */
  4928.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4934.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4935.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4936.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4937.         }
  4938.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  4939.     }
  4940.     /**
  4941.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4942.      *
  4943.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4944.      */
  4945.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4946.     {
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4951.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4952.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4953.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4954.         }
  4955.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4956.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4957.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4958.         }
  4959.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  4960.     }
  4961.     /**
  4962.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4963.      *
  4964.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4965.      */
  4966.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4973.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4974.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  4975.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  4976.         }
  4977.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  4978.     }
  4979.     /**
  4980.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4981.      *
  4982.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4983.      */
  4984.     protected function getDebug_Security_Voter_VoteListenerService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4987.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4988.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4989.             return $this->privates['debug.security.voter.vote_listener'];
  4990.         }
  4991.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4992.     }
  4993.     /**
  4994.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4995.      *
  4996.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4997.      */
  4998.     protected function getDoctrine_CacheClearMetadataCommandService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5004.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5005.         $instance->setName('doctrine:cache:clear-metadata');
  5006.         return $instance;
  5007.     }
  5008.     /**
  5009.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5010.      *
  5011.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5012.      */
  5013.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5019.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5020.         $instance->setName('doctrine:cache:clear-query');
  5021.         return $instance;
  5022.     }
  5023.     /**
  5024.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5025.      *
  5026.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5027.      */
  5028.     protected function getDoctrine_CacheClearResultCommandService()
  5029.     {
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5034.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5035.         $instance->setName('doctrine:cache:clear-result');
  5036.         return $instance;
  5037.     }
  5038.     /**
  5039.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5040.      *
  5041.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5042.      */
  5043.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5049.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  5050.         $instance->setName('doctrine:cache:clear-collection-region');
  5051.         return $instance;
  5052.     }
  5053.     /**
  5054.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5055.      *
  5056.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5057.      */
  5058.     protected function getDoctrine_ClearEntityRegionCommandService()
  5059.     {
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5064.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  5065.         $instance->setName('doctrine:cache:clear-entity-region');
  5066.         return $instance;
  5067.     }
  5068.     /**
  5069.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5070.      *
  5071.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5072.      */
  5073.     protected function getDoctrine_ClearQueryRegionCommandService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5079.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  5080.         $instance->setName('doctrine:cache:clear-query-region');
  5081.         return $instance;
  5082.     }
  5083.     /**
  5084.      * Gets the private 'doctrine.database_create_command' shared service.
  5085.      *
  5086.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5087.      */
  5088.     protected function getDoctrine_DatabaseCreateCommandService()
  5089.     {
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5093.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5094.         $instance->setName('doctrine:database:create');
  5095.         return $instance;
  5096.     }
  5097.     /**
  5098.      * Gets the private 'doctrine.database_drop_command' shared service.
  5099.      *
  5100.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5101.      */
  5102.     protected function getDoctrine_DatabaseDropCommandService()
  5103.     {
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5107.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5108.         $instance->setName('doctrine:database:drop');
  5109.         return $instance;
  5110.     }
  5111.     /**
  5112.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5113.      *
  5114.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5115.      */
  5116.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5122.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  5123.         $instance->setName('doctrine:ensure-production-settings');
  5124.         return $instance;
  5125.     }
  5126.     /**
  5127.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5128.      *
  5129.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5130.      */
  5131.     protected function getDoctrine_MappingConvertCommandService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5137.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  5138.         $instance->setName('doctrine:mapping:convert');
  5139.         return $instance;
  5140.     }
  5141.     /**
  5142.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5143.      *
  5144.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5145.      */
  5146.     protected function getDoctrine_MappingImportCommandService()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5151.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5152.         $instance->setName('doctrine:mapping:import');
  5153.         return $instance;
  5154.     }
  5155.     /**
  5156.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5157.      *
  5158.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5159.      */
  5160.     protected function getDoctrine_MappingInfoCommandService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5166.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  5167.         $instance->setName('doctrine:mapping:info');
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5172.      *
  5173.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5174.      */
  5175.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5179.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  5180.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  5181.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  5182.         }
  5183.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  5184.     }
  5185.     /**
  5186.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5187.      *
  5188.      * @return \Doctrine\Migrations\DependencyFactory
  5189.      */
  5190.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5191.     {
  5192.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5193.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5194.         $a->setAllOrNothing(false);
  5195.         $a->setCheckDatabasePlatform(true);
  5196.         $a->setTransactional(true);
  5197.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5198.         $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()));
  5199.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5200.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5201.         });
  5202.         return $instance;
  5203.     }
  5204.     /**
  5205.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5206.      *
  5207.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5208.      */
  5209.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5210.     {
  5211.         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')]);
  5212.     }
  5213.     /**
  5214.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5215.      *
  5216.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5217.      */
  5218.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5219.     {
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5221.         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()));
  5222.     }
  5223.     /**
  5224.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5225.      *
  5226.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5227.      */
  5228.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5231.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5232.     }
  5233.     /**
  5234.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5235.      *
  5236.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5237.      */
  5238.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5239.     {
  5240.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5242.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5243.     }
  5244.     /**
  5245.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5246.      *
  5247.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5248.      */
  5249.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5253.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5254.             return new \EmptyIterator();
  5255.         }, 0));
  5256.     }
  5257.     /**
  5258.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5259.      *
  5260.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5261.      */
  5262.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5266.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5267.     }
  5268.     /**
  5269.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5270.      *
  5271.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5272.      */
  5273.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5274.     {
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5277.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5278.     }
  5279.     /**
  5280.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5281.      *
  5282.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5283.      */
  5284.     protected function getDoctrine_Orm_Validator_UniqueService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5289.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5290.     }
  5291.     /**
  5292.      * Gets the private 'doctrine.query_dql_command' shared service.
  5293.      *
  5294.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5295.      */
  5296.     protected function getDoctrine_QueryDqlCommandService()
  5297.     {
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5302.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  5303.         $instance->setName('doctrine:query:dql');
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the private 'doctrine.query_sql_command' shared service.
  5308.      *
  5309.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5310.      */
  5311.     protected function getDoctrine_QuerySqlCommandService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5316.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5317.         $instance->setName('doctrine:query:sql');
  5318.         return $instance;
  5319.     }
  5320.     /**
  5321.      * Gets the private 'doctrine.schema_create_command' shared service.
  5322.      *
  5323.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5324.      */
  5325.     protected function getDoctrine_SchemaCreateCommandService()
  5326.     {
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5332.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  5333.         $instance->setName('doctrine:schema:create');
  5334.         return $instance;
  5335.     }
  5336.     /**
  5337.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5338.      *
  5339.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5340.      */
  5341.     protected function getDoctrine_SchemaDropCommandService()
  5342.     {
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5348.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  5349.         $instance->setName('doctrine:schema:drop');
  5350.         return $instance;
  5351.     }
  5352.     /**
  5353.      * Gets the private 'doctrine.schema_update_command' shared service.
  5354.      *
  5355.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5356.      */
  5357.     protected function getDoctrine_SchemaUpdateCommandService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5364.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  5365.         $instance->setName('doctrine:schema:update');
  5366.         return $instance;
  5367.     }
  5368.     /**
  5369.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5370.      *
  5371.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5372.      */
  5373.     protected function getDoctrine_SchemaValidateCommandService()
  5374.     {
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5379.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  5380.         $instance->setName('doctrine:schema:validate');
  5381.         return $instance;
  5382.     }
  5383.     /**
  5384.      * Gets the private 'doctrine.ulid_generator' shared service.
  5385.      *
  5386.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5387.      */
  5388.     protected function getDoctrine_UlidGeneratorService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5392.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5393.     }
  5394.     /**
  5395.      * Gets the private 'doctrine.uuid_generator' shared service.
  5396.      *
  5397.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5398.      */
  5399.     protected function getDoctrine_UuidGeneratorService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5403.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5404.     }
  5405.     /**
  5406.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5407.      *
  5408.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5409.      */
  5410.     protected function getDoctrineMigrations_CurrentCommandService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5415.         $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');
  5416.         $instance->setName('doctrine:migrations:current');
  5417.         return $instance;
  5418.     }
  5419.     /**
  5420.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5421.      *
  5422.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5423.      */
  5424.     protected function getDoctrineMigrations_DiffCommandService()
  5425.     {
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5429.         $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');
  5430.         $instance->setName('doctrine:migrations:diff');
  5431.         return $instance;
  5432.     }
  5433.     /**
  5434.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5435.      *
  5436.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5437.      */
  5438.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5443.         $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');
  5444.         $instance->setName('doctrine:migrations:dump-schema');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5449.      *
  5450.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5451.      */
  5452.     protected function getDoctrineMigrations_ExecuteCommandService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5457.         $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');
  5458.         $instance->setName('doctrine:migrations:execute');
  5459.         return $instance;
  5460.     }
  5461.     /**
  5462.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5463.      *
  5464.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5465.      */
  5466.     protected function getDoctrineMigrations_GenerateCommandService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5471.         $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');
  5472.         $instance->setName('doctrine:migrations:generate');
  5473.         return $instance;
  5474.     }
  5475.     /**
  5476.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5477.      *
  5478.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5479.      */
  5480.     protected function getDoctrineMigrations_LatestCommandService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5485.         $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');
  5486.         $instance->setName('doctrine:migrations:latest');
  5487.         return $instance;
  5488.     }
  5489.     /**
  5490.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5491.      *
  5492.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5493.      */
  5494.     protected function getDoctrineMigrations_MigrateCommandService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5499.         $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');
  5500.         $instance->setName('doctrine:migrations:migrate');
  5501.         return $instance;
  5502.     }
  5503.     /**
  5504.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5505.      *
  5506.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5507.      */
  5508.     protected function getDoctrineMigrations_RollupCommandService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5513.         $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');
  5514.         $instance->setName('doctrine:migrations:rollup');
  5515.         return $instance;
  5516.     }
  5517.     /**
  5518.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5519.      *
  5520.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5521.      */
  5522.     protected function getDoctrineMigrations_StatusCommandService()
  5523.     {
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5527.         $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');
  5528.         $instance->setName('doctrine:migrations:status');
  5529.         return $instance;
  5530.     }
  5531.     /**
  5532.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5533.      *
  5534.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5535.      */
  5536.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5541.         $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');
  5542.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5543.         return $instance;
  5544.     }
  5545.     /**
  5546.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5547.      *
  5548.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5549.      */
  5550.     protected function getDoctrineMigrations_UpToDateCommandService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5555.         $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');
  5556.         $instance->setName('doctrine:migrations:up-to-date');
  5557.         return $instance;
  5558.     }
  5559.     /**
  5560.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5561.      *
  5562.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5563.      */
  5564.     protected function getDoctrineMigrations_VersionCommandService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5569.         $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');
  5570.         $instance->setName('doctrine:migrations:version');
  5571.         return $instance;
  5572.     }
  5573.     /**
  5574.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5575.      *
  5576.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5577.      */
  5578.     protected function getDoctrineMigrations_VersionsCommandService()
  5579.     {
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5583.         $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');
  5584.         $instance->setName('doctrine:migrations:list');
  5585.         return $instance;
  5586.     }
  5587.     /**
  5588.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5589.      *
  5590.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5591.      */
  5592.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5593.     {
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5596.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5597.         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()));
  5598.     }
  5599.     /**
  5600.      * Gets the private 'exception_listener' shared service.
  5601.      *
  5602.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5603.      */
  5604.     protected function getExceptionListenerService()
  5605.     {
  5606.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5607.     }
  5608.     /**
  5609.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5610.      *
  5611.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5612.      */
  5613.     protected function getForm_ChoiceListFactory_CachedService()
  5614.     {
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5619.         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())));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'form.registry' shared service.
  5623.      *
  5624.      * @return \Symfony\Component\Form\FormRegistry
  5625.      */
  5626.     protected function getForm_RegistryService()
  5627.     {
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5635.         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, [
  5636.             'App\\Form\\AdversaireType' => ['privates''App\\Form\\AdversaireType''getAdversaireTypeService'false],
  5637.             'App\\Form\\AltResultListType' => ['privates''App\\Form\\AltResultListType''getAltResultListTypeService'false],
  5638.             'App\\Form\\AltResultType' => ['privates''App\\Form\\AltResultType''getAltResultTypeService'false],
  5639.             'App\\Form\\Blessure33Type' => ['privates''App\\Form\\Blessure33Type''getBlessure33TypeService'false],
  5640.             'App\\Form\\BlessureType' => ['privates''App\\Form\\BlessureType''getBlessureTypeService'false],
  5641.             'App\\Form\\ButeurType' => ['privates''App\\Form\\ButeurType''getButeurTypeService'false],
  5642.             'App\\Form\\ChampionnatType' => ['privates''App\\Form\\ChampionnatType''getChampionnatTypeService'false],
  5643.             'App\\Form\\ClubType' => ['privates''App\\Form\\ClubType''getClubTypeService'false],
  5644.             'App\\Form\\EntraineurType' => ['privates''App\\Form\\EntraineurType''getEntraineurTypeService'false],
  5645.             'App\\Form\\EquipeType' => ['privates''App\\Form\\EquipeType''getEquipeTypeService'false],
  5646.             'App\\Form\\InstallationType' => ['privates''App\\Form\\InstallationType''getInstallationTypeService'false],
  5647.             'App\\Form\\JoueurListType' => ['privates''App\\Form\\JoueurListType''getJoueurListTypeService'false],
  5648.             'App\\Form\\JoueurType' => ['privates''App\\Form\\JoueurType''getJoueurTypeService'false],
  5649.             'App\\Form\\JourneeType' => ['privates''App\\Form\\JourneeType''getJourneeTypeService'false],
  5650.             'App\\Form\\MappingListType' => ['privates''App\\Form\\MappingListType''getMappingListTypeService'false],
  5651.             'App\\Form\\MappingType' => ['privates''App\\Form\\MappingType''getMappingTypeService'false],
  5652.             'App\\Form\\ObservationType' => ['privates''App\\Form\\ObservationType''getObservationTypeService'false],
  5653.             'App\\Form\\Rencontre22Type' => ['privates''App\\Form\\Rencontre22Type''getRencontre22TypeService'false],
  5654.             'App\\Form\\Rencontre33Type' => ['privates''App\\Form\\Rencontre33Type''getRencontre33TypeService'false],
  5655.             'App\\Form\\RencontreAlternativeType' => ['privates''App\\Form\\RencontreAlternativeType''getRencontreAlternativeTypeService'false],
  5656.             'App\\Form\\RencontreType' => ['privates''App\\Form\\RencontreType''getRencontreTypeService'false],
  5657.             'App\\Form\\Resultat33Type' => ['privates''App\\Form\\Resultat33Type''getResultat33TypeService'false],
  5658.             'App\\Form\\ResultatType' => ['privates''App\\Form\\ResultatType''getResultatTypeService'false],
  5659.             'App\\Form\\SequenceType' => ['privates''App\\Form\\SequenceType''getSequenceTypeService'false],
  5660.             'App\\Form\\TrainingLoadType' => ['privates''App\\Form\\TrainingLoadType''getTrainingLoadTypeService'false],
  5661.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5662.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5663.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5664.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5665.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5666.         ], [
  5667.             'App\\Form\\AdversaireType' => '?',
  5668.             'App\\Form\\AltResultListType' => '?',
  5669.             'App\\Form\\AltResultType' => '?',
  5670.             'App\\Form\\Blessure33Type' => '?',
  5671.             'App\\Form\\BlessureType' => '?',
  5672.             'App\\Form\\ButeurType' => '?',
  5673.             'App\\Form\\ChampionnatType' => '?',
  5674.             'App\\Form\\ClubType' => '?',
  5675.             'App\\Form\\EntraineurType' => '?',
  5676.             'App\\Form\\EquipeType' => '?',
  5677.             'App\\Form\\InstallationType' => '?',
  5678.             'App\\Form\\JoueurListType' => '?',
  5679.             'App\\Form\\JoueurType' => '?',
  5680.             'App\\Form\\JourneeType' => '?',
  5681.             'App\\Form\\MappingListType' => '?',
  5682.             'App\\Form\\MappingType' => '?',
  5683.             'App\\Form\\ObservationType' => '?',
  5684.             'App\\Form\\Rencontre22Type' => '?',
  5685.             'App\\Form\\Rencontre33Type' => '?',
  5686.             'App\\Form\\RencontreAlternativeType' => '?',
  5687.             'App\\Form\\RencontreType' => '?',
  5688.             'App\\Form\\Resultat33Type' => '?',
  5689.             'App\\Form\\ResultatType' => '?',
  5690.             'App\\Form\\SequenceType' => '?',
  5691.             'App\\Form\\TrainingLoadType' => '?',
  5692.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5693.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5694.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5695.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5696.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5697.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5698.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5699.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5700.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5701.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5702.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5703.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5704.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5705.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5706.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5707.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5708.         }, 1)], new RewindableGenerator(function () {
  5709.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5710.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5711.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5712.     }
  5713.     /**
  5714.      * Gets the private 'form.server_params' shared service.
  5715.      *
  5716.      * @return \Symfony\Component\Form\Util\ServerParams
  5717.      */
  5718.     protected function getForm_ServerParamsService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5721.         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())));
  5722.     }
  5723.     /**
  5724.      * Gets the private 'form.type.choice' shared service.
  5725.      *
  5726.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5727.      */
  5728.     protected function getForm_Type_ChoiceService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5733.         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()));
  5734.     }
  5735.     /**
  5736.      * Gets the private 'form.type.color' shared service.
  5737.      *
  5738.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5739.      */
  5740.     protected function getForm_Type_ColorService()
  5741.     {
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5745.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5746.     }
  5747.     /**
  5748.      * Gets the private 'form.type.entity' shared service.
  5749.      *
  5750.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5751.      */
  5752.     protected function getForm_Type_EntityService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5758.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5759.     }
  5760.     /**
  5761.      * Gets the private 'form.type.form' shared service.
  5762.      *
  5763.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5764.      */
  5765.     protected function getForm_Type_FormService()
  5766.     {
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5771.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5772.     }
  5773.     /**
  5774.      * Gets the private 'form.type_extension.csrf' shared service.
  5775.      *
  5776.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5777.      */
  5778.     protected function getForm_TypeExtension_CsrfService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5783.         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()));
  5784.     }
  5785.     /**
  5786.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5787.      *
  5788.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5789.      */
  5790.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5795.         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()));
  5796.     }
  5797.     /**
  5798.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5799.      *
  5800.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5801.      */
  5802.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5809.         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())));
  5810.     }
  5811.     /**
  5812.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5813.      *
  5814.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5815.      */
  5816.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5817.     {
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5821.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5822.     }
  5823.     /**
  5824.      * Gets the private 'form.type_extension.form.validator' shared service.
  5825.      *
  5826.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5827.      */
  5828.     protected function getForm_TypeExtension_Form_ValidatorService()
  5829.     {
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5834.         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()));
  5835.     }
  5836.     /**
  5837.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5838.      *
  5839.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5840.      */
  5841.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5846.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5847.     }
  5848.     /**
  5849.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5850.      *
  5851.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5852.      */
  5853.     protected function getForm_TypeGuesser_DoctrineService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5857.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5858.     }
  5859.     /**
  5860.      * Gets the private 'form.type_guesser.validator' shared service.
  5861.      *
  5862.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5863.      */
  5864.     protected function getForm_TypeGuesser_ValidatorService()
  5865.     {
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5868.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5869.     }
  5870.     /**
  5871.      * Gets the private 'fragment.renderer.inline' shared service.
  5872.      *
  5873.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5874.      */
  5875.     protected function getFragment_Renderer_InlineService()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5880.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5881.         if (isset($this->privates['fragment.renderer.inline'])) {
  5882.             return $this->privates['fragment.renderer.inline'];
  5883.         }
  5884.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5885.         if (isset($this->privates['fragment.renderer.inline'])) {
  5886.             return $this->privates['fragment.renderer.inline'];
  5887.         }
  5888.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5889.         $instance->setFragmentPath('/_fragment');
  5890.         return $instance;
  5891.     }
  5892.     /**
  5893.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5894.      *
  5895.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5896.      */
  5897.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5898.     {
  5899.         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())));
  5900.     }
  5901.     /**
  5902.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5903.      *
  5904.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5905.      */
  5906.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5907.     {
  5908.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5909.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5910.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5911.         }
  5912.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  5913.     }
  5914.     /**
  5915.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5916.      *
  5917.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5918.      */
  5919.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5920.     {
  5921.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  5922.     }
  5923.     /**
  5924.      * Gets the private 'locale_aware_listener' shared service.
  5925.      *
  5926.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5927.      */
  5928.     protected function getLocaleAwareListenerService()
  5929.     {
  5930.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5931.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5932.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5933.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5934.     }
  5935.     /**
  5936.      * Gets the private 'locale_listener' shared service.
  5937.      *
  5938.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5939.      */
  5940.     protected function getLocaleListenerService()
  5941.     {
  5942.         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, []);
  5943.     }
  5944.     /**
  5945.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5946.      *
  5947.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5948.      */
  5949.     protected function getMaker_AutoCommand_MakeAuthService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5958.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5959.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5960.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  5961.         $instance->setName('make:auth');
  5962.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5963.         return $instance;
  5964.     }
  5965.     /**
  5966.      * Gets the private 'maker.auto_command.make_command' shared service.
  5967.      *
  5968.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5969.      */
  5970.     protected function getMaker_AutoCommand_MakeCommandService()
  5971.     {
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5977.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5978.         $instance->setName('make:command');
  5979.         $instance->setDescription('Creates a new console command class');
  5980.         return $instance;
  5981.     }
  5982.     /**
  5983.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5984.      *
  5985.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5986.      */
  5987.     protected function getMaker_AutoCommand_MakeControllerService()
  5988.     {
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5994.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5995.         $instance->setName('make:controller');
  5996.         $instance->setDescription('Creates a new controller class');
  5997.         return $instance;
  5998.     }
  5999.     /**
  6000.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6001.      *
  6002.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6003.      */
  6004.     protected function getMaker_AutoCommand_MakeCrudService()
  6005.     {
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6011.         $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()));
  6012.         $instance->setName('make:crud');
  6013.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6014.         return $instance;
  6015.     }
  6016.     /**
  6017.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6018.      *
  6019.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6020.      */
  6021.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6022.     {
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6028.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6029.         $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()));
  6030.         $instance->setName('make:docker:database');
  6031.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6036.      *
  6037.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6038.      */
  6039.     protected function getMaker_AutoCommand_MakeEntityService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6047.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6048.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6049.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  6050.         $instance->setName('make:entity');
  6051.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6052.         return $instance;
  6053.     }
  6054.     /**
  6055.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6056.      *
  6057.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6058.      */
  6059.     protected function getMaker_AutoCommand_MakeFixturesService()
  6060.     {
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6066.         $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()));
  6067.         $instance->setName('make:fixtures');
  6068.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6069.         return $instance;
  6070.     }
  6071.     /**
  6072.      * Gets the private 'maker.auto_command.make_form' shared service.
  6073.      *
  6074.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6075.      */
  6076.     protected function getMaker_AutoCommand_MakeFormService()
  6077.     {
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6083.         $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()));
  6084.         $instance->setName('make:form');
  6085.         $instance->setDescription('Creates a new form class');
  6086.         return $instance;
  6087.     }
  6088.     /**
  6089.      * Gets the private 'maker.auto_command.make_message' shared service.
  6090.      *
  6091.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6092.      */
  6093.     protected function getMaker_AutoCommand_MakeMessageService()
  6094.     {
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6100.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6101.         $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()));
  6102.         $instance->setName('make:message');
  6103.         $instance->setDescription('Creates a new message and handler');
  6104.         return $instance;
  6105.     }
  6106.     /**
  6107.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6108.      *
  6109.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6110.      */
  6111.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6118.         $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()));
  6119.         $instance->setName('make:messenger-middleware');
  6120.         $instance->setDescription('Creates a new messenger middleware');
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6125.      *
  6126.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6127.      */
  6128.     protected function getMaker_AutoCommand_MakeMigrationService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6136.         $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()));
  6137.         $instance->setName('make:migration');
  6138.         $instance->setDescription('Creates a new migration based on database changes');
  6139.         return $instance;
  6140.     }
  6141.     /**
  6142.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6143.      *
  6144.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6145.      */
  6146.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6153.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6154.         $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()));
  6155.         $instance->setName('make:registration-form');
  6156.         $instance->setDescription('Creates a new registration form system');
  6157.         return $instance;
  6158.     }
  6159.     /**
  6160.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6161.      *
  6162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6163.      */
  6164.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6171.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6172.         $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()));
  6173.         $instance->setName('make:reset-password');
  6174.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6175.         return $instance;
  6176.     }
  6177.     /**
  6178.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6179.      *
  6180.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6181.      */
  6182.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6183.     {
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6189.         $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()));
  6190.         $instance->setName('make:serializer:encoder');
  6191.         $instance->setDescription('Creates a new serializer encoder class');
  6192.         return $instance;
  6193.     }
  6194.     /**
  6195.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6196.      *
  6197.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6198.      */
  6199.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6200.     {
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6206.         $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()));
  6207.         $instance->setName('make:serializer:normalizer');
  6208.         $instance->setDescription('Creates a new serializer normalizer class');
  6209.         return $instance;
  6210.     }
  6211.     /**
  6212.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6213.      *
  6214.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6215.      */
  6216.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6217.     {
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6223.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6224.         $instance->setName('make:stimulus-controller');
  6225.         $instance->setDescription('Creates a new Stimulus controller');
  6226.         return $instance;
  6227.     }
  6228.     /**
  6229.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6230.      *
  6231.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6232.      */
  6233.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6241.         $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()));
  6242.         $instance->setName('make:subscriber');
  6243.         $instance->setDescription('Creates a new event subscriber class');
  6244.         return $instance;
  6245.     }
  6246.     /**
  6247.      * Gets the private 'maker.auto_command.make_test' shared service.
  6248.      *
  6249.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6250.      */
  6251.     protected function getMaker_AutoCommand_MakeTestService()
  6252.     {
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6259.         $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()));
  6260.         $instance->setName('make:test');
  6261.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6262.         $instance->setDescription('Creates a new test class');
  6263.         return $instance;
  6264.     }
  6265.     /**
  6266.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6267.      *
  6268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6269.      */
  6270.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6277.         $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()));
  6278.         $instance->setName('make:twig-extension');
  6279.         $instance->setDescription('Creates a new Twig extension class');
  6280.         return $instance;
  6281.     }
  6282.     /**
  6283.      * Gets the private 'maker.auto_command.make_user' shared service.
  6284.      *
  6285.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6286.      */
  6287.     protected function getMaker_AutoCommand_MakeUserService()
  6288.     {
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6296.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6297.         $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()));
  6298.         $instance->setName('make:user');
  6299.         $instance->setDescription('Creates a new security user class');
  6300.         return $instance;
  6301.     }
  6302.     /**
  6303.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6304.      *
  6305.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6306.      */
  6307.     protected function getMaker_AutoCommand_MakeValidatorService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6314.         $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()));
  6315.         $instance->setName('make:validator');
  6316.         $instance->setDescription('Creates a new validator and constraint class');
  6317.         return $instance;
  6318.     }
  6319.     /**
  6320.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6321.      *
  6322.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6323.      */
  6324.     protected function getMaker_AutoCommand_MakeVoterService()
  6325.     {
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6331.         $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()));
  6332.         $instance->setName('make:voter');
  6333.         $instance->setDescription('Creates a new security voter class');
  6334.         return $instance;
  6335.     }
  6336.     /**
  6337.      * Gets the private 'maker.doctrine_helper' shared service.
  6338.      *
  6339.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6340.      */
  6341.     protected function getMaker_DoctrineHelperService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6344.         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())]]]);
  6345.     }
  6346.     /**
  6347.      * Gets the private 'maker.entity_class_generator' shared service.
  6348.      *
  6349.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6350.      */
  6351.     protected function getMaker_EntityClassGeneratorService()
  6352.     {
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6354.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6355.     }
  6356.     /**
  6357.      * Gets the private 'maker.file_manager' shared service.
  6358.      *
  6359.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6360.      */
  6361.     protected function getMaker_FileManagerService()
  6362.     {
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6368.         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'));
  6369.     }
  6370.     /**
  6371.      * Gets the private 'maker.generator' shared service.
  6372.      *
  6373.      * @return \Symfony\Bundle\MakerBundle\Generator
  6374.      */
  6375.     protected function getMaker_GeneratorService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6379.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6380.         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));
  6381.     }
  6382.     /**
  6383.      * Gets the private 'maker.php_compat_util' shared service.
  6384.      *
  6385.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6386.      */
  6387.     protected function getMaker_PhpCompatUtilService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6390.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6391.     }
  6392.     /**
  6393.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6394.      *
  6395.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6396.      */
  6397.     protected function getMaker_Renderer_FormTypeRendererService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6400.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6401.     }
  6402.     /**
  6403.      * Gets the private 'mime_types' shared service.
  6404.      *
  6405.      * @return \Symfony\Component\Mime\MimeTypes
  6406.      */
  6407.     protected function getMimeTypesService()
  6408.     {
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6412.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6413.         $instance->setDefault($instance);
  6414.         return $instance;
  6415.     }
  6416.     /**
  6417.      * Gets the private 'monolog.command.server_log' shared service.
  6418.      *
  6419.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6420.      */
  6421.     protected function getMonolog_Command_ServerLogService()
  6422.     {
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6425.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6426.         $instance->setName('server:log');
  6427.         $instance->setDescription('Start a log server that displays logs in real time');
  6428.         return $instance;
  6429.     }
  6430.     /**
  6431.      * Gets the private 'monolog.handler.console' shared service.
  6432.      *
  6433.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6434.      */
  6435.     protected function getMonolog_Handler_ConsoleService()
  6436.     {
  6437.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6438.     }
  6439.     /**
  6440.      * Gets the private 'monolog.handler.main' shared service.
  6441.      *
  6442.      * @return \Monolog\Handler\StreamHandler
  6443.      */
  6444.     protected function getMonolog_Handler_MainService()
  6445.     {
  6446.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6447.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6448.         return $instance;
  6449.     }
  6450.     /**
  6451.      * Gets the private 'monolog.logger' shared service.
  6452.      *
  6453.      * @return \Symfony\Bridge\Monolog\Logger
  6454.      */
  6455.     protected function getMonolog_LoggerService()
  6456.     {
  6457.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6458.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6459.         $instance->useMicrosecondTimestamps(true);
  6460.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6461.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6462.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the private 'monolog.logger.cache' shared service.
  6467.      *
  6468.      * @return \Symfony\Bridge\Monolog\Logger
  6469.      */
  6470.     protected function getMonolog_Logger_CacheService()
  6471.     {
  6472.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6473.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6474.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6475.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6476.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6477.         return $instance;
  6478.     }
  6479.     /**
  6480.      * Gets the private 'monolog.logger.request' shared service.
  6481.      *
  6482.      * @return \Symfony\Bridge\Monolog\Logger
  6483.      */
  6484.     protected function getMonolog_Logger_RequestService()
  6485.     {
  6486.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6487.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6488.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6489.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6490.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6491.         return $instance;
  6492.     }
  6493.     /**
  6494.      * Gets the private 'monolog.logger.security' shared service.
  6495.      *
  6496.      * @return \Symfony\Bridge\Monolog\Logger
  6497.      */
  6498.     protected function getMonolog_Logger_SecurityService()
  6499.     {
  6500.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6501.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6502.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6503.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6504.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6505.         return $instance;
  6506.     }
  6507.     /**
  6508.      * Gets the private 'parameter_bag' shared service.
  6509.      *
  6510.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6511.      */
  6512.     protected function getParameterBagService()
  6513.     {
  6514.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6515.     }
  6516.     /**
  6517.      * Gets the private 'profiler_listener' shared service.
  6518.      *
  6519.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6520.      */
  6521.     protected function getProfilerListenerService()
  6522.     {
  6523.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6524.         if (isset($this->privates['profiler_listener'])) {
  6525.             return $this->privates['profiler_listener'];
  6526.         }
  6527.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6528.     }
  6529.     /**
  6530.      * Gets the private 'property_accessor' shared service.
  6531.      *
  6532.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6533.      */
  6534.     protected function getPropertyAccessorService()
  6535.     {
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6542.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6543.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6544.     }
  6545.     /**
  6546.      * Gets the private 'property_info' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6549.      */
  6550.     protected function getPropertyInfoService()
  6551.     {
  6552.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6553.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6554.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6555.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6556.         }, 3), new RewindableGenerator(function () {
  6557.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6558.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6559.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6560.         }, 3), new RewindableGenerator(function () {
  6561.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6562.         }, 1), new RewindableGenerator(function () {
  6563.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6564.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6565.         }, 2), new RewindableGenerator(function () {
  6566.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6567.         }, 1));
  6568.     }
  6569.     /**
  6570.      * Gets the private 'property_info.serializer_extractor' shared service.
  6571.      *
  6572.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6573.      */
  6574.     protected function getPropertyInfo_SerializerExtractorService()
  6575.     {
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6577.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6578.     }
  6579.     /**
  6580.      * Gets the private 'router.cache_warmer' shared service.
  6581.      *
  6582.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6583.      */
  6584.     protected function getRouter_CacheWarmerService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6588.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6589.             'router' => ['services''router''getRouterService'false],
  6590.         ], [
  6591.             'router' => '?',
  6592.         ]))->withContext('router.cache_warmer'$this));
  6593.     }
  6594.     /**
  6595.      * Gets the private 'router.expression_language_provider' shared service.
  6596.      *
  6597.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6598.      */
  6599.     protected function getRouter_ExpressionLanguageProviderService()
  6600.     {
  6601.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6602.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6603.         ], [
  6604.             'env' => 'Closure',
  6605.         ]));
  6606.     }
  6607.     /**
  6608.      * Gets the private 'router.request_context' shared service.
  6609.      *
  6610.      * @return \Symfony\Component\Routing\RequestContext
  6611.      */
  6612.     protected function getRouter_RequestContextService()
  6613.     {
  6614.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6615.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6616.         return $instance;
  6617.     }
  6618.     /**
  6619.      * Gets the private 'router_listener' shared service.
  6620.      *
  6621.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6622.      */
  6623.     protected function getRouterListenerService()
  6624.     {
  6625.         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);
  6626.     }
  6627.     /**
  6628.      * Gets the private 'secrets.vault' shared service.
  6629.      *
  6630.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6631.      */
  6632.     protected function getSecrets_VaultService()
  6633.     {
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6638.         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'));
  6639.     }
  6640.     /**
  6641.      * Gets the private 'security.access_listener' shared service.
  6642.      *
  6643.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6644.      */
  6645.     protected function getSecurity_AccessListenerService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6650.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6651.         if (isset($this->privates['security.access_listener'])) {
  6652.             return $this->privates['security.access_listener'];
  6653.         }
  6654.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6655.         if (isset($this->privates['security.access_listener'])) {
  6656.             return $this->privates['security.access_listener'];
  6657.         }
  6658.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  6659.     }
  6660.     /**
  6661.      * Gets the private 'security.access_map' shared service.
  6662.      *
  6663.      * @return \Symfony\Component\Security\Http\AccessMap
  6664.      */
  6665.     protected function getSecurity_AccessMapService()
  6666.     {
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6671.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6672.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  6673.         return $instance;
  6674.     }
  6675.     /**
  6676.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6677.      *
  6678.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6679.      *
  6680.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6681.      */
  6682.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6683.     {
  6684.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6685.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6686.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6687.             return $this->privates['security.authentication.listener.anonymous.main'];
  6688.         }
  6689.         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()), $a);
  6690.     }
  6691.     /**
  6692.      * Gets the private 'security.authentication.listener.form.main' shared service.
  6693.      *
  6694.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6695.      *
  6696.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  6697.      */
  6698.     protected function getSecurity_Authentication_Listener_Form_MainService()
  6699.     {
  6700.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6708.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6709.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6710.             return $this->privates['security.authentication.listener.form.main'];
  6711.         }
  6712.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6713.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6714.             return $this->privates['security.authentication.listener.form.main'];
  6715.         }
  6716.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6717.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6718.             return $this->privates['security.authentication.listener.form.main'];
  6719.         }
  6720.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6721.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6722.         $e->setOptions(['login_path' => 'connexion''default_target_path' => 'preIndex''always_use_default_target_path' => true'target_path_parameter' => '_target_path''use_referer' => false]);
  6723.         $e->setFirewallName('main');
  6724.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6725.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  6726.         $g->setOptions(['login_path' => 'connexion''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6727.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())), $d'main'$e$g, ['login_path' => 'connexion''check_path' => 'connexion''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$cNULL);
  6728.     }
  6729.     /**
  6730.      * Gets the private 'security.authentication.manager' shared service.
  6731.      *
  6732.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6733.      *
  6734.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6735.      */
  6736.     protected function getSecurity_Authentication_ManagerService()
  6737.     {
  6738.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6739.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6740.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  6741.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6742.         }, 2), true);
  6743.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6744.         return $instance;
  6745.     }
  6746.     /**
  6747.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6748.      *
  6749.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6750.      *
  6751.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6752.      */
  6753.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6754.     {
  6755.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6756.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6757.     }
  6758.     /**
  6759.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  6760.      *
  6761.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6762.      *
  6763.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  6764.      */
  6765.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  6766.     {
  6767.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6770.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.all_users_provider'] ?? $this->getSecurity_User_Provider_Concrete_AllUsersProviderService()), new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  6771.     }
  6772.     /**
  6773.      * Gets the private 'security.authentication_utils' shared service.
  6774.      *
  6775.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6776.      */
  6777.     protected function getSecurity_AuthenticationUtilsService()
  6778.     {
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6780.         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())));
  6781.     }
  6782.     /**
  6783.      * Gets the private 'security.channel_listener' shared service.
  6784.      *
  6785.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6786.      */
  6787.     protected function getSecurity_ChannelListenerService()
  6788.     {
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6792.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6793.         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());
  6794.     }
  6795.     /**
  6796.      * Gets the private 'security.command.debug_firewall' shared service.
  6797.      *
  6798.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6799.      */
  6800.     protected function getSecurity_Command_DebugFirewallService()
  6801.     {
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6804.         $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);
  6805.         $instance->setName('debug:firewall');
  6806.         $instance->setDescription('Display information about your security firewall(s)');
  6807.         return $instance;
  6808.     }
  6809.     /**
  6810.      * Gets the private 'security.command.user_password_encoder' shared service.
  6811.      *
  6812.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6813.      *
  6814.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6815.      */
  6816.     protected function getSecurity_Command_UserPasswordEncoderService()
  6817.     {
  6818.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6819.         $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\\Entraineur'=> 'App\\Entity\\President']);
  6820.         $instance->setName('security:encode-password');
  6821.         $instance->setDescription('Encode a password');
  6822.         return $instance;
  6823.     }
  6824.     /**
  6825.      * Gets the private 'security.command.user_password_hash' shared service.
  6826.      *
  6827.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6828.      */
  6829.     protected function getSecurity_Command_UserPasswordHashService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6833.         $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\\Entraineur'=> 'App\\Entity\\President']);
  6834.         $instance->setName('security:hash-password');
  6835.         $instance->setDescription('Hash a user password');
  6836.         return $instance;
  6837.     }
  6838.     /**
  6839.      * Gets the private 'security.context_listener.0' shared service.
  6840.      *
  6841.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6842.      */
  6843.     protected function getSecurity_ContextListener_0Service()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6848.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6849.         if (isset($this->privates['security.context_listener.0'])) {
  6850.             return $this->privates['security.context_listener.0'];
  6851.         }
  6852.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6853.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6854.             yield => ($this->privates['security.user.provider.concrete.app_user_provider_bis'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderBisService());
  6855.             yield => ($this->privates['security.user.provider.concrete.all_users_provider'] ?? $this->getSecurity_User_Provider_Concrete_AllUsersProviderService());
  6856.         }, 3), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  6857.     }
  6858.     /**
  6859.      * Gets the private 'security.csrf.token_storage' shared service.
  6860.      *
  6861.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6862.      */
  6863.     protected function getSecurity_Csrf_TokenStorageService()
  6864.     {
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6868.         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())));
  6869.     }
  6870.     /**
  6871.      * Gets the private 'security.encoder_factory.generic' shared service.
  6872.      *
  6873.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6874.      *
  6875.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6876.      */
  6877.     protected function getSecurity_EncoderFactory_GenericService()
  6878.     {
  6879.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6880.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Entraineur' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'App\\Entity\\President' => ['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]]);
  6881.     }
  6882.     /**
  6883.      * Gets the private 'security.event_dispatcher.main' shared service.
  6884.      *
  6885.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6886.      */
  6887.     protected function getSecurity_EventDispatcher_MainService()
  6888.     {
  6889.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6891.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6892.         }, => 'onLogout'], 64);
  6893.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6894.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6895.         }, => 'onLogout'], 0);
  6896.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6897.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6898.         }, => 'onLogout'], 0);
  6899.         return $instance;
  6900.     }
  6901.     /**
  6902.      * Gets the private 'security.firewall.map' shared service.
  6903.      *
  6904.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6905.      */
  6906.     protected function getSecurity_Firewall_MapService()
  6907.     {
  6908.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6909.         if (isset($this->privates['security.firewall.map'])) {
  6910.             return $this->privates['security.firewall.map'];
  6911.         }
  6912.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6913.             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)/')));
  6914.             yield 'security.firewall.map.context.main' => NULL;
  6915.         }, 2));
  6916.     }
  6917.     /**
  6918.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6919.      *
  6920.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6921.      */
  6922.     protected function getSecurity_Firewall_Map_Context_DevService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6926.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6927.             return new \EmptyIterator();
  6928.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6929.     }
  6930.     /**
  6931.      * Gets the private 'security.firewall.map.context.main' shared service.
  6932.      *
  6933.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6934.      */
  6935.     protected function getSecurity_Firewall_Map_Context_MainService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6947.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6948.         if (isset($this->privates['security.firewall.map.context.main'])) {
  6949.             return $this->privates['security.firewall.map.context.main'];
  6950.         }
  6951.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6952.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6953.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6954.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6955.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6956.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  6957.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6958.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6959.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'connexion'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'deconnexion']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.all_users_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6960.     }
  6961.     /**
  6962.      * Gets the private 'security.helper' shared service.
  6963.      *
  6964.      * @return \Symfony\Component\Security\Core\Security
  6965.      */
  6966.     protected function getSecurity_HelperService()
  6967.     {
  6968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  6969.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6970.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6971.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6972.         ], [
  6973.             'security.authorization_checker' => '?',
  6974.             'security.token_storage' => '?',
  6975.         ]));
  6976.     }
  6977.     /**
  6978.      * Gets the private 'security.http_utils' shared service.
  6979.      *
  6980.      * @return \Symfony\Component\Security\Http\HttpUtils
  6981.      */
  6982.     protected function getSecurity_HttpUtilsService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6985.         $a = ($this->services['router'] ?? $this->getRouterService());
  6986.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6987.     }
  6988.     /**
  6989.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6990.      *
  6991.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6992.      */
  6993.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6996.         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()));
  6997.     }
  6998.     /**
  6999.      * Gets the private 'security.logout.listener.default.main' shared service.
  7000.      *
  7001.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7002.      */
  7003.     protected function getSecurity_Logout_Listener_Default_MainService()
  7004.     {
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7006.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'connexion');
  7007.     }
  7008.     /**
  7009.      * Gets the private 'security.logout_url_generator' shared service.
  7010.      *
  7011.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7012.      */
  7013.     protected function getSecurity_LogoutUrlGeneratorService()
  7014.     {
  7015.         $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()));
  7016.         $instance->registerListener('main''deconnexion''logout''_csrf_token'NULLNULL);
  7017.         return $instance;
  7018.     }
  7019.     /**
  7020.      * Gets the private 'security.password_hasher_factory' shared service.
  7021.      *
  7022.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7023.      */
  7024.     protected function getSecurity_PasswordHasherFactoryService()
  7025.     {
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7028.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Entraineur' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'App\\Entity\\President' => ['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]]);
  7029.     }
  7030.     /**
  7031.      * Gets the private 'security.role_hierarchy' shared service.
  7032.      *
  7033.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7034.      */
  7035.     protected function getSecurity_RoleHierarchyService()
  7036.     {
  7037.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7038.     }
  7039.     /**
  7040.      * Gets the private 'security.user.provider.concrete.all_users_provider' shared service.
  7041.      *
  7042.      * @return \Symfony\Component\Security\Core\User\ChainUserProvider
  7043.      */
  7044.     protected function getSecurity_User_Provider_Concrete_AllUsersProviderService()
  7045.     {
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  7049.         return $this->privates['security.user.provider.concrete.all_users_provider'] = new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  7050.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7051.             yield => ($this->privates['security.user.provider.concrete.app_user_provider_bis'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderBisService());
  7052.         }, 2));
  7053.     }
  7054.     /**
  7055.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7056.      *
  7057.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7058.      */
  7059.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7060.     {
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7064.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Entraineur''username'NULL);
  7065.     }
  7066.     /**
  7067.      * Gets the private 'security.user.provider.concrete.app_user_provider_bis' shared service.
  7068.      *
  7069.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7070.      */
  7071.     protected function getSecurity_User_Provider_Concrete_AppUserProviderBisService()
  7072.     {
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7076.         return $this->privates['security.user.provider.concrete.app_user_provider_bis'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\President''username'NULL);
  7077.     }
  7078.     /**
  7079.      * Gets the private 'security.validator.user_password' shared service.
  7080.      *
  7081.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7082.      */
  7083.     protected function getSecurity_Validator_UserPasswordService()
  7084.     {
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7088.         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()));
  7089.     }
  7090.     /**
  7091.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7092.      *
  7093.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7094.      */
  7095.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7096.     {
  7097.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7098.     }
  7099.     /**
  7100.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7101.      *
  7102.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7103.      */
  7104.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7105.     {
  7106.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7107.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7108.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7109.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7110.     }
  7111.     /**
  7112.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7113.      *
  7114.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7115.      */
  7116.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7117.     {
  7118.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7119.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7120.             return $this->privates['sensio_framework_extra.security.listener'];
  7121.         }
  7122.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7123.     }
  7124.     /**
  7125.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7126.      *
  7127.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7128.      */
  7129.     protected function getSensioFrameworkExtra_View_ListenerService()
  7130.     {
  7131.         $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))));
  7132.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7133.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7134.         ], [
  7135.             'twig' => '?',
  7136.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7137.         return $instance;
  7138.     }
  7139.     /**
  7140.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7141.      *
  7142.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7143.      */
  7144.     protected function getSerializer_Mapping_CacheWarmerService()
  7145.     {
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7151.         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'));
  7152.     }
  7153.     /**
  7154.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7155.      *
  7156.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7157.      */
  7158.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7159.     {
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7166.         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()))]));
  7167.     }
  7168.     /**
  7169.      * Gets the private 'session.factory' shared service.
  7170.      *
  7171.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7172.      */
  7173.     protected function getSession_FactoryService()
  7174.     {
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7177.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7178.         if (isset($this->privates['session.factory'])) {
  7179.             return $this->privates['session.factory'];
  7180.         }
  7181.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  7182.     }
  7183.     /**
  7184.      * Gets the private 'session.storage.factory.service' shared service.
  7185.      *
  7186.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7187.      *
  7188.      * @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.
  7189.      */
  7190.     protected function getSession_Storage_Factory_ServiceService()
  7191.     {
  7192.         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.');
  7193.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7194.     }
  7195.     /**
  7196.      * Gets the private 'session.storage.metadata_bag' shared service.
  7197.      *
  7198.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7199.      *
  7200.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7201.      */
  7202.     protected function getSession_Storage_MetadataBagService()
  7203.     {
  7204.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7205.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  7206.     }
  7207.     /**
  7208.      * Gets the private 'session.storage.native' shared service.
  7209.      *
  7210.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7211.      *
  7212.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  7213.      */
  7214.     protected function getSession_Storage_NativeService()
  7215.     {
  7216.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  7217.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  7218.     }
  7219.     /**
  7220.      * Gets the private 'session_listener' shared service.
  7221.      *
  7222.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7223.      */
  7224.     protected function getSessionListenerService()
  7225.     {
  7226.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7227.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7228.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7229.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7230.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7231.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  7232.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7233.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  7234.         ], [
  7235.             'initialized_session' => '?',
  7236.             'logger' => '?',
  7237.             'request_stack' => '?',
  7238.             'session' => '?',
  7239.             'session_collector' => '?',
  7240.             'session_factory' => '?',
  7241.             'session_storage' => '?',
  7242.         ]), true$this->parameters['session.storage.options']);
  7243.     }
  7244.     /**
  7245.      * Gets the private 'translation.extractor' shared service.
  7246.      *
  7247.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7248.      */
  7249.     protected function getTranslation_ExtractorService()
  7250.     {
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7256.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7257.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7258.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7259.         return $instance;
  7260.     }
  7261.     /**
  7262.      * Gets the private 'translation.loader.csv' shared service.
  7263.      *
  7264.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7265.      */
  7266.     protected function getTranslation_Loader_CsvService()
  7267.     {
  7268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7272.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7273.     }
  7274.     /**
  7275.      * Gets the private 'translation.loader.dat' shared service.
  7276.      *
  7277.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7278.      */
  7279.     protected function getTranslation_Loader_DatService()
  7280.     {
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7284.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7285.     }
  7286.     /**
  7287.      * Gets the private 'translation.loader.ini' shared service.
  7288.      *
  7289.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7290.      */
  7291.     protected function getTranslation_Loader_IniService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7297.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7298.     }
  7299.     /**
  7300.      * Gets the private 'translation.loader.json' shared service.
  7301.      *
  7302.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7303.      */
  7304.     protected function getTranslation_Loader_JsonService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7310.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7311.     }
  7312.     /**
  7313.      * Gets the private 'translation.loader.mo' shared service.
  7314.      *
  7315.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7316.      */
  7317.     protected function getTranslation_Loader_MoService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7323.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7324.     }
  7325.     /**
  7326.      * Gets the private 'translation.loader.php' shared service.
  7327.      *
  7328.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7329.      */
  7330.     protected function getTranslation_Loader_PhpService()
  7331.     {
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7336.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7337.     }
  7338.     /**
  7339.      * Gets the private 'translation.loader.po' shared service.
  7340.      *
  7341.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7342.      */
  7343.     protected function getTranslation_Loader_PoService()
  7344.     {
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7349.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7350.     }
  7351.     /**
  7352.      * Gets the private 'translation.loader.qt' shared service.
  7353.      *
  7354.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7355.      */
  7356.     protected function getTranslation_Loader_QtService()
  7357.     {
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7360.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7361.     }
  7362.     /**
  7363.      * Gets the private 'translation.loader.res' shared service.
  7364.      *
  7365.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7366.      */
  7367.     protected function getTranslation_Loader_ResService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7371.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7372.     }
  7373.     /**
  7374.      * Gets the private 'translation.loader.xliff' shared service.
  7375.      *
  7376.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7377.      */
  7378.     protected function getTranslation_Loader_XliffService()
  7379.     {
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7382.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7383.     }
  7384.     /**
  7385.      * Gets the private 'translation.loader.yml' shared service.
  7386.      *
  7387.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7388.      */
  7389.     protected function getTranslation_Loader_YmlService()
  7390.     {
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7395.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7396.     }
  7397.     /**
  7398.      * Gets the private 'translation.provider_collection' shared service.
  7399.      *
  7400.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7401.      */
  7402.     protected function getTranslation_ProviderCollectionService()
  7403.     {
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7406.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7407.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7408.         }, 1), []))->fromConfig([]);
  7409.     }
  7410.     /**
  7411.      * Gets the private 'translation.reader' shared service.
  7412.      *
  7413.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7414.      */
  7415.     protected function getTranslation_ReaderService()
  7416.     {
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7433.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7434.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7435.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7436.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7437.         $instance->addLoader('yaml'$a);
  7438.         $instance->addLoader('yml'$a);
  7439.         $instance->addLoader('xlf'$b);
  7440.         $instance->addLoader('xliff'$b);
  7441.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7442.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7443.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7444.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7445.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7446.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7447.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7448.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7449.         return $instance;
  7450.     }
  7451.     /**
  7452.      * Gets the private 'translation.warmer' shared service.
  7453.      *
  7454.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7455.      */
  7456.     protected function getTranslation_WarmerService()
  7457.     {
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7460.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7461.             'translator' => ['services''translator''getTranslatorService'false],
  7462.         ], [
  7463.             'translator' => '?',
  7464.         ]))->withContext('translation.warmer'$this));
  7465.     }
  7466.     /**
  7467.      * Gets the private 'translation.writer' shared service.
  7468.      *
  7469.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7470.      */
  7471.     protected function getTranslation_WriterService()
  7472.     {
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7487.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7488.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7489.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7490.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7491.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7492.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7493.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7494.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7495.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7496.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7497.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7498.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7499.         return $instance;
  7500.     }
  7501.     /**
  7502.      * Gets the private 'translator.default' shared service.
  7503.      *
  7504.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7505.      */
  7506.     protected function getTranslator_DefaultService()
  7507.     {
  7508.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7509.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7510.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7511.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7512.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7513.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7514.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7515.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7516.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7517.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7518.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7519.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7520.         ], [
  7521.             'translation.loader.csv' => '?',
  7522.             'translation.loader.dat' => '?',
  7523.             'translation.loader.ini' => '?',
  7524.             'translation.loader.json' => '?',
  7525.             'translation.loader.mo' => '?',
  7526.             'translation.loader.php' => '?',
  7527.             'translation.loader.po' => '?',
  7528.             'translation.loader.qt' => '?',
  7529.             'translation.loader.res' => '?',
  7530.             'translation.loader.xliff' => '?',
  7531.             'translation.loader.yml' => '?',
  7532.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/twig/extra-bundle/translations']]], []);
  7533.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7534.         $instance->setFallbackLocales([=> 'en']);
  7535.         return $instance;
  7536.     }
  7537.     /**
  7538.      * Gets the private 'twig.command.debug' shared service.
  7539.      *
  7540.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7541.      */
  7542.     protected function getTwig_Command_DebugService()
  7543.     {
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7546.         $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()));
  7547.         $instance->setName('debug:twig');
  7548.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7549.         return $instance;
  7550.     }
  7551.     /**
  7552.      * Gets the private 'twig.command.lint' shared service.
  7553.      *
  7554.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7555.      */
  7556.     protected function getTwig_Command_LintService()
  7557.     {
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7561.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7562.         $instance->setName('lint:twig');
  7563.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7564.         return $instance;
  7565.     }
  7566.     /**
  7567.      * Gets the private 'twig.form.engine' shared service.
  7568.      *
  7569.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7570.      */
  7571.     protected function getTwig_Form_EngineService()
  7572.     {
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7576.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7577.         if (isset($this->privates['twig.form.engine'])) {
  7578.             return $this->privates['twig.form.engine'];
  7579.         }
  7580.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7581.     }
  7582.     /**
  7583.      * Gets the private 'twig.form.renderer' shared service.
  7584.      *
  7585.      * @return \Symfony\Component\Form\FormRenderer
  7586.      */
  7587.     protected function getTwig_Form_RendererService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7591.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7592.         if (isset($this->privates['twig.form.renderer'])) {
  7593.             return $this->privates['twig.form.renderer'];
  7594.         }
  7595.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7596.     }
  7597.     /**
  7598.      * Gets the private 'twig.mailer.message_listener' shared service.
  7599.      *
  7600.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7601.      */
  7602.     protected function getTwig_Mailer_MessageListenerService()
  7603.     {
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7605.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7607.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7608.         if (isset($this->privates['twig.mailer.message_listener'])) {
  7609.             return $this->privates['twig.mailer.message_listener'];
  7610.         }
  7611.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7612.     }
  7613.     /**
  7614.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7615.      *
  7616.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7617.      */
  7618.     protected function getTwig_Runtime_HttpkernelService()
  7619.     {
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7626.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7627.         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, [
  7628.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7629.         ], [
  7630.             'inline' => '?',
  7631.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7632.     }
  7633.     /**
  7634.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7635.      *
  7636.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7637.      */
  7638.     protected function getTwig_Runtime_SecurityCsrfService()
  7639.     {
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7641.         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()));
  7642.     }
  7643.     /**
  7644.      * Gets the private 'twig.runtime.serializer' shared service.
  7645.      *
  7646.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7647.      */
  7648.     protected function getTwig_Runtime_SerializerService()
  7649.     {
  7650.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7652.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7653.     }
  7654.     /**
  7655.      * Gets the private 'twig.template_cache_warmer' shared service.
  7656.      *
  7657.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7658.      */
  7659.     protected function getTwig_TemplateCacheWarmerService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7664.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7665.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7666.         ], [
  7667.             'twig' => '?',
  7668.         ]))->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')));
  7669.     }
  7670.     /**
  7671.      * Gets the private 'validator.builder' shared service.
  7672.      *
  7673.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7674.      */
  7675.     protected function getValidator_BuilderService()
  7676.     {
  7677.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7678.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7679.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7680.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7681.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7682.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7683.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7684.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7685.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7686.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7687.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7688.         ], [
  7689.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7690.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7691.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7692.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7693.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7694.             'doctrine.orm.validator.unique' => '?',
  7695.             'security.validator.user_password' => '?',
  7696.             'validator.expression' => '?',
  7697.         ])));
  7698.         if ($this->has('translator')) {
  7699.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7700.         }
  7701.         $instance->setTranslationDomain('validators');
  7702.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7703.         $instance->enableAnnotationMapping(true);
  7704.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7705.         $instance->addMethodMapping('loadValidatorMetadata');
  7706.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7707.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7708.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7709.         return $instance;
  7710.     }
  7711.     /**
  7712.      * Gets the private 'validator.email' shared service.
  7713.      *
  7714.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7715.      */
  7716.     protected function getValidator_EmailService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7721.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7722.     }
  7723.     /**
  7724.      * Gets the private 'validator.expression' shared service.
  7725.      *
  7726.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7727.      */
  7728.     protected function getValidator_ExpressionService()
  7729.     {
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7733.         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())));
  7734.     }
  7735.     /**
  7736.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7737.      *
  7738.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7739.      */
  7740.     protected function getValidator_Mapping_CacheWarmerService()
  7741.     {
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7745.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7746.     }
  7747.     /**
  7748.      * Gets the private 'validator.not_compromised_password' shared service.
  7749.      *
  7750.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7751.      */
  7752.     protected function getValidator_NotCompromisedPasswordService()
  7753.     {
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7757.         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);
  7758.     }
  7759.     /**
  7760.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7761.      *
  7762.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7763.      */
  7764.     protected function getVarDumper_Command_ServerDumpService()
  7765.     {
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7772.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7773.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7774.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7775.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7776.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7777.         $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()))]);
  7778.         $instance->setName('server:dump');
  7779.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7780.         return $instance;
  7781.     }
  7782.     /**
  7783.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7784.      *
  7785.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7786.      */
  7787.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7788.     {
  7789.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7790.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7791.         return $instance;
  7792.     }
  7793.     /**
  7794.      * Gets the private 'var_dumper.html_dumper' shared service.
  7795.      *
  7796.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7797.      */
  7798.     protected function getVarDumper_HtmlDumperService()
  7799.     {
  7800.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7801.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7802.         return $instance;
  7803.     }
  7804.     /**
  7805.      * Gets the private 'var_dumper.server_connection' shared service.
  7806.      *
  7807.      * @return \Symfony\Component\VarDumper\Server\Connection
  7808.      */
  7809.     protected function getVarDumper_ServerConnectionService()
  7810.     {
  7811.         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()]);
  7812.     }
  7813.     /**
  7814.      * Gets the private 'web_profiler.csp.handler' shared service.
  7815.      *
  7816.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7817.      */
  7818.     protected function getWebProfiler_Csp_HandlerService()
  7819.     {
  7820.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7821.     }
  7822.     /**
  7823.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7824.      *
  7825.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7826.      */
  7827.     protected function getWebProfiler_DebugToolbarService()
  7828.     {
  7829.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7830.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7831.             return $this->privates['web_profiler.debug_toolbar'];
  7832.         }
  7833.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  7834.     }
  7835.     /**
  7836.      * Gets the public 'cache_clearer' alias.
  7837.      *
  7838.      * @return object The ".container.private.cache_clearer" service.
  7839.      */
  7840.     protected function getCacheClearerService()
  7841.     {
  7842.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7843.         return $this->get('.container.private.cache_clearer');
  7844.     }
  7845.     /**
  7846.      * Gets the public 'filesystem' alias.
  7847.      *
  7848.      * @return object The ".container.private.filesystem" service.
  7849.      */
  7850.     protected function getFilesystemService()
  7851.     {
  7852.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7853.         return $this->get('.container.private.filesystem');
  7854.     }
  7855.     /**
  7856.      * Gets the public 'serializer' alias.
  7857.      *
  7858.      * @return object The ".container.private.serializer" service.
  7859.      */
  7860.     protected function getSerializerService()
  7861.     {
  7862.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7863.         return $this->get('.container.private.serializer');
  7864.     }
  7865.     /**
  7866.      * Gets the public 'security.csrf.token_manager' alias.
  7867.      *
  7868.      * @return object The ".container.private.security.csrf.token_manager" service.
  7869.      */
  7870.     protected function getSecurity_Csrf_TokenManagerService()
  7871.     {
  7872.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7873.         return $this->get('.container.private.security.csrf.token_manager');
  7874.     }
  7875.     /**
  7876.      * Gets the public 'form.factory' alias.
  7877.      *
  7878.      * @return object The ".container.private.form.factory" service.
  7879.      */
  7880.     protected function getForm_FactoryService()
  7881.     {
  7882.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7883.         return $this->get('.container.private.form.factory');
  7884.     }
  7885.     /**
  7886.      * Gets the public 'form.type.file' alias.
  7887.      *
  7888.      * @return object The ".container.private.form.type.file" service.
  7889.      */
  7890.     protected function getForm_Type_FileService()
  7891.     {
  7892.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7893.         return $this->get('.container.private.form.type.file');
  7894.     }
  7895.     /**
  7896.      * Gets the public 'profiler' alias.
  7897.      *
  7898.      * @return object The ".container.private.profiler" service.
  7899.      */
  7900.     protected function getProfilerService()
  7901.     {
  7902.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7903.         return $this->get('.container.private.profiler');
  7904.     }
  7905.     /**
  7906.      * Gets the public 'twig' alias.
  7907.      *
  7908.      * @return object The ".container.private.twig" service.
  7909.      */
  7910.     protected function getTwigService()
  7911.     {
  7912.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7913.         return $this->get('.container.private.twig');
  7914.     }
  7915.     /**
  7916.      * Gets the public 'security.authorization_checker' alias.
  7917.      *
  7918.      * @return object The ".container.private.security.authorization_checker" service.
  7919.      */
  7920.     protected function getSecurity_AuthorizationCheckerService()
  7921.     {
  7922.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7923.         return $this->get('.container.private.security.authorization_checker');
  7924.     }
  7925.     /**
  7926.      * Gets the public 'security.token_storage' alias.
  7927.      *
  7928.      * @return object The ".container.private.security.token_storage" service.
  7929.      */
  7930.     protected function getSecurity_TokenStorageService()
  7931.     {
  7932.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7933.         return $this->get('.container.private.security.token_storage');
  7934.     }
  7935.     /**
  7936.      * Gets the public 'security.password_encoder' alias.
  7937.      *
  7938.      * @return object The ".container.private.security.password_encoder" service.
  7939.      */
  7940.     protected function getSecurity_PasswordEncoderService()
  7941.     {
  7942.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7943.         return $this->get('.container.private.security.password_encoder');
  7944.     }
  7945.     /**
  7946.      * Gets the public 'session' alias.
  7947.      *
  7948.      * @return object The ".container.private.session" service.
  7949.      */
  7950.     protected function getSessionService()
  7951.     {
  7952.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7953.         return $this->get('.container.private.session');
  7954.     }
  7955.     /**
  7956.      * Gets the public 'validator' alias.
  7957.      *
  7958.      * @return object The ".container.private.validator" service.
  7959.      */
  7960.     protected function getValidatorService()
  7961.     {
  7962.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7963.         return $this->get('.container.private.validator');
  7964.     }
  7965.     /**
  7966.      * @return array|bool|float|int|string|\UnitEnum|null
  7967.      */
  7968.     public function getParameter(string $name)
  7969.     {
  7970.         if (isset($this->buildParameters[$name])) {
  7971.             return $this->buildParameters[$name];
  7972.         }
  7973.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7974.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7975.         }
  7976.         if (isset($this->loadedDynamicParameters[$name])) {
  7977.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7978.         }
  7979.         return $this->parameters[$name];
  7980.     }
  7981.     public function hasParameter(string $name): bool
  7982.     {
  7983.         if (isset($this->buildParameters[$name])) {
  7984.             return true;
  7985.         }
  7986.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7987.     }
  7988.     public function setParameter(string $name$value): void
  7989.     {
  7990.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7991.     }
  7992.     public function getParameterBag(): ParameterBagInterface
  7993.     {
  7994.         if (null === $this->parameterBag) {
  7995.             $parameters $this->parameters;
  7996.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7997.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7998.             }
  7999.             foreach ($this->buildParameters as $name => $value) {
  8000.                 $parameters[$name] = $value;
  8001.             }
  8002.             $this->parameterBag = new FrozenParameterBag($parameters);
  8003.         }
  8004.         return $this->parameterBag;
  8005.     }
  8006.     private $loadedDynamicParameters = [
  8007.         'kernel.runtime_environment' => false,
  8008.         'kernel.build_dir' => false,
  8009.         'kernel.cache_dir' => false,
  8010.         'kernel.secret' => false,
  8011.         'debug.container.dump' => false,
  8012.         'serializer.mapping.cache.file' => false,
  8013.         'session.save_path' => false,
  8014.         'validator.mapping.cache.file' => false,
  8015.         'profiler.storage.dsn' => false,
  8016.         'doctrine.orm.proxy_dir' => false,
  8017.     ];
  8018.     private $dynamicParameters = [];
  8019.     private function getDynamicParameter(string $name)
  8020.     {
  8021.         switch ($name) {
  8022.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8023.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8024.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8025.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8026.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8027.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8028.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8029.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8030.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8031.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8032.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8033.         }
  8034.         $this->loadedDynamicParameters[$name] = true;
  8035.         return $this->dynamicParameters[$name] = $value;
  8036.     }
  8037.     protected function getDefaultParameters(): array
  8038.     {
  8039.         return [
  8040.             'kernel.project_dir' => \dirname(__DIR__4),
  8041.             'kernel.environment' => 'dev',
  8042.             'kernel.debug' => true,
  8043.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8044.             'kernel.bundles' => [
  8045.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8046.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8047.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8048.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8049.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8050.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8051.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8052.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8053.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8054.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8055.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8056.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8057.             ],
  8058.             'kernel.bundles_metadata' => [
  8059.                 'FrameworkBundle' => [
  8060.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8061.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8062.                 ],
  8063.                 'SensioFrameworkExtraBundle' => [
  8064.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8065.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8066.                 ],
  8067.                 'TwigBundle' => [
  8068.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8069.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8070.                 ],
  8071.                 'WebProfilerBundle' => [
  8072.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8073.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8074.                 ],
  8075.                 'MonologBundle' => [
  8076.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8077.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8078.                 ],
  8079.                 'DebugBundle' => [
  8080.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8081.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8082.                 ],
  8083.                 'MakerBundle' => [
  8084.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8085.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8086.                 ],
  8087.                 'DoctrineBundle' => [
  8088.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8089.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8090.                 ],
  8091.                 'DoctrineMigrationsBundle' => [
  8092.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8093.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8094.                 ],
  8095.                 'SecurityBundle' => [
  8096.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8097.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8098.                 ],
  8099.                 'TwigExtraBundle' => [
  8100.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8101.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8102.                 ],
  8103.                 'KnpPaginatorBundle' => [
  8104.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8105.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8106.                 ],
  8107.             ],
  8108.             'kernel.charset' => 'UTF-8',
  8109.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8110.             'container.dumper.inline_class_loader' => true,
  8111.             'container.dumper.inline_factories' => true,
  8112.             'coaches_directory' => (\dirname(__DIR__4).'/public/images/coaches'),
  8113.             'joueurs_directory' => (\dirname(__DIR__4).'/public/images/joueurs'),
  8114.             'equipes_directory' => (\dirname(__DIR__4).'/public/images/equipes'),
  8115.             'clubs_directory' => (\dirname(__DIR__4).'/public/images/clubs'),
  8116.             'stats_directory' => (\dirname(__DIR__4).'/public/stats'),
  8117.             'spreadsheet_directory' => (\dirname(__DIR__4).'/public/spreadsheet'),
  8118.             'event_dispatcher.event_aliases' => [
  8119.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8120.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8121.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8122.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8123.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8124.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8125.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8126.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8127.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8128.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8129.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8130.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8131.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8132.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8133.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8134.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8135.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8136.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8137.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8138.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8139.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8140.             ],
  8141.             'fragment.renderer.hinclude.global_template' => NULL,
  8142.             'fragment.path' => '/_fragment',
  8143.             'kernel.http_method_override' => true,
  8144.             'kernel.trusted_hosts' => [
  8145.             ],
  8146.             'kernel.default_locale' => 'en',
  8147.             'kernel.enabled_locales' => [
  8148.             ],
  8149.             'kernel.error_controller' => 'error_controller',
  8150.             'debug.file_link_format' => NULL,
  8151.             'asset.request_context.base_path' => NULL,
  8152.             'asset.request_context.secure' => NULL,
  8153.             'translator.logging' => false,
  8154.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8155.             'debug.error_handler.throw_at' => -1,
  8156.             'router.request_context.host' => 'localhost',
  8157.             'router.request_context.scheme' => 'http',
  8158.             'router.request_context.base_url' => '',
  8159.             'router.resource' => 'kernel::loadRoutes',
  8160.             'request_listener.http_port' => 80,
  8161.             'request_listener.https_port' => 443,
  8162.             'session.metadata.storage_key' => '_sf2_meta',
  8163.             'session.storage.options' => [
  8164.                 'cache_limiter' => '0',
  8165.                 'cookie_secure' => 'auto',
  8166.                 'cookie_httponly' => true,
  8167.                 'cookie_samesite' => 'lax',
  8168.                 'gc_probability' => 1,
  8169.             ],
  8170.             'session.metadata.update_threshold' => 0,
  8171.             'form.type_extension.csrf.enabled' => true,
  8172.             'form.type_extension.csrf.field_name' => '_token',
  8173.             'validator.translation_domain' => 'validators',
  8174.             'profiler_listener.only_exceptions' => false,
  8175.             'profiler_listener.only_main_requests' => false,
  8176.             'twig.form.resources' => [
  8177.                 => 'form_div_layout.html.twig',
  8178.                 => 'bootstrap_4_layout.html.twig',
  8179.             ],
  8180.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8181.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8182.             'web_profiler.debug_toolbar.mode' => 2,
  8183.             'monolog.use_microseconds' => true,
  8184.             'monolog.swift_mailer.handlers' => [
  8185.             ],
  8186.             'monolog.handlers_to_channels' => [
  8187.                 'monolog.handler.console' => [
  8188.                     'type' => 'exclusive',
  8189.                     'elements' => [
  8190.                         => 'event',
  8191.                         => 'doctrine',
  8192.                         => 'console',
  8193.                     ],
  8194.                 ],
  8195.                 'monolog.handler.main' => [
  8196.                     'type' => 'exclusive',
  8197.                     'elements' => [
  8198.                         => 'event',
  8199.                     ],
  8200.                 ],
  8201.             ],
  8202.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8203.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8204.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8205.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8206.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8207.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8208.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8209.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8210.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8211.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8212.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8213.             'doctrine.entity_managers' => [
  8214.                 'default' => 'doctrine.orm.default_entity_manager',
  8215.             ],
  8216.             'doctrine.default_entity_manager' => 'default',
  8217.             'doctrine.dbal.connection_factory.types' => [
  8218.             ],
  8219.             'doctrine.connections' => [
  8220.                 'default' => 'doctrine.dbal.default_connection',
  8221.             ],
  8222.             'doctrine.default_connection' => 'default',
  8223.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8224.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8225.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8226.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8227.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8228.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8229.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8230.             'doctrine.orm.cache.memcache_port' => 11211,
  8231.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8232.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8233.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8234.             'doctrine.orm.cache.memcached_port' => 11211,
  8235.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8236.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8237.             'doctrine.orm.cache.redis_host' => 'localhost',
  8238.             'doctrine.orm.cache.redis_port' => 6379,
  8239.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8240.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8241.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8242.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8243.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8244.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8245.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8246.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8247.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8248.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8249.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8250.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8251.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8252.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8253.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8254.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8255.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8256.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8257.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8258.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8259.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8260.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8261.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8262.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8263.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8264.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8265.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8266.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8267.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8268.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8269.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8270.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8271.             'doctrine.migrations.preferred_em' => NULL,
  8272.             'doctrine.migrations.preferred_connection' => NULL,
  8273.             'security.role_hierarchy.roles' => [
  8274.                 'ROLE_USER' => [
  8275.                 ],
  8276.                 'ROLE_ADMIN' => [
  8277.                     => 'ROLE_USER',
  8278.                 ],
  8279.                 'ROLE_SUPER_ADMIN' => [
  8280.                     => 'ROLE_ADMIN',
  8281.                 ],
  8282.             ],
  8283.             'security.access.denied_url' => NULL,
  8284.             'security.authentication.manager.erase_credentials' => true,
  8285.             'security.authentication.session_strategy.strategy' => 'migrate',
  8286.             'security.access.always_authenticate_before_granting' => false,
  8287.             'security.authentication.hide_user_not_found' => true,
  8288.             'security.firewalls' => [
  8289.                 => 'dev',
  8290.                 => 'main',
  8291.             ],
  8292.             'security.main._indexed_authenticators' => [
  8293.             ],
  8294.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  8295.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  8296.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  8297.             'knp_paginator.page_range' => 5,
  8298.             'knp_paginator.page_limit' => NULL,
  8299.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8300.             'data_collector.templates' => [
  8301.                 'data_collector.request' => [
  8302.                     => 'request',
  8303.                     => '@WebProfiler/Collector/request.html.twig',
  8304.                 ],
  8305.                 'data_collector.time' => [
  8306.                     => 'time',
  8307.                     => '@WebProfiler/Collector/time.html.twig',
  8308.                 ],
  8309.                 'data_collector.memory' => [
  8310.                     => 'memory',
  8311.                     => '@WebProfiler/Collector/memory.html.twig',
  8312.                 ],
  8313.                 'data_collector.validator' => [
  8314.                     => 'validator',
  8315.                     => '@WebProfiler/Collector/validator.html.twig',
  8316.                 ],
  8317.                 'data_collector.ajax' => [
  8318.                     => 'ajax',
  8319.                     => '@WebProfiler/Collector/ajax.html.twig',
  8320.                 ],
  8321.                 'data_collector.form' => [
  8322.                     => 'form',
  8323.                     => '@WebProfiler/Collector/form.html.twig',
  8324.                 ],
  8325.                 'data_collector.exception' => [
  8326.                     => 'exception',
  8327.                     => '@WebProfiler/Collector/exception.html.twig',
  8328.                 ],
  8329.                 'data_collector.logger' => [
  8330.                     => 'logger',
  8331.                     => '@WebProfiler/Collector/logger.html.twig',
  8332.                 ],
  8333.                 'data_collector.events' => [
  8334.                     => 'events',
  8335.                     => '@WebProfiler/Collector/events.html.twig',
  8336.                 ],
  8337.                 'data_collector.router' => [
  8338.                     => 'router',
  8339.                     => '@WebProfiler/Collector/router.html.twig',
  8340.                 ],
  8341.                 'data_collector.cache' => [
  8342.                     => 'cache',
  8343.                     => '@WebProfiler/Collector/cache.html.twig',
  8344.                 ],
  8345.                 'data_collector.translation' => [
  8346.                     => 'translation',
  8347.                     => '@WebProfiler/Collector/translation.html.twig',
  8348.                 ],
  8349.                 'data_collector.security' => [
  8350.                     => 'security',
  8351.                     => '@Security/Collector/security.html.twig',
  8352.                 ],
  8353.                 'data_collector.twig' => [
  8354.                     => 'twig',
  8355.                     => '@WebProfiler/Collector/twig.html.twig',
  8356.                 ],
  8357.                 'data_collector.http_client' => [
  8358.                     => 'http_client',
  8359.                     => '@WebProfiler/Collector/http_client.html.twig',
  8360.                 ],
  8361.                 'data_collector.doctrine' => [
  8362.                     => 'db',
  8363.                     => '@Doctrine/Collector/db.html.twig',
  8364.                 ],
  8365.                 'doctrine_migrations.migrations_collector' => [
  8366.                     => 'doctrine_migrations',
  8367.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  8368.                 ],
  8369.                 'data_collector.dump' => [
  8370.                     => 'dump',
  8371.                     => '@Debug/Profiler/dump.html.twig',
  8372.                 ],
  8373.                 'mailer.data_collector' => [
  8374.                     => 'mailer',
  8375.                     => '@WebProfiler/Collector/mailer.html.twig',
  8376.                 ],
  8377.                 'data_collector.config' => [
  8378.                     => 'config',
  8379.                     => '@WebProfiler/Collector/config.html.twig',
  8380.                 ],
  8381.             ],
  8382.             'console.command.ids' => [
  8383.             ],
  8384.         ];
  8385.     }
  8386.     protected function throw($message)
  8387.     {
  8388.         throw new RuntimeException($message);
  8389.     }
  8390. }