var/cache/dev/ContainerYjIIjPL/App_KernelDevDebugContainer.php line 9627

Open in your IDE?
  1. <?php
  2. namespace ContainerYjIIjPL;
  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\\CaniculeController' => 'getCaniculeControllerService',
  47.             'App\\Controller\\CaniculeMeteonormController' => 'getCaniculeMeteonormControllerService',
  48.             'App\\Controller\\CityController' => 'getCityControllerService',
  49.             'App\\Controller\\Fiche\\FicheBatimentController' => 'getFicheBatimentControllerService',
  50.             'App\\Controller\\Fiche\\FicheBatimentExempleController' => 'getFicheBatimentExempleControllerService',
  51.             'App\\Controller\\Fiche\\FicheExportController' => 'getFicheExportControllerService',
  52.             'App\\Controller\\FichierMeteoController' => 'getFichierMeteoControllerService',
  53.             'App\\Controller\\MeteoController' => 'getMeteoControllerService',
  54.             'App\\Controller\\MeteonormController' => 'getMeteonormControllerService',
  55.             'App\\Controller\\User\\ManageController' => 'getManageControllerService',
  56.             'App\\Controller\\User\\ProfileController' => 'getProfileControllerService',
  57.             'App\\Controller\\User\\SecurityController' => 'getSecurityControllerService',
  58.             'App\\Controller\\User\\UtilController' => 'getUtilControllerService',
  59.             'App\\Controller\\Visa\\VisaController' => 'getVisaControllerService',
  60.             'App\\Controller\\Visiteur\\Archive' => 'getArchiveService',
  61.             'App\\Controller\\Visiteur\\SiteclientController' => 'getSiteclientControllerService',
  62.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  64.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  65.             'cache.app' => 'getCache_AppService',
  66.             'cache.app_clearer' => 'getCache_AppClearerService',
  67.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  68.             'cache.system' => 'getCache_SystemService',
  69.             'cache.system_clearer' => 'getCache_SystemClearerService',
  70.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  71.             'cache_warmer' => 'getCacheWarmerService',
  72.             'console.command_loader' => 'getConsole_CommandLoaderService',
  73.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  74.             'data_collector.dump' => 'getDataCollector_DumpService',
  75.             'doctrine' => 'getDoctrineService',
  76.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  77.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  78.             'error_controller' => 'getErrorControllerService',
  79.             'event_dispatcher' => 'getEventDispatcherService',
  80.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  81.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  82.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  83.             'http_kernel' => 'getHttpKernelService',
  84.             'knp_paginator' => 'getKnpPaginatorService',
  85.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  86.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  87.             'request_stack' => 'getRequestStackService',
  88.             'router' => 'getRouterService',
  89.             'routing.loader' => 'getRouting_LoaderService',
  90.             'services_resetter' => 'getServicesResetterService',
  91.             'translator' => 'getTranslatorService',
  92.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  93.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  94.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  95.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  96.             'cache_clearer' => 'getCacheClearerService',
  97.             'filesystem' => 'getFilesystemService',
  98.             'serializer' => 'getSerializerService',
  99.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  100.             'form.factory' => 'getForm_FactoryService',
  101.             'form.type.file' => 'getForm_Type_FileService',
  102.             'profiler' => 'getProfilerService',
  103.             'twig' => 'getTwigService',
  104.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  105.             'security.token_storage' => 'getSecurity_TokenStorageService',
  106.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  107.             'session' => 'getSessionService',
  108.             'validator' => 'getValidatorService',
  109.         ];
  110.         $this->aliases = [
  111.             'database_connection' => 'doctrine.dbal.default_connection',
  112.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  113.         ];
  114.         $this->privates['service_container'] = function () {
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  121.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  134.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  150.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  157.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  234.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  245.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  249.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  323.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  335.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  341.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  410.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  420.             include_once __DIR__.'/proxy-classes.php';
  421.         };
  422.     }
  423.     public function compile(): void
  424.     {
  425.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  426.     }
  427.     public function isCompiled(): bool
  428.     {
  429.         return true;
  430.     }
  431.     public function getRemovedIds(): array
  432.     {
  433.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  434.     }
  435.     protected function createProxy($class\Closure $factory)
  436.     {
  437.         return $factory();
  438.     }
  439.     /**
  440.      * Gets the public '.container.private.cache_clearer' shared service.
  441.      *
  442.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  443.      */
  444.     protected function get_Container_Private_CacheClearerService()
  445.     {
  446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  448.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  449.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  450.         }, 1));
  451.     }
  452.     /**
  453.      * Gets the public '.container.private.filesystem' shared service.
  454.      *
  455.      * @return \Symfony\Component\Filesystem\Filesystem
  456.      */
  457.     protected function get_Container_Private_FilesystemService()
  458.     {
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  460.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  461.     }
  462.     /**
  463.      * Gets the public '.container.private.form.factory' shared service.
  464.      *
  465.      * @return \Symfony\Component\Form\FormFactory
  466.      */
  467.     protected function get_Container_Private_Form_FactoryService()
  468.     {
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  471.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  472.         if (isset($this->services['.container.private.form.factory'])) {
  473.             return $this->services['.container.private.form.factory'];
  474.         }
  475.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  476.     }
  477.     /**
  478.      * Gets the public '.container.private.form.type.file' shared service.
  479.      *
  480.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  481.      */
  482.     protected function get_Container_Private_Form_Type_FileService()
  483.     {
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  487.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  488.     }
  489.     /**
  490.      * Gets the public '.container.private.profiler' shared service.
  491.      *
  492.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  493.      */
  494.     protected function get_Container_Private_ProfilerService()
  495.     {
  496.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  497.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  498.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  499.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  500.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  501.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  502.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  503.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  504.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  505.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  506.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  507.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  508.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  509.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  510.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  511.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  512.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  513.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  514.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  515.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  516.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  517.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  518.         if ($this->has('kernel')) {
  519.             $f->setKernel($b);
  520.         }
  521.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  522.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  523.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  524.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  525.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  526.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  528.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  530.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  531.         $instance->add($d);
  532.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  533.         $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));
  534.         $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())));
  535.         $instance->add($e);
  536.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  537.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  538.         $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()))));
  539.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  540.         $instance->add($f);
  541.         return $instance;
  542.     }
  543.     /**
  544.      * Gets the public '.container.private.security.authorization_checker' shared service.
  545.      *
  546.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  547.      */
  548.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  549.     {
  550.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  551.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  552.             return $this->services['.container.private.security.authorization_checker'];
  553.         }
  554.         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);
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  558.      *
  559.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  560.      */
  561.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  567.         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())));
  568.     }
  569.     /**
  570.      * Gets the public '.container.private.security.password_encoder' shared service.
  571.      *
  572.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  573.      *
  574.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  575.      */
  576.     protected function get_Container_Private_Security_PasswordEncoderService()
  577.     {
  578.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  579.         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()));
  580.     }
  581.     /**
  582.      * Gets the public '.container.private.security.token_storage' shared service.
  583.      *
  584.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  585.      */
  586.     protected function get_Container_Private_Security_TokenStorageService()
  587.     {
  588.         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, [
  589.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  590.         ], [
  591.             'request_stack' => '?',
  592.         ]));
  593.     }
  594.     /**
  595.      * Gets the public '.container.private.serializer' shared service.
  596.      *
  597.      * @return \Symfony\Component\Serializer\Serializer
  598.      */
  599.     protected function get_Container_Private_SerializerService()
  600.     {
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  644.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  645.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  646.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  647.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  648.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  649.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [], $d)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  650.     }
  651.     /**
  652.      * Gets the public '.container.private.session' shared service.
  653.      *
  654.      * @return \Symfony\Component\HttpFoundation\Session\Session
  655.      */
  656.     protected function get_Container_Private_SessionService()
  657.     {
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  660.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  661.         if (isset($this->services['.container.private.session'])) {
  662.             return $this->services['.container.private.session'];
  663.         }
  664.         return $this->services['.container.private.session'] = $a->createSession();
  665.     }
  666.     /**
  667.      * Gets the public '.container.private.twig' shared service.
  668.      *
  669.      * @return \Twig\Environment
  670.      */
  671.     protected function get_Container_Private_TwigService()
  672.     {
  673.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  674.         $a->addPath('public/css''styles');
  675.         $a->addPath('public/img''images');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  681.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  685.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  688.         $a->addPath((\dirname(__DIR__4).'/templates'));
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  692.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  693.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  694.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  695.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  696.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  697.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  698.         $g = ($this->services['router'] ?? $this->getRouterService());
  699.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  700.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  701.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  702.         $j = new \Symfony\Bridge\Twig\AppVariable();
  703.         $j->setEnvironment('dev');
  704.         $j->setDebug(true);
  705.         if ($this->has('.container.private.security.token_storage')) {
  706.             $j->setTokenStorage($h);
  707.         }
  708.         if ($this->has('request_stack')) {
  709.             $j->setRequestStack($d);
  710.         }
  711.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  715.         $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 () {
  716.             return new \EmptyIterator();
  717.         }, 0))));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  729.         $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)));
  730.         $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())));
  731.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  732.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  733.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  734.         $instance->addGlobal('app'$j);
  735.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  736.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  737.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  738.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  739.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  740.         ], [
  741.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  742.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  743.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  744.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  745.         ])));
  746.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  747.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  748.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  749.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  750.         return $instance;
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.validator' shared service.
  754.      *
  755.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  756.      */
  757.     protected function get_Container_Private_ValidatorService()
  758.     {
  759.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  760.     }
  761.     /**
  762.      * Gets the public 'App\Controller\CaniculeController' shared autowired service.
  763.      *
  764.      * @return \App\Controller\CaniculeController
  765.      */
  766.     protected function getCaniculeControllerService()
  767.     {
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  769.         include_once \dirname(__DIR__4).'/src/Controller/CaniculeController.php';
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  772.         include_once \dirname(__DIR__4).'/src/Form/StationMeteoType.php';
  773.         $this->services['App\\Controller\\CaniculeController'] = $instance = new \App\Controller\CaniculeController(($this->privates['App\\Service\\MeteoFranceService'] ?? $this->getMeteoFranceServiceService()), ($this->privates['App\\Form\\StationMeteoType'] ?? ($this->privates['App\\Form\\StationMeteoType'] = new \App\Form\StationMeteoType())));
  774.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CaniculeController'$this));
  775.         return $instance;
  776.     }
  777.     /**
  778.      * Gets the public 'App\Controller\CaniculeMeteonormController' shared autowired service.
  779.      *
  780.      * @return \App\Controller\CaniculeMeteonormController
  781.      */
  782.     protected function getCaniculeMeteonormControllerService()
  783.     {
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  785.         include_once \dirname(__DIR__4).'/src/Controller/CaniculeMeteonormController.php';
  786.         include_once \dirname(__DIR__4).'/src/Service/StationService.php';
  787.         $this->services['App\\Controller\\CaniculeMeteonormController'] = $instance = new \App\Controller\CaniculeMeteonormController(($this->privates['App\\Service\\MeteoFranceService'] ?? $this->getMeteoFranceServiceService()), ($this->privates['App\\Service\\StationService'] ?? ($this->privates['App\\Service\\StationService'] = new \App\Service\StationService())));
  788.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CaniculeMeteonormController'$this));
  789.         return $instance;
  790.     }
  791.     /**
  792.      * Gets the public 'App\Controller\CityController' shared autowired service.
  793.      *
  794.      * @return \App\Controller\CityController
  795.      */
  796.     protected function getCityControllerService()
  797.     {
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  799.         include_once \dirname(__DIR__4).'/src/Controller/CityController.php';
  800.         $this->services['App\\Controller\\CityController'] = $instance = new \App\Controller\CityController();
  801.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CityController'$this));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\Fiche\FicheBatimentController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\Fiche\FicheBatimentController
  808.      */
  809.     protected function getFicheBatimentControllerService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheBatimentController.php';
  813.         $this->services['App\\Controller\\Fiche\\FicheBatimentController'] = $instance = new \App\Controller\Fiche\FicheBatimentController();
  814.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheBatimentController'$this));
  815.         return $instance;
  816.     }
  817.     /**
  818.      * Gets the public 'App\Controller\Fiche\FicheBatimentExempleController' shared autowired service.
  819.      *
  820.      * @return \App\Controller\Fiche\FicheBatimentExempleController
  821.      */
  822.     protected function getFicheBatimentExempleControllerService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  825.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheBatimentExempleController.php';
  826.         $this->services['App\\Controller\\Fiche\\FicheBatimentExempleController'] = $instance = new \App\Controller\Fiche\FicheBatimentExempleController();
  827.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheBatimentExempleController'$this));
  828.         return $instance;
  829.     }
  830.     /**
  831.      * Gets the public 'App\Controller\Fiche\FicheExportController' shared autowired service.
  832.      *
  833.      * @return \App\Controller\Fiche\FicheExportController
  834.      */
  835.     protected function getFicheExportControllerService()
  836.     {
  837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  838.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheExportController.php';
  839.         $this->services['App\\Controller\\Fiche\\FicheExportController'] = $instance = new \App\Controller\Fiche\FicheExportController();
  840.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheExportController'$this));
  841.         return $instance;
  842.     }
  843.     /**
  844.      * Gets the public 'App\Controller\FichierMeteoController' shared autowired service.
  845.      *
  846.      * @return \App\Controller\FichierMeteoController
  847.      */
  848.     protected function getFichierMeteoControllerService()
  849.     {
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  851.         include_once \dirname(__DIR__4).'/src/Controller/FichierMeteoController.php';
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  854.         include_once \dirname(__DIR__4).'/src/Form/FichierMeteoType.php';
  855.         $this->services['App\\Controller\\FichierMeteoController'] = $instance = new \App\Controller\FichierMeteoController(($this->privates['App\\Service\\MeteoFranceService'] ?? $this->getMeteoFranceServiceService()), ($this->privates['App\\Form\\FichierMeteoType'] ?? ($this->privates['App\\Form\\FichierMeteoType'] = new \App\Form\FichierMeteoType())));
  856.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FichierMeteoController'$this));
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public 'App\Controller\MeteoController' shared autowired service.
  861.      *
  862.      * @return \App\Controller\MeteoController
  863.      */
  864.     protected function getMeteoControllerService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  867.         include_once \dirname(__DIR__4).'/src/Controller/MeteoController.php';
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  870.         include_once \dirname(__DIR__4).'/src/Form/StationMeteoType.php';
  871.         $this->services['App\\Controller\\MeteoController'] = $instance = new \App\Controller\MeteoController(($this->privates['App\\Service\\MeteoFranceService'] ?? $this->getMeteoFranceServiceService()), ($this->privates['App\\Form\\StationMeteoType'] ?? ($this->privates['App\\Form\\StationMeteoType'] = new \App\Form\StationMeteoType())));
  872.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MeteoController'$this));
  873.         return $instance;
  874.     }
  875.     /**
  876.      * Gets the public 'App\Controller\MeteonormController' shared autowired service.
  877.      *
  878.      * @return \App\Controller\MeteonormController
  879.      */
  880.     protected function getMeteonormControllerService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/MeteonormController.php';
  884.         $this->services['App\\Controller\\MeteonormController'] = $instance = new \App\Controller\MeteonormController();
  885.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MeteonormController'$this));
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public 'App\Controller\User\ManageController' shared autowired service.
  890.      *
  891.      * @return \App\Controller\User\ManageController
  892.      */
  893.     protected function getManageControllerService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  896.         include_once \dirname(__DIR__4).'/src/Controller/User/ManageController.php';
  897.         $this->services['App\\Controller\\User\\ManageController'] = $instance = new \App\Controller\User\ManageController();
  898.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ManageController'$this));
  899.         return $instance;
  900.     }
  901.     /**
  902.      * Gets the public 'App\Controller\User\ProfileController' shared autowired service.
  903.      *
  904.      * @return \App\Controller\User\ProfileController
  905.      */
  906.     protected function getProfileControllerService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  909.         include_once \dirname(__DIR__4).'/src/Controller/User/ProfileController.php';
  910.         $this->services['App\\Controller\\User\\ProfileController'] = $instance = new \App\Controller\User\ProfileController();
  911.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ProfileController'$this));
  912.         return $instance;
  913.     }
  914.     /**
  915.      * Gets the public 'App\Controller\User\SecurityController' shared autowired service.
  916.      *
  917.      * @return \App\Controller\User\SecurityController
  918.      */
  919.     protected function getSecurityControllerService()
  920.     {
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  922.         include_once \dirname(__DIR__4).'/src/Controller/User/SecurityController.php';
  923.         $this->services['App\\Controller\\User\\SecurityController'] = $instance = new \App\Controller\User\SecurityController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  924.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SecurityController'$this));
  925.         return $instance;
  926.     }
  927.     /**
  928.      * Gets the public 'App\Controller\User\UtilController' shared autowired service.
  929.      *
  930.      * @return \App\Controller\User\UtilController
  931.      */
  932.     protected function getUtilControllerService()
  933.     {
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  935.         include_once \dirname(__DIR__4).'/src/Controller/User/UtilController.php';
  936.         $this->services['App\\Controller\\User\\UtilController'] = $instance = new \App\Controller\User\UtilController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  937.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\UtilController'$this));
  938.         return $instance;
  939.     }
  940.     /**
  941.      * Gets the public 'App\Controller\Visa\VisaController' shared autowired service.
  942.      *
  943.      * @return \App\Controller\Visa\VisaController
  944.      */
  945.     protected function getVisaControllerService()
  946.     {
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  948.         include_once \dirname(__DIR__4).'/src/Controller/Visa/VisaController.php';
  949.         $this->services['App\\Controller\\Visa\\VisaController'] = $instance = new \App\Controller\Visa\VisaController();
  950.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visa\\VisaController'$this));
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'App\Controller\Visiteur\Archive' shared autowired service.
  955.      *
  956.      * @return \App\Controller\Visiteur\Archive
  957.      */
  958.     protected function getArchiveService()
  959.     {
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  961.         include_once \dirname(__DIR__4).'/src/Controller/Visiteur/Archive.php';
  962.         $this->services['App\\Controller\\Visiteur\\Archive'] = $instance = new \App\Controller\Visiteur\Archive();
  963.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visiteur\\Archive'$this));
  964.         return $instance;
  965.     }
  966.     /**
  967.      * Gets the public 'App\Controller\Visiteur\SiteclientController' shared autowired service.
  968.      *
  969.      * @return \App\Controller\Visiteur\SiteclientController
  970.      */
  971.     protected function getSiteclientControllerService()
  972.     {
  973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  974.         include_once \dirname(__DIR__4).'/src/Controller/Visiteur/SiteclientController.php';
  975.         $this->services['App\\Controller\\Visiteur\\SiteclientController'] = $instance = new \App\Controller\Visiteur\SiteclientController();
  976.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visiteur\\SiteclientController'$this));
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  981.      *
  982.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  983.      */
  984.     protected function getProfilerControllerService()
  985.     {
  986.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  987.         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()));
  988.     }
  989.     /**
  990.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  991.      *
  992.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  993.      */
  994.     protected function getRedirectControllerService()
  995.     {
  996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  997.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  998.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  999.     }
  1000.     /**
  1001.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1002.      *
  1003.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1004.      */
  1005.     protected function getTemplateControllerService()
  1006.     {
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1008.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1009.     }
  1010.     /**
  1011.      * Gets the public 'cache.app' shared service.
  1012.      *
  1013.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1014.      */
  1015.     protected function getCache_AppService()
  1016.     {
  1017.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+88vXXX-e7'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1018.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1019.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1020.     }
  1021.     /**
  1022.      * Gets the public 'cache.app_clearer' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1025.      */
  1026.     protected function getCache_AppClearerService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1030.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1031.     }
  1032.     /**
  1033.      * Gets the public 'cache.global_clearer' shared service.
  1034.      *
  1035.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1036.      */
  1037.     protected function getCache_GlobalClearerService()
  1038.     {
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1041.         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())]);
  1042.     }
  1043.     /**
  1044.      * Gets the public 'cache.system' shared service.
  1045.      *
  1046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1047.      */
  1048.     protected function getCache_SystemService()
  1049.     {
  1050.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7SJaEB2jwo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1051.     }
  1052.     /**
  1053.      * Gets the public 'cache.system_clearer' shared service.
  1054.      *
  1055.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1056.      */
  1057.     protected function getCache_SystemClearerService()
  1058.     {
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1061.         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())]);
  1062.     }
  1063.     /**
  1064.      * Gets the public 'cache.validator_expression_language' shared service.
  1065.      *
  1066.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1067.      */
  1068.     protected function getCache_ValidatorExpressionLanguageService()
  1069.     {
  1070.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pryA7j27Xp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1071.     }
  1072.     /**
  1073.      * Gets the public 'cache_warmer' shared service.
  1074.      *
  1075.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1076.      */
  1077.     protected function getCacheWarmerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1081.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1082.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1083.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1084.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1085.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1086.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1087.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1088.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1089.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1090.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1091.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1092.     }
  1093.     /**
  1094.      * Gets the public 'console.command_loader' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1097.      */
  1098.     protected function getConsole_CommandLoaderService()
  1099.     {
  1100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1102.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1103.             'App\\Command\\Fiche\\FicheBatimentReimport' => ['privates''App\\Command\\Fiche\\FicheBatimentReimport''getFicheBatimentReimportService'false],
  1104.             'App\\Command\\ReminderLotCommand' => ['privates''.App\\Command\\ReminderLotCommand.lazy''getReminderLotCommand_LazyService'false],
  1105.             'App\\Command\\User\\CreateUserCommand' => ['privates''App\\Command\\User\\CreateUserCommand''getCreateUserCommandService'false],
  1106.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1107.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1108.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1109.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1110.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1111.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1112.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1113.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1114.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1115.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1116.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1117.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1118.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1119.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1120.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1121.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1122.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1123.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1124.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1125.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1126.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1127.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1128.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1129.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1130.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1131.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1132.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1133.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1134.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1135.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1136.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1137.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1138.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1139.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1140.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1141.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1142.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1143.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1144.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1145.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1146.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1147.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1148.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1149.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1150.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1151.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1152.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1153.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1154.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1155.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1156.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1157.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1158.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  1159.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  1160.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  1161.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  1162.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  1163.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  1164.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  1165.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  1166.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  1167.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  1168.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  1169.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1170.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1171.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1172.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1173.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1174.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1175.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1176.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1177.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1178.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1179.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1180.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1181.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1182.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1183.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1184.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1185.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1186.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1187.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1188.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1189.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1190.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1191.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1192.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1193.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1194.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1195.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1196.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1197.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1198.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1199.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1200.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1201.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1202.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1203.         ], [
  1204.             'App\\Command\\Fiche\\FicheBatimentReimport' => 'App\\Command\\Fiche\\FicheBatimentReimport',
  1205.             'App\\Command\\ReminderLotCommand' => '?',
  1206.             'App\\Command\\User\\CreateUserCommand' => 'App\\Command\\User\\CreateUserCommand',
  1207.             'console.command.about' => '?',
  1208.             'console.command.assets_install' => '?',
  1209.             'console.command.cache_clear' => '?',
  1210.             'console.command.cache_pool_clear' => '?',
  1211.             'console.command.cache_pool_prune' => '?',
  1212.             'console.command.cache_pool_delete' => '?',
  1213.             'console.command.cache_pool_list' => '?',
  1214.             'console.command.cache_warmup' => '?',
  1215.             'console.command.config_debug' => '?',
  1216.             'console.command.config_dump_reference' => '?',
  1217.             'console.command.container_debug' => '?',
  1218.             'console.command.container_lint' => '?',
  1219.             'console.command.debug_autowiring' => '?',
  1220.             'console.command.dotenv_debug' => '?',
  1221.             'console.command.event_dispatcher_debug' => '?',
  1222.             'console.command.router_debug' => '?',
  1223.             'console.command.router_match' => '?',
  1224.             'console.command.translation_debug' => '?',
  1225.             'console.command.translation_extract' => '?',
  1226.             'console.command.validator_debug' => '?',
  1227.             'console.command.translation_pull' => '?',
  1228.             'console.command.translation_push' => '?',
  1229.             'console.command.xliff_lint' => '?',
  1230.             'console.command.yaml_lint' => '?',
  1231.             'console.command.form_debug' => '?',
  1232.             'console.command.secrets_set' => '?',
  1233.             'console.command.secrets_remove' => '?',
  1234.             'console.command.secrets_generate_key' => '?',
  1235.             'console.command.secrets_list' => '?',
  1236.             'console.command.secrets_decrypt_to_local' => '?',
  1237.             'console.command.secrets_encrypt_from_local' => '?',
  1238.             'twig.command.debug' => '?',
  1239.             'twig.command.lint' => '?',
  1240.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1241.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1242.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1243.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1244.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1245.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1246.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1247.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1248.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1249.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1250.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1251.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1252.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1253.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1254.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1255.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1256.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1257.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1258.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1259.             'doctrine_migrations.diff_command' => '?',
  1260.             'doctrine_migrations.sync_metadata_command' => '?',
  1261.             'doctrine_migrations.versions_command' => '?',
  1262.             'doctrine_migrations.current_command' => '?',
  1263.             'doctrine_migrations.dump_schema_command' => '?',
  1264.             'doctrine_migrations.execute_command' => '?',
  1265.             'doctrine_migrations.generate_command' => '?',
  1266.             'doctrine_migrations.latest_command' => '?',
  1267.             'doctrine_migrations.migrate_command' => '?',
  1268.             'doctrine_migrations.rollup_command' => '?',
  1269.             'doctrine_migrations.status_command' => '?',
  1270.             'doctrine_migrations.up_to_date_command' => '?',
  1271.             'doctrine_migrations.version_command' => '?',
  1272.             'security.command.debug_firewall' => '?',
  1273.             'security.command.user_password_encoder' => '?',
  1274.             'security.command.user_password_hash' => '?',
  1275.             'var_dumper.command.server_dump' => '?',
  1276.             'monolog.command.server_log' => '?',
  1277.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1278.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1279.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1280.             'maker.auto_command.make_auth' => '?',
  1281.             'maker.auto_command.make_command' => '?',
  1282.             'maker.auto_command.make_twig_component' => '?',
  1283.             'maker.auto_command.make_controller' => '?',
  1284.             'maker.auto_command.make_crud' => '?',
  1285.             'maker.auto_command.make_docker_database' => '?',
  1286.             'maker.auto_command.make_entity' => '?',
  1287.             'maker.auto_command.make_fixtures' => '?',
  1288.             'maker.auto_command.make_form' => '?',
  1289.             'maker.auto_command.make_message' => '?',
  1290.             'maker.auto_command.make_messenger_middleware' => '?',
  1291.             'maker.auto_command.make_registration_form' => '?',
  1292.             'maker.auto_command.make_reset_password' => '?',
  1293.             'maker.auto_command.make_serializer_encoder' => '?',
  1294.             'maker.auto_command.make_serializer_normalizer' => '?',
  1295.             'maker.auto_command.make_subscriber' => '?',
  1296.             'maker.auto_command.make_twig_extension' => '?',
  1297.             'maker.auto_command.make_test' => '?',
  1298.             'maker.auto_command.make_validator' => '?',
  1299.             'maker.auto_command.make_voter' => '?',
  1300.             'maker.auto_command.make_user' => '?',
  1301.             'maker.auto_command.make_migration' => '?',
  1302.             'maker.auto_command.make_stimulus_controller' => '?',
  1303.             'maker.auto_command.make_security_form_login' => '?',
  1304.         ]), ['fiche:fiche-batiment-reimport' => 'App\\Command\\Fiche\\FicheBatimentReimport''app:ReminderLot' => 'App\\Command\\ReminderLotCommand''user:create' => 'App\\Command\\User\\CreateUserCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1305.     }
  1306.     /**
  1307.      * Gets the public 'container.env_var_processors_locator' shared service.
  1308.      *
  1309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1310.      */
  1311.     protected function getContainer_EnvVarProcessorsLocatorService()
  1312.     {
  1313.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1314.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1315.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1316.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1317.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1318.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1319.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1320.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1321.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1322.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1323.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1324.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1325.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1326.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1327.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1328.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1329.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1330.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1331.         ], [
  1332.             'base64' => '?',
  1333.             'bool' => '?',
  1334.             'const' => '?',
  1335.             'csv' => '?',
  1336.             'default' => '?',
  1337.             'file' => '?',
  1338.             'float' => '?',
  1339.             'int' => '?',
  1340.             'json' => '?',
  1341.             'key' => '?',
  1342.             'not' => '?',
  1343.             'query_string' => '?',
  1344.             'require' => '?',
  1345.             'resolve' => '?',
  1346.             'string' => '?',
  1347.             'trim' => '?',
  1348.             'url' => '?',
  1349.         ]);
  1350.     }
  1351.     /**
  1352.      * Gets the public 'data_collector.dump' shared service.
  1353.      *
  1354.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1355.      */
  1356.     protected function getDataCollector_DumpService()
  1357.     {
  1358.         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()));
  1359.     }
  1360.     /**
  1361.      * Gets the public 'doctrine' shared service.
  1362.      *
  1363.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1364.      */
  1365.     protected function getDoctrineService()
  1366.     {
  1367.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1368.     }
  1369.     /**
  1370.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1371.      *
  1372.      * @return \Doctrine\DBAL\Connection
  1373.      */
  1374.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1375.     {
  1376.         $a = new \Doctrine\DBAL\Configuration();
  1377.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1378.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1379.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1381.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1382.         $c->setConnectionName('default');
  1383.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1384.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1385.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1386.     }
  1387.     /**
  1388.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1389.      *
  1390.      * @return \Doctrine\ORM\EntityManager
  1391.      */
  1392.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1393.     {
  1394.         if ($lazyLoad) {
  1395.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1396.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1397.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1398.                     $proxy->setProxyInitializer(null);
  1399.                     return true;
  1400.                 });
  1401.             });
  1402.         }
  1403.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1422.         $a = new \Doctrine\ORM\Configuration();
  1423.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1424.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')], false))), 'App\\Entity');
  1425.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1426.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1427.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1428.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1429.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1430.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1431.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1432.         ], [
  1433.             'doctrine.ulid_generator' => '?',
  1434.             'doctrine.uuid_generator' => '?',
  1435.         ])));
  1436.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1437.         $a->setProxyNamespace('Proxies');
  1438.         $a->setAutoGenerateProxyClasses(true);
  1439.         $a->setSchemaIgnoreClasses([]);
  1440.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1441.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1442.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1443.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1444.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1445.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1446.         $a->setLazyGhostObjectEnabled(false);
  1447.         $a->setIdentityGenerationPreferences([]);
  1448.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1449.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1450.             'App\\Repository\\Fiche\\FicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  1451.             'App\\Repository\\Fiche\\FicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  1452.             'App\\Repository\\FichierRepository' => ['privates''App\\Repository\\FichierRepository''getFichierRepositoryService'false],
  1453.             'App\\Repository\\IdUserRepository' => ['privates''App\\Repository\\IdUserRepository''getIdUserRepositoryService'false],
  1454.             'App\\Repository\\InfiltrationRepository' => ['privates''App\\Repository\\InfiltrationRepository''getInfiltrationRepositoryService'false],
  1455.             'App\\Repository\\PluvioDatabaseRepository' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  1456.             'App\\Repository\\StationsMeteoRepository' => ['privates''App\\Repository\\StationsMeteoRepository''getStationsMeteoRepositoryService'false],
  1457.             'App\\Repository\\User\\UserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  1458.             'App\\Repository\\User\\UserTentativeConnexionRepository' => ['privates''App\\Repository\\User\\UserTentativeConnexionRepository''getUserTentativeConnexionRepositoryService'false],
  1459.             'App\\Repository\\Visa\\VisaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  1460.             'App\\Repository\\Visa\\VisaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  1461.             'App\\Repository\\Visa\\VisaExigencesRepository' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  1462.             'App\\Repository\\Visa\\VisaJustificatifsRepository' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  1463.             'App\\Repository\\Visa\\VisaProjetsRepository' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  1464.         ], [
  1465.             'App\\Repository\\ContactRepository' => '?',
  1466.             'App\\Repository\\Fiche\\FicheBatimentExempleRepository' => '?',
  1467.             'App\\Repository\\Fiche\\FicheBatimentRepository' => '?',
  1468.             'App\\Repository\\FichierRepository' => '?',
  1469.             'App\\Repository\\IdUserRepository' => '?',
  1470.             'App\\Repository\\InfiltrationRepository' => '?',
  1471.             'App\\Repository\\PluvioDatabaseRepository' => '?',
  1472.             'App\\Repository\\StationsMeteoRepository' => '?',
  1473.             'App\\Repository\\User\\UserRepository' => '?',
  1474.             'App\\Repository\\User\\UserTentativeConnexionRepository' => '?',
  1475.             'App\\Repository\\Visa\\VisaBilansRepository' => '?',
  1476.             'App\\Repository\\Visa\\VisaContactsRepository' => '?',
  1477.             'App\\Repository\\Visa\\VisaExigencesRepository' => '?',
  1478.             'App\\Repository\\Visa\\VisaJustificatifsRepository' => '?',
  1479.             'App\\Repository\\Visa\\VisaProjetsRepository' => '?',
  1480.         ])));
  1481.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1482.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1483.         return $instance;
  1484.     }
  1485.     /**
  1486.      * Gets the public 'error_controller' shared service.
  1487.      *
  1488.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1489.      */
  1490.     protected function getErrorControllerService()
  1491.     {
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1497.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1498.         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)));
  1499.     }
  1500.     /**
  1501.      * Gets the public 'event_dispatcher' shared service.
  1502.      *
  1503.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1504.      */
  1505.     protected function getEventDispatcherService()
  1506.     {
  1507.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1508.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1509.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1510.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1511.         $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())));
  1512.         $instance->addListener('kernel.controller', [=> function () {
  1513.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1514.         }, => 'onKernelController'], 0);
  1515.         $instance->addListener('kernel.request', [=> function () {
  1516.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1517.         }, => 'onKernelRequest'], 0);
  1518.         $instance->addListener('kernel.response', [=> function () {
  1519.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1520.         }, => 'onKernelResponse'], 0);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1523.         }, => 'onKernelResponse'], -1024);
  1524.         $instance->addListener('kernel.request', [=> function () {
  1525.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1526.         }, => 'setDefaultLocale'], 100);
  1527.         $instance->addListener('kernel.request', [=> function () {
  1528.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1529.         }, => 'onKernelRequest'], 16);
  1530.         $instance->addListener('kernel.finish_request', [=> function () {
  1531.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1532.         }, => 'onKernelFinishRequest'], 0);
  1533.         $instance->addListener('kernel.request', [=> function () {
  1534.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1535.         }, => 'onKernelRequest'], 256);
  1536.         $instance->addListener('kernel.response', [=> function () {
  1537.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1538.         }, => 'onResponse'], -255);
  1539.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1540.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1541.         }, => 'onControllerArguments'], 0);
  1542.         $instance->addListener('kernel.exception', [=> function () {
  1543.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1544.         }, => 'logKernelException'], 0);
  1545.         $instance->addListener('kernel.exception', [=> function () {
  1546.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1547.         }, => 'onKernelException'], -128);
  1548.         $instance->addListener('kernel.response', [=> function () {
  1549.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1550.         }, => 'removeCspHeader'], -128);
  1551.         $instance->addListener('kernel.request', [=> function () {
  1552.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1553.         }, => 'onKernelRequest'], 15);
  1554.         $instance->addListener('kernel.finish_request', [=> function () {
  1555.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1556.         }, => 'onKernelFinishRequest'], -15);
  1557.         $instance->addListener('console.error', [=> function () {
  1558.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1559.         }, => 'onConsoleError'], -128);
  1560.         $instance->addListener('console.terminate', [=> function () {
  1561.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1562.         }, => 'onConsoleTerminate'], -128);
  1563.         $instance->addListener('console.error', [=> function () {
  1564.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1565.         }, => 'onConsoleError'], 0);
  1566.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1567.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1568.         }, => 'onMessage'], -255);
  1569.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1570.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1571.         }, => 'onMessage'], -255);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1574.         }, => 'configure'], 2048);
  1575.         $instance->addListener('console.command', [=> function () {
  1576.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1577.         }, => 'configure'], 2048);
  1578.         $instance->addListener('kernel.request', [=> function () {
  1579.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1580.         }, => 'onKernelRequest'], 32);
  1581.         $instance->addListener('kernel.finish_request', [=> function () {
  1582.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1583.         }, => 'onKernelFinishRequest'], 0);
  1584.         $instance->addListener('kernel.exception', [=> function () {
  1585.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1586.         }, => 'onKernelException'], -64);
  1587.         $instance->addListener('kernel.response', [=> function () {
  1588.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1589.         }, => 'onKernelResponse'], 0);
  1590.         $instance->addListener('kernel.request', [=> function () {
  1591.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1592.         }, => 'onKernelRequest'], 128);
  1593.         $instance->addListener('kernel.response', [=> function () {
  1594.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1595.         }, => 'onKernelResponse'], -1000);
  1596.         $instance->addListener('kernel.finish_request', [=> function () {
  1597.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1598.         }, => 'onFinishRequest'], 0);
  1599.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1600.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1601.         }, => 'onNotification'], -255);
  1602.         $instance->addListener('kernel.response', [=> function () {
  1603.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1604.         }, => 'onKernelResponse'], -100);
  1605.         $instance->addListener('kernel.exception', [=> function () {
  1606.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1607.         }, => 'onKernelException'], 0);
  1608.         $instance->addListener('kernel.terminate', [=> function () {
  1609.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1610.         }, => 'onKernelTerminate'], -1024);
  1611.         $instance->addListener('kernel.controller', [=> function () {
  1612.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1613.         }, => 'onKernelController'], 0);
  1614.         $instance->addListener('kernel.response', [=> function () {
  1615.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1616.         }, => 'onKernelResponse'], 0);
  1617.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1618.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1619.         }, => 'onMessage'], 0);
  1620.         $instance->addListener('kernel.controller', [=> function () {
  1621.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1622.         }, => 'onKernelController'], 0);
  1623.         $instance->addListener('kernel.controller', [=> function () {
  1624.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1625.         }, => 'onKernelController'], 0);
  1626.         $instance->addListener('kernel.controller', [=> function () {
  1627.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1628.         }, => 'onKernelController'], -128);
  1629.         $instance->addListener('kernel.view', [=> function () {
  1630.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1631.         }, => 'onKernelView'], 0);
  1632.         $instance->addListener('kernel.controller', [=> function () {
  1633.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1634.         }, => 'onKernelController'], 0);
  1635.         $instance->addListener('kernel.response', [=> function () {
  1636.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1637.         }, => 'onKernelResponse'], 0);
  1638.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1639.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1640.         }, => 'onKernelControllerArguments'], 0);
  1641.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1642.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1643.         }, => 'onKernelControllerArguments'], 0);
  1644.         $instance->addListener('kernel.response', [=> function () {
  1645.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1646.         }, => 'onKernelResponse'], 0);
  1647.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1648.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1649.         }, => 'onVoterVote'], 0);
  1650.         $instance->addListener('kernel.request', [=> function () {
  1651.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1652.         }, => 'configureLogoutUrlGenerator'], 8);
  1653.         $instance->addListener('kernel.request', [=> function () {
  1654.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1655.         }, => 'onKernelRequest'], 8);
  1656.         $instance->addListener('kernel.finish_request', [=> function () {
  1657.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1658.         }, => 'onKernelFinishRequest'], 0);
  1659.         $instance->addListener('kernel.response', [=> function () {
  1660.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1661.         }, => 'onKernelResponse'], -128);
  1662.         $instance->addListener('console.command', [=> function () {
  1663.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1664.         }, => 'onCommand'], 255);
  1665.         $instance->addListener('console.terminate', [=> function () {
  1666.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1667.         }, => 'onTerminate'], -255);
  1668.         $instance->addListener('console.command', [=> function () {
  1669.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1670.         }, => 'configure'], 1024);
  1671.         $instance->addListener('console.error', [=> function () {
  1672.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1673.         }, => 'onConsoleError'], 0);
  1674.         $instance->addListener('console.terminate', [=> function () {
  1675.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1676.         }, => 'onConsoleTerminate'], 0);
  1677.         $instance->addListener('knp_pager.before', [=> function () {
  1678.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1679.         }, => 'before'], 0);
  1680.         $instance->addListener('knp_pager.pagination', [=> function () {
  1681.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1682.         }, => 'pagination'], 0);
  1683.         $instance->addListener('knp_pager.before', [=> function () {
  1684.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1685.         }, => 'before'], 1);
  1686.         $instance->addListener('knp_pager.before', [=> function () {
  1687.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1688.         }, => 'before'], 1);
  1689.         $instance->addListener('knp_pager.pagination', [=> function () {
  1690.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1691.         }, => 'pagination'], 1);
  1692.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1693.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1694.         }, => 'onLogout'], 0);
  1695.         return $instance;
  1696.     }
  1697.     /**
  1698.      * Gets the public 'fos_js_routing.controller' shared service.
  1699.      *
  1700.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1701.      */
  1702.     protected function getFosJsRouting_ControllerService()
  1703.     {
  1704.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1705.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1706.     }
  1707.     /**
  1708.      * Gets the public 'fos_js_routing.extractor' shared service.
  1709.      *
  1710.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1711.      */
  1712.     protected function getFosJsRouting_ExtractorService()
  1713.     {
  1714.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1716.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1717.     }
  1718.     /**
  1719.      * Gets the public 'fos_js_routing.serializer' shared service.
  1720.      *
  1721.      * @return \Symfony\Component\Serializer\Serializer
  1722.      */
  1723.     protected function getFosJsRouting_SerializerService()
  1724.     {
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1739.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  1740.     }
  1741.     /**
  1742.      * Gets the public 'http_kernel' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1745.      */
  1746.     protected function getHttpKernelService()
  1747.     {
  1748.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1749.         if (isset($this->services['http_kernel'])) {
  1750.             return $this->services['http_kernel'];
  1751.         }
  1752.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1753.         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 () {
  1754.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1755.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1756.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1757.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1758.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1759.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1760.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1761.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1762.         }, 8)), $b));
  1763.     }
  1764.     /**
  1765.      * Gets the public 'knp_paginator' shared service.
  1766.      *
  1767.      * @return \Knp\Component\Pager\Paginator
  1768.      */
  1769.     protected function getKnpPaginatorService($lazyLoad true)
  1770.     {
  1771.         if ($lazyLoad) {
  1772.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1773.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1774.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1775.                     $proxy->setProxyInitializer(null);
  1776.                     return true;
  1777.                 });
  1778.             });
  1779.         }
  1780.         $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())));
  1781.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1782.         return $instance;
  1783.     }
  1784.     /**
  1785.      * Gets the public 'knp_snappy.image' shared service.
  1786.      *
  1787.      * @return \Knp\Snappy\Image
  1788.      */
  1789.     protected function getKnpSnappy_ImageService()
  1790.     {
  1791.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1792.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1793.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  1794.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  1795.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the public 'knp_snappy.pdf' shared service.
  1800.      *
  1801.      * @return \Knp\Snappy\Pdf
  1802.      */
  1803.     protected function getKnpSnappy_PdfService()
  1804.     {
  1805.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  1808.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  1809.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1810.         return $instance;
  1811.     }
  1812.     /**
  1813.      * Gets the public 'request_stack' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1816.      */
  1817.     protected function getRequestStackService()
  1818.     {
  1819.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1820.     }
  1821.     /**
  1822.      * Gets the public 'router' shared service.
  1823.      *
  1824.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1825.      */
  1826.     protected function getRouterService()
  1827.     {
  1828.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1829.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1830.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1831.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1832.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1833.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1834.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1835.         ], [
  1836.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1837.         ]))->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');
  1838.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1839.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'routing.loader' shared service.
  1844.      *
  1845.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1846.      */
  1847.     protected function getRouting_LoaderService()
  1848.     {
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1850.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1851.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1855.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1856.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1857.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1873.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1874.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1875.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1876.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1877.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1878.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1879.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1880.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1881.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1882.             'kernel' => ['services''kernel''getKernelService'false],
  1883.         ], [
  1884.             'kernel' => 'App\\Kernel',
  1885.         ]), 'dev'));
  1886.         $a->addLoader($c);
  1887.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1888.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1889.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1890.     }
  1891.     /**
  1892.      * Gets the public 'services_resetter' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1895.      */
  1896.     protected function getServicesResetterService()
  1897.     {
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1899.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1900.             if (isset($this->services['cache.app'])) {
  1901.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1902.             }
  1903.             if (isset($this->services['cache.system'])) {
  1904.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1905.             }
  1906.             if (isset($this->privates['cache.validator'])) {
  1907.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1908.             }
  1909.             if (isset($this->privates['cache.serializer'])) {
  1910.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1911.             }
  1912.             if (isset($this->privates['cache.annotations'])) {
  1913.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1914.             }
  1915.             if (isset($this->privates['cache.property_info'])) {
  1916.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1917.             }
  1918.             if (isset($this->privates['.debug.http_client'])) {
  1919.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1920.             }
  1921.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1922.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1923.             }
  1924.             if (isset($this->privates['debug.stopwatch'])) {
  1925.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1926.             }
  1927.             if (isset($this->services['event_dispatcher'])) {
  1928.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1929.             }
  1930.             if (isset($this->privates['session_listener'])) {
  1931.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1932.             }
  1933.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1934.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1935.             }
  1936.             if (isset($this->services['cache.validator_expression_language'])) {
  1937.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1938.             }
  1939.             if (isset($this->services['.container.private.profiler'])) {
  1940.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1941.             }
  1942.             if (isset($this->services['.container.private.validator'])) {
  1943.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1944.             }
  1945.             if (isset($this->services['.container.private.twig'])) {
  1946.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1947.             }
  1948.             if (isset($this->privates['twig.form.engine'])) {
  1949.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1950.             }
  1951.             if (isset($this->services['doctrine'])) {
  1952.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1953.             }
  1954.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1955.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1956.             }
  1957.             if (isset($this->privates['form.type.entity'])) {
  1958.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1959.             }
  1960.             if (isset($this->services['.container.private.security.token_storage'])) {
  1961.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1962.             }
  1963.             if (isset($this->privates['cache.security_expression_language'])) {
  1964.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1965.             }
  1966.             if (isset($this->privates['debug.security.firewall'])) {
  1967.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1968.             }
  1969.             if (isset($this->privates['monolog.handler.main'])) {
  1970.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1971.             }
  1972.             if (isset($this->privates['monolog.handler.console'])) {
  1973.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1974.             }
  1975.             if (isset($this->privates['.debug.http_client'])) {
  1976.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1977.             }
  1978.         }, function () {
  1979.             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->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1980.         }), ['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' => [=> 'resetGlobals'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1981.     }
  1982.     /**
  1983.      * Gets the public 'translator' shared service.
  1984.      *
  1985.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1986.      */
  1987.     protected function getTranslatorService()
  1988.     {
  1989.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1990.     }
  1991.     /**
  1992.      * Gets the public 'var_dumper.cloner' shared service.
  1993.      *
  1994.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1995.      */
  1996.     protected function getVarDumper_ClonerService()
  1997.     {
  1998.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1999.         $instance->setMaxItems(2500);
  2000.         $instance->setMinDepth(1);
  2001.         $instance->setMaxString(-1);
  2002.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2003.         return $instance;
  2004.     }
  2005.     /**
  2006.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2007.      *
  2008.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2009.      */
  2010.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2013.         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()));
  2014.     }
  2015.     /**
  2016.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2017.      *
  2018.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2019.      */
  2020.     protected function getWebProfiler_Controller_ProfilerService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2023.         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));
  2024.     }
  2025.     /**
  2026.      * Gets the public 'web_profiler.controller.router' shared service.
  2027.      *
  2028.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2029.      */
  2030.     protected function getWebProfiler_Controller_RouterService()
  2031.     {
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2033.         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 () {
  2034.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2035.         }, 1));
  2036.     }
  2037.     /**
  2038.      * Gets the private '.App\Command\ReminderLotCommand.lazy' shared service.
  2039.      *
  2040.      * @return \Symfony\Component\Console\Command\LazyCommand
  2041.      */
  2042.     protected function getReminderLotCommand_LazyService()
  2043.     {
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2046.         return $this->privates['.App\\Command\\ReminderLotCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:ReminderLot', [], 'Envoi des rappels Ã  15 jours'false, function (): \App\Command\ReminderLotCommand {
  2047.             return ($this->privates['App\\Command\\ReminderLotCommand'] ?? $this->getReminderLotCommandService());
  2048.         });
  2049.     }
  2050.     /**
  2051.      * Gets the private '.console.command.about.lazy' shared service.
  2052.      *
  2053.      * @return \Symfony\Component\Console\Command\LazyCommand
  2054.      */
  2055.     protected function get_Console_Command_About_LazyService()
  2056.     {
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2059.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2060.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2061.         });
  2062.     }
  2063.     /**
  2064.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\Console\Command\LazyCommand
  2067.      */
  2068.     protected function get_Console_Command_AssetsInstall_LazyService()
  2069.     {
  2070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2072.         return $this->privates['.console.command.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 {
  2073.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2074.         });
  2075.     }
  2076.     /**
  2077.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2078.      *
  2079.      * @return \Symfony\Component\Console\Command\LazyCommand
  2080.      */
  2081.     protected function get_Console_Command_CacheClear_LazyService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2085.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2086.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2087.         });
  2088.     }
  2089.     /**
  2090.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\Console\Command\LazyCommand
  2093.      */
  2094.     protected function get_Console_Command_CachePoolClear_LazyService()
  2095.     {
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2098.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2099.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2100.         });
  2101.     }
  2102.     /**
  2103.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\Console\Command\LazyCommand
  2106.      */
  2107.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2111.         return $this->privates['.console.command.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 {
  2112.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2113.         });
  2114.     }
  2115.     /**
  2116.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\Console\Command\LazyCommand
  2119.      */
  2120.     protected function get_Console_Command_CachePoolList_LazyService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2124.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2125.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2126.         });
  2127.     }
  2128.     /**
  2129.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\Console\Command\LazyCommand
  2132.      */
  2133.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2137.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2138.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2139.         });
  2140.     }
  2141.     /**
  2142.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\Console\Command\LazyCommand
  2145.      */
  2146.     protected function get_Console_Command_CacheWarmup_LazyService()
  2147.     {
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2150.         return $this->privates['.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 {
  2151.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2152.         });
  2153.     }
  2154.     /**
  2155.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\Console\Command\LazyCommand
  2158.      */
  2159.     protected function get_Console_Command_ConfigDebug_LazyService()
  2160.     {
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2163.         return $this->privates['.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 {
  2164.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2165.         });
  2166.     }
  2167.     /**
  2168.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2169.      *
  2170.      * @return \Symfony\Component\Console\Command\LazyCommand
  2171.      */
  2172.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2176.         return $this->privates['.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 {
  2177.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2178.         });
  2179.     }
  2180.     /**
  2181.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2182.      *
  2183.      * @return \Symfony\Component\Console\Command\LazyCommand
  2184.      */
  2185.     protected function get_Console_Command_ContainerDebug_LazyService()
  2186.     {
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2189.         return $this->privates['.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 {
  2190.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2191.         });
  2192.     }
  2193.     /**
  2194.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2195.      *
  2196.      * @return \Symfony\Component\Console\Command\LazyCommand
  2197.      */
  2198.     protected function get_Console_Command_ContainerLint_LazyService()
  2199.     {
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2202.         return $this->privates['.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 {
  2203.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2204.         });
  2205.     }
  2206.     /**
  2207.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\Console\Command\LazyCommand
  2210.      */
  2211.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2212.     {
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2215.         return $this->privates['.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 {
  2216.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2217.         });
  2218.     }
  2219.     /**
  2220.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2221.      *
  2222.      * @return \Symfony\Component\Console\Command\LazyCommand
  2223.      */
  2224.     protected function get_Console_Command_DotenvDebug_LazyService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2228.         return $this->privates['.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 {
  2229.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2230.         });
  2231.     }
  2232.     /**
  2233.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\Console\Command\LazyCommand
  2236.      */
  2237.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2241.         return $this->privates['.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 {
  2242.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2243.         });
  2244.     }
  2245.     /**
  2246.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\Console\Command\LazyCommand
  2249.      */
  2250.     protected function get_Console_Command_FormDebug_LazyService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2254.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2255.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2256.         });
  2257.     }
  2258.     /**
  2259.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2260.      *
  2261.      * @return \Symfony\Component\Console\Command\LazyCommand
  2262.      */
  2263.     protected function get_Console_Command_RouterDebug_LazyService()
  2264.     {
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2267.         return $this->privates['.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 {
  2268.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2269.         });
  2270.     }
  2271.     /**
  2272.      * Gets the private '.console.command.router_match.lazy' shared service.
  2273.      *
  2274.      * @return \Symfony\Component\Console\Command\LazyCommand
  2275.      */
  2276.     protected function get_Console_Command_RouterMatch_LazyService()
  2277.     {
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2280.         return $this->privates['.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 {
  2281.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2282.         });
  2283.     }
  2284.     /**
  2285.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2286.      *
  2287.      * @return \Symfony\Component\Console\Command\LazyCommand
  2288.      */
  2289.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2290.     {
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2293.         return $this->privates['.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 {
  2294.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2295.         });
  2296.     }
  2297.     /**
  2298.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2299.      *
  2300.      * @return \Symfony\Component\Console\Command\LazyCommand
  2301.      */
  2302.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2303.     {
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2306.         return $this->privates['.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 {
  2307.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2308.         });
  2309.     }
  2310.     /**
  2311.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\Console\Command\LazyCommand
  2314.      */
  2315.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2319.         return $this->privates['.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 {
  2320.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2321.         });
  2322.     }
  2323.     /**
  2324.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2325.      *
  2326.      * @return \Symfony\Component\Console\Command\LazyCommand
  2327.      */
  2328.     protected function get_Console_Command_SecretsList_LazyService()
  2329.     {
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2332.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2333.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2334.         });
  2335.     }
  2336.     /**
  2337.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\Console\Command\LazyCommand
  2340.      */
  2341.     protected function get_Console_Command_SecretsRemove_LazyService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2345.         return $this->privates['.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 {
  2346.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2347.         });
  2348.     }
  2349.     /**
  2350.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\Console\Command\LazyCommand
  2353.      */
  2354.     protected function get_Console_Command_SecretsSet_LazyService()
  2355.     {
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2358.         return $this->privates['.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 {
  2359.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2360.         });
  2361.     }
  2362.     /**
  2363.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\Console\Command\LazyCommand
  2366.      */
  2367.     protected function get_Console_Command_TranslationDebug_LazyService()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2371.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2372.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2373.         });
  2374.     }
  2375.     /**
  2376.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\Console\Command\LazyCommand
  2379.      */
  2380.     protected function get_Console_Command_TranslationExtract_LazyService()
  2381.     {
  2382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2384.         return $this->privates['.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 {
  2385.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2386.         });
  2387.     }
  2388.     /**
  2389.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2390.      *
  2391.      * @return \Symfony\Component\Console\Command\LazyCommand
  2392.      */
  2393.     protected function get_Console_Command_TranslationPull_LazyService()
  2394.     {
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2397.         return $this->privates['.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 {
  2398.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2399.         });
  2400.     }
  2401.     /**
  2402.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2403.      *
  2404.      * @return \Symfony\Component\Console\Command\LazyCommand
  2405.      */
  2406.     protected function get_Console_Command_TranslationPush_LazyService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2410.         return $this->privates['.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 {
  2411.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2412.         });
  2413.     }
  2414.     /**
  2415.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2416.      *
  2417.      * @return \Symfony\Component\Console\Command\LazyCommand
  2418.      */
  2419.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2423.         return $this->privates['.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 {
  2424.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2425.         });
  2426.     }
  2427.     /**
  2428.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\Console\Command\LazyCommand
  2431.      */
  2432.     protected function get_Console_Command_XliffLint_LazyService()
  2433.     {
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2436.         return $this->privates['.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 {
  2437.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2438.         });
  2439.     }
  2440.     /**
  2441.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2442.      *
  2443.      * @return \Symfony\Component\Console\Command\LazyCommand
  2444.      */
  2445.     protected function get_Console_Command_YamlLint_LazyService()
  2446.     {
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2449.         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 {
  2450.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2451.         });
  2452.     }
  2453.     /**
  2454.      * Gets the private '.debug.http_client' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2457.      */
  2458.     protected function get_Debug_HttpClientService()
  2459.     {
  2460.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2461.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2462.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2463.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2464.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2465.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2466.         $a->setLogger($b);
  2467.         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))));
  2468.     }
  2469.     /**
  2470.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\Console\Command\LazyCommand
  2473.      */
  2474.     protected function get_DoctrineMigrations_CurrentCommand_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['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version'false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  2479.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2480.         });
  2481.     }
  2482.     /**
  2483.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Console\Command\LazyCommand
  2486.      */
  2487.     protected function get_DoctrineMigrations_DiffCommand_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['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  2492.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2493.         });
  2494.     }
  2495.     /**
  2496.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Console\Command\LazyCommand
  2499.      */
  2500.     protected function get_DoctrineMigrations_DumpSchemaCommand_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['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  2505.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2506.         });
  2507.     }
  2508.     /**
  2509.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Console\Command\LazyCommand
  2512.      */
  2513.     protected function get_DoctrineMigrations_ExecuteCommand_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['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  2518.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2519.         });
  2520.     }
  2521.     /**
  2522.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Console\Command\LazyCommand
  2525.      */
  2526.     protected function get_DoctrineMigrations_GenerateCommand_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['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.'false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  2531.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2532.         });
  2533.     }
  2534.     /**
  2535.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Console\Command\LazyCommand
  2538.      */
  2539.     protected function get_DoctrineMigrations_LatestCommand_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['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version'false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  2544.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2545.         });
  2546.     }
  2547.     /**
  2548.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Console\Command\LazyCommand
  2551.      */
  2552.     protected function get_DoctrineMigrations_MigrateCommand_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['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  2557.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2558.         });
  2559.     }
  2560.     /**
  2561.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Console\Command\LazyCommand
  2564.      */
  2565.     protected function get_DoctrineMigrations_RollupCommand_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['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.'false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  2570.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2571.         });
  2572.     }
  2573.     /**
  2574.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\Console\Command\LazyCommand
  2577.      */
  2578.     protected function get_DoctrineMigrations_StatusCommand_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['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.'false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  2583.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2584.         });
  2585.     }
  2586.     /**
  2587.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Console\Command\LazyCommand
  2590.      */
  2591.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2595.         return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  2596.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2597.         });
  2598.     }
  2599.     /**
  2600.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\Console\Command\LazyCommand
  2603.      */
  2604.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2608.         return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.'false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  2609.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2610.         });
  2611.     }
  2612.     /**
  2613.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Console\Command\LazyCommand
  2616.      */
  2617.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2621.         return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.'false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  2622.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2623.         });
  2624.     }
  2625.     /**
  2626.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\Console\Command\LazyCommand
  2629.      */
  2630.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2634.         return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  2635.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2636.         });
  2637.     }
  2638.     /**
  2639.      * Gets the private '.errored..service_locator.3MrHpD_.App\Entity\Fiche\FicheBatiment' shared service.
  2640.      *
  2641.      * @return \App\Entity\Fiche\FicheBatiment
  2642.      */
  2643.     protected function getFicheBatimentService()
  2644.     {
  2645.         $this->throw('Cannot autowire service ".service_locator.3MrHpD_": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.');
  2646.     }
  2647.     /**
  2648.      * Gets the private '.errored..service_locator.4wfjgM3.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2651.      */
  2652.     protected function getSession2Service()
  2653.     {
  2654.         $this->throw('Cannot autowire service ".service_locator.4wfjgM3": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2655.     }
  2656.     /**
  2657.      * Gets the private '.errored..service_locator.7iLD60o.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2660.      */
  2661.     protected function getSession3Service()
  2662.     {
  2663.         $this->throw('Cannot autowire service ".service_locator.7iLD60o": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2664.     }
  2665.     /**
  2666.      * Gets the private '.errored..service_locator.9CmfMbP.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2669.      */
  2670.     protected function getSession4Service()
  2671.     {
  2672.         $this->throw('Cannot autowire service ".service_locator.9CmfMbP": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2673.     }
  2674.     /**
  2675.      * Gets the private '.errored..service_locator.EEvPBe_.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2678.      */
  2679.     protected function getSession5Service()
  2680.     {
  2681.         $this->throw('Cannot autowire service ".service_locator.EEvPBe_": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2682.     }
  2683.     /**
  2684.      * Gets the private '.errored..service_locator.GCcWbYw.App\Entity\User\User' shared service.
  2685.      *
  2686.      * @return \App\Entity\User\User
  2687.      */
  2688.     protected function getUserService()
  2689.     {
  2690.         $this->throw('Cannot autowire service ".service_locator.GCcWbYw": it references class "App\\Entity\\User\\User" but no such service exists.');
  2691.     }
  2692.     /**
  2693.      * Gets the private '.errored..service_locator.QJ78CZl.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2696.      */
  2697.     protected function getSession6Service()
  2698.     {
  2699.         $this->throw('Cannot autowire service ".service_locator.QJ78CZl": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2700.     }
  2701.     /**
  2702.      * Gets the private '.errored..service_locator.RZCuu4Y.App\Entity\Fiche\FicheBatiment' shared service.
  2703.      *
  2704.      * @return \App\Entity\Fiche\FicheBatiment
  2705.      */
  2706.     protected function getFicheBatiment2Service()
  2707.     {
  2708.         $this->throw('Cannot autowire service ".service_locator.RZCuu4Y": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.');
  2709.     }
  2710.     /**
  2711.      * Gets the private '.errored..service_locator.W6Gn6mF.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2712.      *
  2713.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2714.      */
  2715.     protected function getSession7Service()
  2716.     {
  2717.         $this->throw('Cannot autowire service ".service_locator.W6Gn6mF": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2718.     }
  2719.     /**
  2720.      * Gets the private '.errored..service_locator._0B8_H1.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2721.      *
  2722.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2723.      */
  2724.     protected function getSession8Service()
  2725.     {
  2726.         $this->throw('Cannot autowire service ".service_locator._0B8_H1": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2727.     }
  2728.     /**
  2729.      * Gets the private '.errored..service_locator.baR3Skb.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2730.      *
  2731.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2732.      */
  2733.     protected function getSession9Service()
  2734.     {
  2735.         $this->throw('Cannot autowire service ".service_locator.baR3Skb": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2736.     }
  2737.     /**
  2738.      * Gets the private '.errored..service_locator.blKJm1i.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2739.      *
  2740.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2741.      */
  2742.     protected function getSession10Service()
  2743.     {
  2744.         $this->throw('Cannot autowire service ".service_locator.blKJm1i": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2745.     }
  2746.     /**
  2747.      * Gets the private '.errored..service_locator.dbFJ5zg.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2748.      *
  2749.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2750.      */
  2751.     protected function getSession11Service()
  2752.     {
  2753.         $this->throw('Cannot autowire service ".service_locator.dbFJ5zg": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2754.     }
  2755.     /**
  2756.      * Gets the private '.errored..service_locator.dx9atRD.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2759.      */
  2760.     protected function getSession12Service()
  2761.     {
  2762.         $this->throw('Cannot autowire service ".service_locator.dx9atRD": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2763.     }
  2764.     /**
  2765.      * Gets the private '.errored..service_locator.gu5No2f.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2768.      */
  2769.     protected function getSession13Service()
  2770.     {
  2771.         $this->throw('Cannot autowire service ".service_locator.gu5No2f": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2772.     }
  2773.     /**
  2774.      * Gets the private '.errored..service_locator.j1dXv3k.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2775.      *
  2776.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2777.      */
  2778.     protected function getSession14Service()
  2779.     {
  2780.         $this->throw('Cannot autowire service ".service_locator.j1dXv3k": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2781.     }
  2782.     /**
  2783.      * Gets the private '.errored..service_locator.jw78yFm.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2784.      *
  2785.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2786.      */
  2787.     protected function getSession15Service()
  2788.     {
  2789.         $this->throw('Cannot autowire service ".service_locator.jw78yFm": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2790.     }
  2791.     /**
  2792.      * Gets the private '.errored..service_locator.kJcBm2V.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2795.      */
  2796.     protected function getSession16Service()
  2797.     {
  2798.         $this->throw('Cannot autowire service ".service_locator.kJcBm2V": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2799.     }
  2800.     /**
  2801.      * Gets the private '.errored..service_locator.ouBckhn.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2802.      *
  2803.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2804.      */
  2805.     protected function getSession17Service()
  2806.     {
  2807.         $this->throw('Cannot autowire service ".service_locator.ouBckhn": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2808.     }
  2809.     /**
  2810.      * Gets the private '.errored..service_locator.qKGnwPO.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2811.      *
  2812.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2813.      */
  2814.     protected function getSession18Service()
  2815.     {
  2816.         $this->throw('Cannot autowire service ".service_locator.qKGnwPO": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2817.     }
  2818.     /**
  2819.      * Gets the private '.errored..service_locator.vCITWb1.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2820.      *
  2821.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2822.      */
  2823.     protected function getSession19Service()
  2824.     {
  2825.         $this->throw('Cannot autowire service ".service_locator.vCITWb1": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2826.     }
  2827.     /**
  2828.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2829.      *
  2830.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2831.      */
  2832.     protected function getLoaderInterfaceService()
  2833.     {
  2834.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2835.     }
  2836.     /**
  2837.      * Gets the private '.errored..service_locator.y.UAYvk.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2838.      *
  2839.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2840.      */
  2841.     protected function getSession20Service()
  2842.     {
  2843.         $this->throw('Cannot autowire service ".service_locator.y.UAYvk": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  2844.     }
  2845.     /**
  2846.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\Console\Command\LazyCommand
  2849.      */
  2850.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2854.         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 {
  2855.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2856.         });
  2857.     }
  2858.     /**
  2859.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\Console\Command\LazyCommand
  2862.      */
  2863.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2864.     {
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2867.         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 {
  2868.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2869.         });
  2870.     }
  2871.     /**
  2872.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2873.      *
  2874.      * @return \Symfony\Component\Console\Command\LazyCommand
  2875.      */
  2876.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2877.     {
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2880.         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 {
  2881.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2882.         });
  2883.     }
  2884.     /**
  2885.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2886.      *
  2887.      * @return \Symfony\Component\Console\Command\LazyCommand
  2888.      */
  2889.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2893.         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 {
  2894.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2895.         });
  2896.     }
  2897.     /**
  2898.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\Console\Command\LazyCommand
  2901.      */
  2902.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2906.         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 {
  2907.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2908.         });
  2909.     }
  2910.     /**
  2911.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\Console\Command\LazyCommand
  2914.      */
  2915.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2916.     {
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2919.         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 {
  2920.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2921.         });
  2922.     }
  2923.     /**
  2924.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2925.      *
  2926.      * @return \Symfony\Component\Console\Command\LazyCommand
  2927.      */
  2928.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2932.         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 {
  2933.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2934.         });
  2935.     }
  2936.     /**
  2937.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\Console\Command\LazyCommand
  2940.      */
  2941.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2945.         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 {
  2946.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2947.         });
  2948.     }
  2949.     /**
  2950.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2951.      *
  2952.      * @return \Symfony\Component\Console\Command\LazyCommand
  2953.      */
  2954.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2955.     {
  2956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2958.         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 {
  2959.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2960.         });
  2961.     }
  2962.     /**
  2963.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\Console\Command\LazyCommand
  2966.      */
  2967.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2971.         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 {
  2972.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2973.         });
  2974.     }
  2975.     /**
  2976.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\Console\Command\LazyCommand
  2979.      */
  2980.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2984.         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 {
  2985.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2986.         });
  2987.     }
  2988.     /**
  2989.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2990.      *
  2991.      * @return \Symfony\Component\Console\Command\LazyCommand
  2992.      */
  2993.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2997.         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 {
  2998.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2999.         });
  3000.     }
  3001.     /**
  3002.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3003.      *
  3004.      * @return \Symfony\Component\Console\Command\LazyCommand
  3005.      */
  3006.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3010.         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 {
  3011.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3012.         });
  3013.     }
  3014.     /**
  3015.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\Console\Command\LazyCommand
  3018.      */
  3019.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3023.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3024.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  3025.         });
  3026.     }
  3027.     /**
  3028.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\Console\Command\LazyCommand
  3031.      */
  3032.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3033.     {
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3036.         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 {
  3037.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3038.         });
  3039.     }
  3040.     /**
  3041.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3042.      *
  3043.      * @return \Symfony\Component\Console\Command\LazyCommand
  3044.      */
  3045.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3049.         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 {
  3050.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3051.         });
  3052.     }
  3053.     /**
  3054.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3055.      *
  3056.      * @return \Symfony\Component\Console\Command\LazyCommand
  3057.      */
  3058.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3059.     {
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3062.         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 {
  3063.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3064.         });
  3065.     }
  3066.     /**
  3067.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\Console\Command\LazyCommand
  3070.      */
  3071.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3075.         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 {
  3076.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3077.         });
  3078.     }
  3079.     /**
  3080.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\Console\Command\LazyCommand
  3083.      */
  3084.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3085.     {
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3088.         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 {
  3089.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3090.         });
  3091.     }
  3092.     /**
  3093.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3094.      *
  3095.      * @return \Symfony\Component\Console\Command\LazyCommand
  3096.      */
  3097.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3101.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3102.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3103.         });
  3104.     }
  3105.     /**
  3106.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3107.      *
  3108.      * @return \Symfony\Component\Console\Command\LazyCommand
  3109.      */
  3110.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3111.     {
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3114.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3115.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3116.         });
  3117.     }
  3118.     /**
  3119.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3120.      *
  3121.      * @return \Symfony\Component\Console\Command\LazyCommand
  3122.      */
  3123.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3127.         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 {
  3128.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3129.         });
  3130.     }
  3131.     /**
  3132.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\Console\Command\LazyCommand
  3135.      */
  3136.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3140.         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 {
  3141.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3142.         });
  3143.     }
  3144.     /**
  3145.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3146.      *
  3147.      * @return \Symfony\Component\Console\Command\LazyCommand
  3148.      */
  3149.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3153.         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 {
  3154.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3155.         });
  3156.     }
  3157.     /**
  3158.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3159.      *
  3160.      * @return \Symfony\Component\Console\Command\LazyCommand
  3161.      */
  3162.     protected function get_Monolog_Command_ServerLog_LazyService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3166.         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 {
  3167.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3168.         });
  3169.     }
  3170.     /**
  3171.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3172.      *
  3173.      * @return \Symfony\Component\Console\Command\LazyCommand
  3174.      */
  3175.     protected function get_Security_Command_DebugFirewall_LazyService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3179.         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 {
  3180.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3181.         });
  3182.     }
  3183.     /**
  3184.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3185.      *
  3186.      * @return \Symfony\Component\Console\Command\LazyCommand
  3187.      */
  3188.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3189.     {
  3190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3192.         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 {
  3193.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3194.         });
  3195.     }
  3196.     /**
  3197.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3198.      *
  3199.      * @return \Symfony\Component\Console\Command\LazyCommand
  3200.      */
  3201.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3202.     {
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3205.         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 {
  3206.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3207.         });
  3208.     }
  3209.     /**
  3210.      * Gets the private '.service_locator.3MrHpD_' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3213.      */
  3214.     protected function get_ServiceLocator_3MrHpDService()
  3215.     {
  3216.         return $this->privates['.service_locator.3MrHpD_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3217.             'theFicheBatiment' => ['privates''.errored..service_locator.3MrHpD_.App\\Entity\\Fiche\\FicheBatiment'NULL'Cannot autowire service ".service_locator.3MrHpD_": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.'],
  3218.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3219.         ], [
  3220.             'theFicheBatiment' => 'App\\Entity\\Fiche\\FicheBatiment',
  3221.             'theManagerRegistry' => '?',
  3222.         ]);
  3223.     }
  3224.     /**
  3225.      * Gets the private '.service_locator.4wfjgM3' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3228.      */
  3229.     protected function get_ServiceLocator_4wfjgM3Service()
  3230.     {
  3231.         return $this->privates['.service_locator.4wfjgM3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3232.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3233.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3234.             'session' => ['privates''.errored..service_locator.4wfjgM3.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.4wfjgM3": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3235.             'visaContactsRepo' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3236.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3237.         ], [
  3238.             'em' => '?',
  3239.             'security' => '?',
  3240.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3241.             'visaContactsRepo' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3242.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3243.         ]);
  3244.     }
  3245.     /**
  3246.      * Gets the private '.service_locator.6wL9HHS' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3249.      */
  3250.     protected function get_ServiceLocator_6wL9HHSService()
  3251.     {
  3252.         return $this->privates['.service_locator.6wL9HHS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3253.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3254.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  3255.         ], [
  3256.             'thePaginator' => '?',
  3257.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  3258.         ]);
  3259.     }
  3260.     /**
  3261.      * Gets the private '.service_locator.7iLD60o' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3264.      */
  3265.     protected function get_ServiceLocator_7iLD60oService()
  3266.     {
  3267.         return $this->privates['.service_locator.7iLD60o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3268.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3269.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3270.             'session' => ['privates''.errored..service_locator.7iLD60o.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.7iLD60o": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3271.             'slugger' => ['privates''slugger''getSluggerService'false],
  3272.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3273.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3274.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3275.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3276.         ], [
  3277.             'em' => '?',
  3278.             'mailer' => '?',
  3279.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3280.             'slugger' => '?',
  3281.             'thePaginator' => '?',
  3282.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3283.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3284.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3285.         ]);
  3286.     }
  3287.     /**
  3288.      * Gets the private '.service_locator.95sl7F.' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3291.      */
  3292.     protected function get_ServiceLocator_95sl7F_Service()
  3293.     {
  3294.         return $this->privates['.service_locator.95sl7F.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3295.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3296.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3297.         ], [
  3298.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3299.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3300.         ]);
  3301.     }
  3302.     /**
  3303.      * Gets the private '.service_locator.9CmfMbP' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3306.      */
  3307.     protected function get_ServiceLocator_9CmfMbPService()
  3308.     {
  3309.         return $this->privates['.service_locator.9CmfMbP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3310.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3311.             'session' => ['privates''.errored..service_locator.9CmfMbP.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.9CmfMbP": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3312.             'slugger' => ['privates''slugger''getSluggerService'false],
  3313.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3314.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3315.         ], [
  3316.             'em' => '?',
  3317.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3318.             'slugger' => '?',
  3319.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3320.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3321.         ]);
  3322.     }
  3323.     /**
  3324.      * Gets the private '.service_locator.9Q_EAN8' shared service.
  3325.      *
  3326.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3327.      */
  3328.     protected function get_ServiceLocator_9QEAN8Service()
  3329.     {
  3330.         return $this->privates['.service_locator.9Q_EAN8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3331.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3332.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3333.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3334.         ], [
  3335.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3336.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3337.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3338.         ]);
  3339.     }
  3340.     /**
  3341.      * Gets the private '.service_locator.EEvPBe_' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3344.      */
  3345.     protected function get_ServiceLocator_EEvPBeService()
  3346.     {
  3347.         return $this->privates['.service_locator.EEvPBe_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3348.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3349.             'ficheBatRep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3350.             'service' => ['privates''App\\Service\\Fiche\\FicheBatimentImportService''getFicheBatimentImportServiceService'false],
  3351.             'session' => ['privates''.errored..service_locator.EEvPBe_.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.EEvPBe_": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3352.         ], [
  3353.             'em' => '?',
  3354.             'ficheBatRep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3355.             'service' => 'App\\Service\\Fiche\\FicheBatimentImportService',
  3356.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3357.         ]);
  3358.     }
  3359.     /**
  3360.      * Gets the private '.service_locator.GCcWbYw' shared service.
  3361.      *
  3362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3363.      */
  3364.     protected function get_ServiceLocator_GCcWbYwService()
  3365.     {
  3366.         return $this->privates['.service_locator.GCcWbYw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3367.             'theUser' => ['privates''.errored..service_locator.GCcWbYw.App\\Entity\\User\\User'NULL'Cannot autowire service ".service_locator.GCcWbYw": it references class "App\\Entity\\User\\User" but no such service exists.'],
  3368.         ], [
  3369.             'theUser' => 'App\\Entity\\User\\User',
  3370.         ]);
  3371.     }
  3372.     /**
  3373.      * Gets the private '.service_locator.GdYi9Rq' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3376.      */
  3377.     protected function get_ServiceLocator_GdYi9RqService()
  3378.     {
  3379.         return $this->privates['.service_locator.GdYi9Rq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3380.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3381.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3382.         ], [
  3383.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3384.             'thePaginator' => '?',
  3385.         ]);
  3386.     }
  3387.     /**
  3388.      * Gets the private '.service_locator.Ict6Ehg' shared service.
  3389.      *
  3390.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3391.      */
  3392.     protected function get_ServiceLocator_Ict6EhgService()
  3393.     {
  3394.         return $this->privates['.service_locator.Ict6Ehg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3395.             'fb' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3396.         ], [
  3397.             'fb' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3398.         ]);
  3399.     }
  3400.     /**
  3401.      * Gets the private '.service_locator.JCo2bmS' shared service.
  3402.      *
  3403.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3404.      */
  3405.     protected function get_ServiceLocator_JCo2bmSService()
  3406.     {
  3407.         return $this->privates['.service_locator.JCo2bmS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3408.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3409.             'pluvioRepo' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  3410.         ], [
  3411.             'em' => '?',
  3412.             'pluvioRepo' => 'App\\Repository\\PluvioDatabaseRepository',
  3413.         ]);
  3414.     }
  3415.     /**
  3416.      * Gets the private '.service_locator.LJxOt55' shared service.
  3417.      *
  3418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3419.      */
  3420.     protected function get_ServiceLocator_LJxOt55Service()
  3421.     {
  3422.         return $this->privates['.service_locator.LJxOt55'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3423.             'theFormLoginAuthenticator' => ['privates''App\\Security\\User\\FormLoginAuthenticator''getFormLoginAuthenticatorService'false],
  3424.             'theMailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3425.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3426.             'theTokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3427.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3428.         ], [
  3429.             'theFormLoginAuthenticator' => 'App\\Security\\User\\FormLoginAuthenticator',
  3430.             'theMailer' => '?',
  3431.             'theManagerRegistry' => '?',
  3432.             'theTokenStorage' => '?',
  3433.             'theUserPasswordHasherInterface' => '?',
  3434.         ]);
  3435.     }
  3436.     /**
  3437.      * Gets the private '.service_locator.LQi.NXp' shared service.
  3438.      *
  3439.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3440.      */
  3441.     protected function get_ServiceLocator_LQi_NXpService()
  3442.     {
  3443.         return $this->privates['.service_locator.LQi.NXp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3444.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3445.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3446.         ], [
  3447.             'em' => '?',
  3448.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3449.         ]);
  3450.     }
  3451.     /**
  3452.      * Gets the private '.service_locator.QJ78CZl' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3455.      */
  3456.     protected function get_ServiceLocator_QJ78CZlService()
  3457.     {
  3458.         return $this->privates['.service_locator.QJ78CZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3459.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3460.             'session' => ['privates''.errored..service_locator.QJ78CZl.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.QJ78CZl": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3461.             'slugger' => ['privates''slugger''getSluggerService'false],
  3462.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3463.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3464.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3465.         ], [
  3466.             'em' => '?',
  3467.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3468.             'slugger' => '?',
  3469.             'thePaginator' => '?',
  3470.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3471.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3472.         ]);
  3473.     }
  3474.     /**
  3475.      * Gets the private '.service_locator.RZCuu4Y' shared service.
  3476.      *
  3477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3478.      */
  3479.     protected function get_ServiceLocator_RZCuu4YService()
  3480.     {
  3481.         return $this->privates['.service_locator.RZCuu4Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3482.             'theFicheBatiment' => ['privates''.errored..service_locator.RZCuu4Y.App\\Entity\\Fiche\\FicheBatiment'NULL'Cannot autowire service ".service_locator.RZCuu4Y": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.'],
  3483.             'theFicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  3484.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3485.         ], [
  3486.             'theFicheBatiment' => 'App\\Entity\\Fiche\\FicheBatiment',
  3487.             'theFicheBatimentExempleRepository' => 'App\\Repository\\Fiche\\FicheBatimentExempleRepository',
  3488.             'theManagerRegistry' => '?',
  3489.         ]);
  3490.     }
  3491.     /**
  3492.      * Gets the private '.service_locator.Vo0NxYX' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3495.      */
  3496.     protected function get_ServiceLocator_Vo0NxYXService()
  3497.     {
  3498.         return $this->privates['.service_locator.Vo0NxYX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3499.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3500.         ], [
  3501.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3502.         ]);
  3503.     }
  3504.     /**
  3505.      * Gets the private '.service_locator.W6Gn6mF' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3508.      */
  3509.     protected function get_ServiceLocator_W6Gn6mFService()
  3510.     {
  3511.         return $this->privates['.service_locator.W6Gn6mF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3512.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3513.             'session' => ['privates''.errored..service_locator.W6Gn6mF.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.W6Gn6mF": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3514.             'slugger' => ['privates''slugger''getSluggerService'false],
  3515.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3516.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3517.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3518.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3519.         ], [
  3520.             'em' => '?',
  3521.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3522.             'slugger' => '?',
  3523.             'thePaginator' => '?',
  3524.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3525.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3526.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3527.         ]);
  3528.     }
  3529.     /**
  3530.      * Gets the private '.service_locator.X4RXHc6' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3533.      */
  3534.     protected function get_ServiceLocator_X4RXHc6Service()
  3535.     {
  3536.         return $this->privates['.service_locator.X4RXHc6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3537.             'App\\Controller\\CaniculeController::canicule' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3538.             'App\\Controller\\CaniculeMeteonormController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3539.             'App\\Controller\\Fiche\\FicheBatimentController::analyse' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3540.             'App\\Controller\\Fiche\\FicheBatimentController::delete' => ['privates''.service_locator.3MrHpD_''get_ServiceLocator_3MrHpDService'false],
  3541.             'App\\Controller\\Fiche\\FicheBatimentController::doublons' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3542.             'App\\Controller\\Fiche\\FicheBatimentController::doublonsDeleteAll' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3543.             'App\\Controller\\Fiche\\FicheBatimentController::index' => ['privates''.service_locator.GdYi9Rq''get_ServiceLocator_GdYi9RqService'false],
  3544.             'App\\Controller\\Fiche\\FicheBatimentExempleController::change' => ['privates''.service_locator.RZCuu4Y''get_ServiceLocator_RZCuu4YService'false],
  3545.             'App\\Controller\\Fiche\\FicheExportController::xlsx' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3546.             'App\\Controller\\FichierMeteoController::fichierMeteo' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3547.             'App\\Controller\\MeteoController::getAllStationsData' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3548.             'App\\Controller\\MeteoController::listeDesStations' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3549.             'App\\Controller\\MeteoController::listeStation' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3550.             'App\\Controller\\User\\ManageController::add' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3551.             'App\\Controller\\User\\ManageController::delete' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3552.             'App\\Controller\\User\\ManageController::edit' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3553.             'App\\Controller\\User\\ManageController::fiche' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3554.             'App\\Controller\\User\\ManageController::index' => ['privates''.service_locator.6wL9HHS''get_ServiceLocator_6wL9HHSService'false],
  3555.             'App\\Controller\\User\\ProfileController::changeIsComparaisonAll' => ['privates''.service_locator.uE3NHej''get_ServiceLocator_UE3NHejService'false],
  3556.             'App\\Controller\\User\\ProfileController::changePasswordAction' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3557.             'App\\Controller\\User\\SecurityController::activation' => ['privates''.service_locator.qgJeq67''get_ServiceLocator_QgJeq67Service'false],
  3558.             'App\\Controller\\User\\SecurityController::inscription' => ['privates''.service_locator.LJxOt55''get_ServiceLocator_LJxOt55Service'false],
  3559.             'App\\Controller\\User\\SecurityController::login' => ['privates''.service_locator.lB7IHi8''get_ServiceLocator_LB7IHi8Service'false],
  3560.             'App\\Controller\\User\\SecurityController::motDePasseOublie' => ['privates''.service_locator.sKmUknj''get_ServiceLocator_SKmUknjService'false],
  3561.             'App\\Controller\\User\\UtilController::loginAsUserAction' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3562.             'App\\Controller\\Visa\\VisaController::EmailLot' => ['privates''.service_locator.kJcBm2V''get_ServiceLocator_KJcBm2VService'false],
  3563.             'App\\Controller\\Visa\\VisaController::cible' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3564.             'App\\Controller\\Visa\\VisaController::exigence' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3565.             'App\\Controller\\Visa\\VisaController::exigenceSupp' => ['privates''.service_locator.LQi.NXp''get_ServiceLocator_LQi_NXpService'false],
  3566.             'App\\Controller\\Visa\\VisaController::exigencedz' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3567.             'App\\Controller\\Visa\\VisaController::fichierLot' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3568.             'App\\Controller\\Visa\\VisaController::fichierSupp' => ['privates''.service_locator.vCITWb1''get_ServiceLocator_VCITWb1Service'false],
  3569.             'App\\Controller\\Visa\\VisaController::index' => ['privates''.service_locator.gu5No2f''get_ServiceLocator_Gu5No2fService'false],
  3570.             'App\\Controller\\Visa\\VisaController::listeContacts' => ['privates''.service_locator.y.UAYvk''get_ServiceLocator_Y_UAYvkService'false],
  3571.             'App\\Controller\\Visa\\VisaController::listeExigences' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3572.             'App\\Controller\\Visa\\VisaController::lot' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3573.             'App\\Controller\\Visa\\VisaController::lotDownloadZipFiles' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3574.             'App\\Controller\\Visa\\VisaController::nouvelleExigence' => ['privates''.service_locator.9CmfMbP''get_ServiceLocator_9CmfMbPService'false],
  3575.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFiles' => ['privates''.service_locator.95sl7F.''get_ServiceLocator_95sl7F_Service'false],
  3576.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFilesByCible' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3577.             'App\\Controller\\Visa\\VisaController::tri' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3578.             'App\\Controller\\Visa\\VisaController::visa_edit_contact' => ['privates''.service_locator.4wfjgM3''get_ServiceLocator_4wfjgM3Service'false],
  3579.             'App\\Controller\\Visa\\VisaController::visa_nouveau_contact' => ['privates''.service_locator.j1dXv3k''get_ServiceLocator_J1dXv3kService'false],
  3580.             'App\\Controller\\Visa\\VisaController::visa_nouveau_projet' => ['privates''.service_locator.blKJm1i''get_ServiceLocator_BlKJm1iService'false],
  3581.             'App\\Controller\\Visiteur\\SiteclientController::admin' => ['privates''.service_locator.Ict6Ehg''get_ServiceLocator_Ict6EhgService'false],
  3582.             'App\\Controller\\Visiteur\\SiteclientController::efae' => ['privates''.service_locator.wsouKss''get_ServiceLocator_WsouKssService'false],
  3583.             'App\\Controller\\Visiteur\\SiteclientController::homepage' => ['privates''.service_locator.dx9atRD''get_ServiceLocator_Dx9atRDService'false],
  3584.             'App\\Controller\\Visiteur\\SiteclientController::index' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3585.             'App\\Controller\\Visiteur\\SiteclientController::infiltration' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3586.             'App\\Controller\\Visiteur\\SiteclientController::listePluvio' => ['privates''.service_locator.ouBckhn''get_ServiceLocator_OuBckhnService'false],
  3587.             'App\\Controller\\Visiteur\\SiteclientController::pluvioId' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3588.             'App\\Controller\\Visiteur\\SiteclientController::postConnexion' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3589.             'App\\Controller\\Visiteur\\SiteclientController::retutilisationBilanPdf' => ['privates''.service_locator.qKGnwPO''get_ServiceLocator_QKGnwPOService'false],
  3590.             'App\\Controller\\Visiteur\\SiteclientController::reutilisation' => ['privates''.service_locator._0B8_H1''get_ServiceLocator_0B8H1Service'false],
  3591.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzone' => ['privates''.service_locator.EEvPBe_''get_ServiceLocator_EEvPBeService'false],
  3592.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzoneTest' => ['privates''.service_locator.jw78yFm''get_ServiceLocator_Jw78yFmService'false],
  3593.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3594.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3595.             'App\\Controller\\CaniculeController:canicule' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3596.             'App\\Controller\\CaniculeMeteonormController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3597.             'App\\Controller\\Fiche\\FicheBatimentController:analyse' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3598.             'App\\Controller\\Fiche\\FicheBatimentController:delete' => ['privates''.service_locator.3MrHpD_''get_ServiceLocator_3MrHpDService'false],
  3599.             'App\\Controller\\Fiche\\FicheBatimentController:doublons' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3600.             'App\\Controller\\Fiche\\FicheBatimentController:doublonsDeleteAll' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3601.             'App\\Controller\\Fiche\\FicheBatimentController:index' => ['privates''.service_locator.GdYi9Rq''get_ServiceLocator_GdYi9RqService'false],
  3602.             'App\\Controller\\Fiche\\FicheBatimentExempleController:change' => ['privates''.service_locator.RZCuu4Y''get_ServiceLocator_RZCuu4YService'false],
  3603.             'App\\Controller\\Fiche\\FicheExportController:xlsx' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3604.             'App\\Controller\\FichierMeteoController:fichierMeteo' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3605.             'App\\Controller\\MeteoController:getAllStationsData' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3606.             'App\\Controller\\MeteoController:listeDesStations' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3607.             'App\\Controller\\MeteoController:listeStation' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3608.             'App\\Controller\\User\\ManageController:add' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3609.             'App\\Controller\\User\\ManageController:delete' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3610.             'App\\Controller\\User\\ManageController:edit' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3611.             'App\\Controller\\User\\ManageController:fiche' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3612.             'App\\Controller\\User\\ManageController:index' => ['privates''.service_locator.6wL9HHS''get_ServiceLocator_6wL9HHSService'false],
  3613.             'App\\Controller\\User\\ProfileController:changeIsComparaisonAll' => ['privates''.service_locator.uE3NHej''get_ServiceLocator_UE3NHejService'false],
  3614.             'App\\Controller\\User\\ProfileController:changePasswordAction' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3615.             'App\\Controller\\User\\SecurityController:activation' => ['privates''.service_locator.qgJeq67''get_ServiceLocator_QgJeq67Service'false],
  3616.             'App\\Controller\\User\\SecurityController:inscription' => ['privates''.service_locator.LJxOt55''get_ServiceLocator_LJxOt55Service'false],
  3617.             'App\\Controller\\User\\SecurityController:login' => ['privates''.service_locator.lB7IHi8''get_ServiceLocator_LB7IHi8Service'false],
  3618.             'App\\Controller\\User\\SecurityController:motDePasseOublie' => ['privates''.service_locator.sKmUknj''get_ServiceLocator_SKmUknjService'false],
  3619.             'App\\Controller\\User\\UtilController:loginAsUserAction' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3620.             'App\\Controller\\Visa\\VisaController:EmailLot' => ['privates''.service_locator.kJcBm2V''get_ServiceLocator_KJcBm2VService'false],
  3621.             'App\\Controller\\Visa\\VisaController:cible' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3622.             'App\\Controller\\Visa\\VisaController:exigence' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3623.             'App\\Controller\\Visa\\VisaController:exigenceSupp' => ['privates''.service_locator.LQi.NXp''get_ServiceLocator_LQi_NXpService'false],
  3624.             'App\\Controller\\Visa\\VisaController:exigencedz' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3625.             'App\\Controller\\Visa\\VisaController:fichierLot' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3626.             'App\\Controller\\Visa\\VisaController:fichierSupp' => ['privates''.service_locator.vCITWb1''get_ServiceLocator_VCITWb1Service'false],
  3627.             'App\\Controller\\Visa\\VisaController:index' => ['privates''.service_locator.gu5No2f''get_ServiceLocator_Gu5No2fService'false],
  3628.             'App\\Controller\\Visa\\VisaController:listeContacts' => ['privates''.service_locator.y.UAYvk''get_ServiceLocator_Y_UAYvkService'false],
  3629.             'App\\Controller\\Visa\\VisaController:listeExigences' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3630.             'App\\Controller\\Visa\\VisaController:lot' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3631.             'App\\Controller\\Visa\\VisaController:lotDownloadZipFiles' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3632.             'App\\Controller\\Visa\\VisaController:nouvelleExigence' => ['privates''.service_locator.9CmfMbP''get_ServiceLocator_9CmfMbPService'false],
  3633.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFiles' => ['privates''.service_locator.95sl7F.''get_ServiceLocator_95sl7F_Service'false],
  3634.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFilesByCible' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3635.             'App\\Controller\\Visa\\VisaController:tri' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3636.             'App\\Controller\\Visa\\VisaController:visa_edit_contact' => ['privates''.service_locator.4wfjgM3''get_ServiceLocator_4wfjgM3Service'false],
  3637.             'App\\Controller\\Visa\\VisaController:visa_nouveau_contact' => ['privates''.service_locator.j1dXv3k''get_ServiceLocator_J1dXv3kService'false],
  3638.             'App\\Controller\\Visa\\VisaController:visa_nouveau_projet' => ['privates''.service_locator.blKJm1i''get_ServiceLocator_BlKJm1iService'false],
  3639.             'App\\Controller\\Visiteur\\SiteclientController:admin' => ['privates''.service_locator.Ict6Ehg''get_ServiceLocator_Ict6EhgService'false],
  3640.             'App\\Controller\\Visiteur\\SiteclientController:efae' => ['privates''.service_locator.wsouKss''get_ServiceLocator_WsouKssService'false],
  3641.             'App\\Controller\\Visiteur\\SiteclientController:homepage' => ['privates''.service_locator.dx9atRD''get_ServiceLocator_Dx9atRDService'false],
  3642.             'App\\Controller\\Visiteur\\SiteclientController:index' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3643.             'App\\Controller\\Visiteur\\SiteclientController:infiltration' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3644.             'App\\Controller\\Visiteur\\SiteclientController:listePluvio' => ['privates''.service_locator.ouBckhn''get_ServiceLocator_OuBckhnService'false],
  3645.             'App\\Controller\\Visiteur\\SiteclientController:pluvioId' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3646.             'App\\Controller\\Visiteur\\SiteclientController:postConnexion' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3647.             'App\\Controller\\Visiteur\\SiteclientController:retutilisationBilanPdf' => ['privates''.service_locator.qKGnwPO''get_ServiceLocator_QKGnwPOService'false],
  3648.             'App\\Controller\\Visiteur\\SiteclientController:reutilisation' => ['privates''.service_locator._0B8_H1''get_ServiceLocator_0B8H1Service'false],
  3649.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzone' => ['privates''.service_locator.EEvPBe_''get_ServiceLocator_EEvPBeService'false],
  3650.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzoneTest' => ['privates''.service_locator.jw78yFm''get_ServiceLocator_Jw78yFmService'false],
  3651.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3652.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3653.         ], [
  3654.             'App\\Controller\\CaniculeController::canicule' => '?',
  3655.             'App\\Controller\\CaniculeMeteonormController::index' => '?',
  3656.             'App\\Controller\\Fiche\\FicheBatimentController::analyse' => '?',
  3657.             'App\\Controller\\Fiche\\FicheBatimentController::delete' => '?',
  3658.             'App\\Controller\\Fiche\\FicheBatimentController::doublons' => '?',
  3659.             'App\\Controller\\Fiche\\FicheBatimentController::doublonsDeleteAll' => '?',
  3660.             'App\\Controller\\Fiche\\FicheBatimentController::index' => '?',
  3661.             'App\\Controller\\Fiche\\FicheBatimentExempleController::change' => '?',
  3662.             'App\\Controller\\Fiche\\FicheExportController::xlsx' => '?',
  3663.             'App\\Controller\\FichierMeteoController::fichierMeteo' => '?',
  3664.             'App\\Controller\\MeteoController::getAllStationsData' => '?',
  3665.             'App\\Controller\\MeteoController::listeDesStations' => '?',
  3666.             'App\\Controller\\MeteoController::listeStation' => '?',
  3667.             'App\\Controller\\User\\ManageController::add' => '?',
  3668.             'App\\Controller\\User\\ManageController::delete' => '?',
  3669.             'App\\Controller\\User\\ManageController::edit' => '?',
  3670.             'App\\Controller\\User\\ManageController::fiche' => '?',
  3671.             'App\\Controller\\User\\ManageController::index' => '?',
  3672.             'App\\Controller\\User\\ProfileController::changeIsComparaisonAll' => '?',
  3673.             'App\\Controller\\User\\ProfileController::changePasswordAction' => '?',
  3674.             'App\\Controller\\User\\SecurityController::activation' => '?',
  3675.             'App\\Controller\\User\\SecurityController::inscription' => '?',
  3676.             'App\\Controller\\User\\SecurityController::login' => '?',
  3677.             'App\\Controller\\User\\SecurityController::motDePasseOublie' => '?',
  3678.             'App\\Controller\\User\\UtilController::loginAsUserAction' => '?',
  3679.             'App\\Controller\\Visa\\VisaController::EmailLot' => '?',
  3680.             'App\\Controller\\Visa\\VisaController::cible' => '?',
  3681.             'App\\Controller\\Visa\\VisaController::exigence' => '?',
  3682.             'App\\Controller\\Visa\\VisaController::exigenceSupp' => '?',
  3683.             'App\\Controller\\Visa\\VisaController::exigencedz' => '?',
  3684.             'App\\Controller\\Visa\\VisaController::fichierLot' => '?',
  3685.             'App\\Controller\\Visa\\VisaController::fichierSupp' => '?',
  3686.             'App\\Controller\\Visa\\VisaController::index' => '?',
  3687.             'App\\Controller\\Visa\\VisaController::listeContacts' => '?',
  3688.             'App\\Controller\\Visa\\VisaController::listeExigences' => '?',
  3689.             'App\\Controller\\Visa\\VisaController::lot' => '?',
  3690.             'App\\Controller\\Visa\\VisaController::lotDownloadZipFiles' => '?',
  3691.             'App\\Controller\\Visa\\VisaController::nouvelleExigence' => '?',
  3692.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFiles' => '?',
  3693.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFilesByCible' => '?',
  3694.             'App\\Controller\\Visa\\VisaController::tri' => '?',
  3695.             'App\\Controller\\Visa\\VisaController::visa_edit_contact' => '?',
  3696.             'App\\Controller\\Visa\\VisaController::visa_nouveau_contact' => '?',
  3697.             'App\\Controller\\Visa\\VisaController::visa_nouveau_projet' => '?',
  3698.             'App\\Controller\\Visiteur\\SiteclientController::admin' => '?',
  3699.             'App\\Controller\\Visiteur\\SiteclientController::efae' => '?',
  3700.             'App\\Controller\\Visiteur\\SiteclientController::homepage' => '?',
  3701.             'App\\Controller\\Visiteur\\SiteclientController::index' => '?',
  3702.             'App\\Controller\\Visiteur\\SiteclientController::infiltration' => '?',
  3703.             'App\\Controller\\Visiteur\\SiteclientController::listePluvio' => '?',
  3704.             'App\\Controller\\Visiteur\\SiteclientController::pluvioId' => '?',
  3705.             'App\\Controller\\Visiteur\\SiteclientController::postConnexion' => '?',
  3706.             'App\\Controller\\Visiteur\\SiteclientController::retutilisationBilanPdf' => '?',
  3707.             'App\\Controller\\Visiteur\\SiteclientController::reutilisation' => '?',
  3708.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzone' => '?',
  3709.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzoneTest' => '?',
  3710.             'kernel::loadRoutes' => '?',
  3711.             'kernel::registerContainerConfiguration' => '?',
  3712.             'App\\Controller\\CaniculeController:canicule' => '?',
  3713.             'App\\Controller\\CaniculeMeteonormController:index' => '?',
  3714.             'App\\Controller\\Fiche\\FicheBatimentController:analyse' => '?',
  3715.             'App\\Controller\\Fiche\\FicheBatimentController:delete' => '?',
  3716.             'App\\Controller\\Fiche\\FicheBatimentController:doublons' => '?',
  3717.             'App\\Controller\\Fiche\\FicheBatimentController:doublonsDeleteAll' => '?',
  3718.             'App\\Controller\\Fiche\\FicheBatimentController:index' => '?',
  3719.             'App\\Controller\\Fiche\\FicheBatimentExempleController:change' => '?',
  3720.             'App\\Controller\\Fiche\\FicheExportController:xlsx' => '?',
  3721.             'App\\Controller\\FichierMeteoController:fichierMeteo' => '?',
  3722.             'App\\Controller\\MeteoController:getAllStationsData' => '?',
  3723.             'App\\Controller\\MeteoController:listeDesStations' => '?',
  3724.             'App\\Controller\\MeteoController:listeStation' => '?',
  3725.             'App\\Controller\\User\\ManageController:add' => '?',
  3726.             'App\\Controller\\User\\ManageController:delete' => '?',
  3727.             'App\\Controller\\User\\ManageController:edit' => '?',
  3728.             'App\\Controller\\User\\ManageController:fiche' => '?',
  3729.             'App\\Controller\\User\\ManageController:index' => '?',
  3730.             'App\\Controller\\User\\ProfileController:changeIsComparaisonAll' => '?',
  3731.             'App\\Controller\\User\\ProfileController:changePasswordAction' => '?',
  3732.             'App\\Controller\\User\\SecurityController:activation' => '?',
  3733.             'App\\Controller\\User\\SecurityController:inscription' => '?',
  3734.             'App\\Controller\\User\\SecurityController:login' => '?',
  3735.             'App\\Controller\\User\\SecurityController:motDePasseOublie' => '?',
  3736.             'App\\Controller\\User\\UtilController:loginAsUserAction' => '?',
  3737.             'App\\Controller\\Visa\\VisaController:EmailLot' => '?',
  3738.             'App\\Controller\\Visa\\VisaController:cible' => '?',
  3739.             'App\\Controller\\Visa\\VisaController:exigence' => '?',
  3740.             'App\\Controller\\Visa\\VisaController:exigenceSupp' => '?',
  3741.             'App\\Controller\\Visa\\VisaController:exigencedz' => '?',
  3742.             'App\\Controller\\Visa\\VisaController:fichierLot' => '?',
  3743.             'App\\Controller\\Visa\\VisaController:fichierSupp' => '?',
  3744.             'App\\Controller\\Visa\\VisaController:index' => '?',
  3745.             'App\\Controller\\Visa\\VisaController:listeContacts' => '?',
  3746.             'App\\Controller\\Visa\\VisaController:listeExigences' => '?',
  3747.             'App\\Controller\\Visa\\VisaController:lot' => '?',
  3748.             'App\\Controller\\Visa\\VisaController:lotDownloadZipFiles' => '?',
  3749.             'App\\Controller\\Visa\\VisaController:nouvelleExigence' => '?',
  3750.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFiles' => '?',
  3751.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFilesByCible' => '?',
  3752.             'App\\Controller\\Visa\\VisaController:tri' => '?',
  3753.             'App\\Controller\\Visa\\VisaController:visa_edit_contact' => '?',
  3754.             'App\\Controller\\Visa\\VisaController:visa_nouveau_contact' => '?',
  3755.             'App\\Controller\\Visa\\VisaController:visa_nouveau_projet' => '?',
  3756.             'App\\Controller\\Visiteur\\SiteclientController:admin' => '?',
  3757.             'App\\Controller\\Visiteur\\SiteclientController:efae' => '?',
  3758.             'App\\Controller\\Visiteur\\SiteclientController:homepage' => '?',
  3759.             'App\\Controller\\Visiteur\\SiteclientController:index' => '?',
  3760.             'App\\Controller\\Visiteur\\SiteclientController:infiltration' => '?',
  3761.             'App\\Controller\\Visiteur\\SiteclientController:listePluvio' => '?',
  3762.             'App\\Controller\\Visiteur\\SiteclientController:pluvioId' => '?',
  3763.             'App\\Controller\\Visiteur\\SiteclientController:postConnexion' => '?',
  3764.             'App\\Controller\\Visiteur\\SiteclientController:retutilisationBilanPdf' => '?',
  3765.             'App\\Controller\\Visiteur\\SiteclientController:reutilisation' => '?',
  3766.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzone' => '?',
  3767.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzoneTest' => '?',
  3768.             'kernel:loadRoutes' => '?',
  3769.             'kernel:registerContainerConfiguration' => '?',
  3770.         ]);
  3771.     }
  3772.     /**
  3773.      * Gets the private '.service_locator.XsyfP82' shared service.
  3774.      *
  3775.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3776.      */
  3777.     protected function get_ServiceLocator_XsyfP82Service()
  3778.     {
  3779.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3780.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3781.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3782.         ], [
  3783.             'event_dispatcher' => '?',
  3784.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3785.         ]);
  3786.     }
  3787.     /**
  3788.      * Gets the private '.service_locator._0B8_H1' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3791.      */
  3792.     protected function get_ServiceLocator_0B8H1Service()
  3793.     {
  3794.         return $this->privates['.service_locator._0B8_H1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3795.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3796.             'pluvioRepo' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  3797.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3798.             'session' => ['privates''.errored..service_locator._0B8_H1.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator._0B8_H1": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3799.         ], [
  3800.             'em' => '?',
  3801.             'pluvioRepo' => 'App\\Repository\\PluvioDatabaseRepository',
  3802.             'security' => '?',
  3803.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3804.         ]);
  3805.     }
  3806.     /**
  3807.      * Gets the private '.service_locator.baR3Skb' shared service.
  3808.      *
  3809.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3810.      */
  3811.     protected function get_ServiceLocator_BaR3SkbService()
  3812.     {
  3813.         return $this->privates['.service_locator.baR3Skb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3814.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3815.             'session' => ['privates''.errored..service_locator.baR3Skb.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.baR3Skb": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3816.             'slugger' => ['privates''slugger''getSluggerService'false],
  3817.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3818.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3819.             'visaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3820.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3821.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3822.         ], [
  3823.             'em' => '?',
  3824.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3825.             'slugger' => '?',
  3826.             'thePaginator' => '?',
  3827.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3828.             'visaContactsRepository' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3829.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3830.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3831.         ]);
  3832.     }
  3833.     /**
  3834.      * Gets the private '.service_locator.blKJm1i' shared service.
  3835.      *
  3836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3837.      */
  3838.     protected function get_ServiceLocator_BlKJm1iService()
  3839.     {
  3840.         return $this->privates['.service_locator.blKJm1i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3841.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3842.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3843.             'session' => ['privates''.errored..service_locator.blKJm1i.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.blKJm1i": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3844.         ], [
  3845.             'em' => '?',
  3846.             'security' => '?',
  3847.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3848.         ]);
  3849.     }
  3850.     /**
  3851.      * Gets the private '.service_locator.dNG_.Gh' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3854.      */
  3855.     protected function get_ServiceLocator_DNG_GhService()
  3856.     {
  3857.         return $this->privates['.service_locator.dNG_.Gh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3858.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3859.         ], [
  3860.             'theUserPasswordHasherInterface' => '?',
  3861.         ]);
  3862.     }
  3863.     /**
  3864.      * Gets the private '.service_locator.dbFJ5zg' shared service.
  3865.      *
  3866.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3867.      */
  3868.     protected function get_ServiceLocator_DbFJ5zgService()
  3869.     {
  3870.         return $this->privates['.service_locator.dbFJ5zg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3871.             'session' => ['privates''.errored..service_locator.dbFJ5zg.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.dbFJ5zg": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3872.         ], [
  3873.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3874.         ]);
  3875.     }
  3876.     /**
  3877.      * Gets the private '.service_locator.dx9atRD' shared service.
  3878.      *
  3879.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3880.      */
  3881.     protected function get_ServiceLocator_Dx9atRDService()
  3882.     {
  3883.         return $this->privates['.service_locator.dx9atRD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3884.             'ficheBatRep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3885.             'fichebatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3886.             'session' => ['privates''.errored..service_locator.dx9atRD.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.dx9atRD": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3887.             'theFicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  3888.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3889.         ], [
  3890.             'ficheBatRep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3891.             'fichebatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3892.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3893.             'theFicheBatimentExempleRepository' => 'App\\Repository\\Fiche\\FicheBatimentExempleRepository',
  3894.             'thePaginator' => '?',
  3895.         ]);
  3896.     }
  3897.     /**
  3898.      * Gets the private '.service_locator.gu5No2f' shared service.
  3899.      *
  3900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3901.      */
  3902.     protected function get_ServiceLocator_Gu5No2fService()
  3903.     {
  3904.         return $this->privates['.service_locator.gu5No2f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3905.             'session' => ['privates''.errored..service_locator.gu5No2f.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.gu5No2f": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3906.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3907.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3908.         ], [
  3909.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3910.             'thePaginator' => '?',
  3911.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3912.         ]);
  3913.     }
  3914.     /**
  3915.      * Gets the private '.service_locator.j1dXv3k' shared service.
  3916.      *
  3917.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3918.      */
  3919.     protected function get_ServiceLocator_J1dXv3kService()
  3920.     {
  3921.         return $this->privates['.service_locator.j1dXv3k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3922.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3923.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3924.             'session' => ['privates''.errored..service_locator.j1dXv3k.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.j1dXv3k": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3925.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3926.         ], [
  3927.             'em' => '?',
  3928.             'security' => '?',
  3929.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3930.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3931.         ]);
  3932.     }
  3933.     /**
  3934.      * Gets the private '.service_locator.jw78yFm' shared service.
  3935.      *
  3936.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3937.      */
  3938.     protected function get_ServiceLocator_Jw78yFmService()
  3939.     {
  3940.         return $this->privates['.service_locator.jw78yFm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3941.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3942.             'ficheBatRep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3943.             'session' => ['privates''.errored..service_locator.jw78yFm.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.jw78yFm": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3944.         ], [
  3945.             'em' => '?',
  3946.             'ficheBatRep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3947.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3948.         ]);
  3949.     }
  3950.     /**
  3951.      * Gets the private '.service_locator.kJcBm2V' shared service.
  3952.      *
  3953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3954.      */
  3955.     protected function get_ServiceLocator_KJcBm2VService()
  3956.     {
  3957.         return $this->privates['.service_locator.kJcBm2V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3958.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3959.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3960.             'session' => ['privates''.errored..service_locator.kJcBm2V.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.kJcBm2V": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  3961.             'slugger' => ['privates''slugger''getSluggerService'false],
  3962.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3963.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3964.             'visaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3965.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3966.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3967.         ], [
  3968.             'em' => '?',
  3969.             'mailer' => '?',
  3970.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3971.             'slugger' => '?',
  3972.             'thePaginator' => '?',
  3973.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3974.             'visaContactsRepository' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3975.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3976.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3977.         ]);
  3978.     }
  3979.     /**
  3980.      * Gets the private '.service_locator.lB7IHi8' shared service.
  3981.      *
  3982.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3983.      */
  3984.     protected function get_ServiceLocator_LB7IHi8Service()
  3985.     {
  3986.         return $this->privates['.service_locator.lB7IHi8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3987.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3988.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3989.         ], [
  3990.             'authenticationUtils' => '?',
  3991.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3992.         ]);
  3993.     }
  3994.     /**
  3995.      * Gets the private '.service_locator.lJ.uJFs' shared service.
  3996.      *
  3997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3998.      */
  3999.     protected function get_ServiceLocator_LJ_UJFsService()
  4000.     {
  4001.         return $this->privates['.service_locator.lJ.uJFs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4002.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  4003.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4004.         ], [
  4005.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  4006.             'theManagerRegistry' => '?',
  4007.         ]);
  4008.     }
  4009.     /**
  4010.      * Gets the private '.service_locator.mx0UMmY' shared service.
  4011.      *
  4012.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4013.      */
  4014.     protected function get_ServiceLocator_Mx0UMmYService()
  4015.     {
  4016.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4017.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4018.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4019.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4020.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4021.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4022.             'router' => ['services''router''getRouterService'false],
  4023.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4024.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4025.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4026.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4027.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4028.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4029.         ], [
  4030.             'doctrine' => '?',
  4031.             'form.factory' => '?',
  4032.             'http_kernel' => '?',
  4033.             'parameter_bag' => '?',
  4034.             'request_stack' => '?',
  4035.             'router' => '?',
  4036.             'security.authorization_checker' => '?',
  4037.             'security.csrf.token_manager' => '?',
  4038.             'security.token_storage' => '?',
  4039.             'serializer' => '?',
  4040.             'session' => '.session.deprecated',
  4041.             'twig' => '?',
  4042.         ]);
  4043.     }
  4044.     /**
  4045.      * Gets the private '.service_locator.ouBckhn' shared service.
  4046.      *
  4047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4048.      */
  4049.     protected function get_ServiceLocator_OuBckhnService()
  4050.     {
  4051.         return $this->privates['.service_locator.ouBckhn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4052.             'pluvioRepo' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  4053.             'session' => ['privates''.errored..service_locator.ouBckhn.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.ouBckhn": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  4054.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4055.         ], [
  4056.             'pluvioRepo' => 'App\\Repository\\PluvioDatabaseRepository',
  4057.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4058.             'thePaginator' => '?',
  4059.         ]);
  4060.     }
  4061.     /**
  4062.      * Gets the private '.service_locator.qKGnwPO' shared service.
  4063.      *
  4064.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4065.      */
  4066.     protected function get_ServiceLocator_QKGnwPOService()
  4067.     {
  4068.         return $this->privates['.service_locator.qKGnwPO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4069.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  4070.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4071.             'pluvioDatabaseRepository' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  4072.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4073.             'session' => ['privates''.errored..service_locator.qKGnwPO.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.qKGnwPO": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  4074.         ], [
  4075.             'knpSnappyPdf' => '?',
  4076.             'logger' => '?',
  4077.             'pluvioDatabaseRepository' => 'App\\Repository\\PluvioDatabaseRepository',
  4078.             'serializer' => '?',
  4079.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4080.         ]);
  4081.     }
  4082.     /**
  4083.      * Gets the private '.service_locator.qgJeq67' shared service.
  4084.      *
  4085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4086.      */
  4087.     protected function get_ServiceLocator_QgJeq67Service()
  4088.     {
  4089.         return $this->privates['.service_locator.qgJeq67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4090.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4091.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  4092.         ], [
  4093.             'theManagerRegistry' => '?',
  4094.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  4095.         ]);
  4096.     }
  4097.     /**
  4098.      * Gets the private '.service_locator.sKmUknj' shared service.
  4099.      *
  4100.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4101.      */
  4102.     protected function get_ServiceLocator_SKmUknjService()
  4103.     {
  4104.         return $this->privates['.service_locator.sKmUknj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4105.             'theMailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4106.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4107.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  4108.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  4109.         ], [
  4110.             'theMailer' => '?',
  4111.             'theManagerRegistry' => '?',
  4112.             'theUserPasswordHasherInterface' => '?',
  4113.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  4114.         ]);
  4115.     }
  4116.     /**
  4117.      * Gets the private '.service_locator.t6i3vFk' shared service.
  4118.      *
  4119.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4120.      */
  4121.     protected function get_ServiceLocator_T6i3vFkService()
  4122.     {
  4123.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4124.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4125.         ], [
  4126.             'em' => '?',
  4127.         ]);
  4128.     }
  4129.     /**
  4130.      * Gets the private '.service_locator.uE3NHej' shared service.
  4131.      *
  4132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4133.      */
  4134.     protected function get_ServiceLocator_UE3NHejService()
  4135.     {
  4136.         return $this->privates['.service_locator.uE3NHej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4137.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4138.         ], [
  4139.             'theManagerRegistry' => '?',
  4140.         ]);
  4141.     }
  4142.     /**
  4143.      * Gets the private '.service_locator.vCITWb1' shared service.
  4144.      *
  4145.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4146.      */
  4147.     protected function get_ServiceLocator_VCITWb1Service()
  4148.     {
  4149.         return $this->privates['.service_locator.vCITWb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4150.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4151.             'session' => ['privates''.errored..service_locator.vCITWb1.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.vCITWb1": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  4152.             'slugger' => ['privates''slugger''getSluggerService'false],
  4153.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  4154.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  4155.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  4156.         ], [
  4157.             'em' => '?',
  4158.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4159.             'slugger' => '?',
  4160.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  4161.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  4162.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  4163.         ]);
  4164.     }
  4165.     /**
  4166.      * Gets the private '.service_locator.wsouKss' shared service.
  4167.      *
  4168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4169.      */
  4170.     protected function get_ServiceLocator_WsouKssService()
  4171.     {
  4172.         return $this->privates['.service_locator.wsouKss'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4173.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4174.             'rep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  4175.         ], [
  4176.             'em' => '?',
  4177.             'rep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  4178.         ]);
  4179.     }
  4180.     /**
  4181.      * Gets the private '.service_locator.xUrKPVU' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4184.      */
  4185.     protected function get_ServiceLocator_XUrKPVUService()
  4186.     {
  4187.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4188.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  4189.         ], [
  4190.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4191.         ]);
  4192.     }
  4193.     /**
  4194.      * Gets the private '.service_locator.y.UAYvk' shared service.
  4195.      *
  4196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4197.      */
  4198.     protected function get_ServiceLocator_Y_UAYvkService()
  4199.     {
  4200.         return $this->privates['.service_locator.y.UAYvk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4201.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4202.             'session' => ['privates''.errored..service_locator.y.UAYvk.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.y.UAYvk": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  4203.             'slugger' => ['privates''slugger''getSluggerService'false],
  4204.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4205.             'visaContactsRepo' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  4206.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  4207.         ], [
  4208.             'em' => '?',
  4209.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4210.             'slugger' => '?',
  4211.             'thePaginator' => '?',
  4212.             'visaContactsRepo' => 'App\\Repository\\Visa\\VisaContactsRepository',
  4213.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  4214.         ]);
  4215.     }
  4216.     /**
  4217.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4220.      */
  4221.     protected function get_ServiceLocator_ZJyh7qSService()
  4222.     {
  4223.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4224.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4225.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4226.         ], [
  4227.             'security.firewall.map.context.dev' => '?',
  4228.             'security.firewall.map.context.main' => '?',
  4229.         ]);
  4230.     }
  4231.     /**
  4232.      * Gets the private '.session.deprecated' shared service.
  4233.      *
  4234.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4235.      */
  4236.     protected function get_Session_DeprecatedService()
  4237.     {
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4240.         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();
  4241.     }
  4242.     /**
  4243.      * Gets the private '.twig.command.debug.lazy' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\Console\Command\LazyCommand
  4246.      */
  4247.     protected function get_Twig_Command_Debug_LazyService()
  4248.     {
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4251.         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 {
  4252.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4253.         });
  4254.     }
  4255.     /**
  4256.      * Gets the private '.twig.command.lint.lazy' shared service.
  4257.      *
  4258.      * @return \Symfony\Component\Console\Command\LazyCommand
  4259.      */
  4260.     protected function get_Twig_Command_Lint_LazyService()
  4261.     {
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4264.         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 {
  4265.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4266.         });
  4267.     }
  4268.     /**
  4269.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4270.      *
  4271.      * @return \Symfony\Component\Console\Command\LazyCommand
  4272.      */
  4273.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4274.     {
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4277.         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 {
  4278.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4279.         });
  4280.     }
  4281.     /**
  4282.      * Gets the private 'App\Command\Fiche\FicheBatimentReimport' shared autowired service.
  4283.      *
  4284.      * @return \App\Command\Fiche\FicheBatimentReimport
  4285.      */
  4286.     protected function getFicheBatimentReimportService()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4289.         include_once \dirname(__DIR__4).'/src/Command/Fiche/FicheBatimentReimport.php';
  4290.         $this->privates['App\\Command\\Fiche\\FicheBatimentReimport'] = $instance = new \App\Command\Fiche\FicheBatimentReimport(($this->privates['App\\Service\\Fiche\\FicheBatimentImportService'] ?? $this->getFicheBatimentImportServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4291.         $instance->setName('fiche:fiche-batiment-reimport');
  4292.         return $instance;
  4293.     }
  4294.     /**
  4295.      * Gets the private 'App\Command\ReminderLotCommand' shared autowired service.
  4296.      *
  4297.      * @return \App\Command\ReminderLotCommand
  4298.      */
  4299.     protected function getReminderLotCommandService()
  4300.     {
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4302.         include_once \dirname(__DIR__4).'/src/Command/ReminderLotCommand.php';
  4303.         $this->privates['App\\Command\\ReminderLotCommand'] = $instance = new \App\Command\ReminderLotCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4304.         $instance->setName('app:ReminderLot');
  4305.         $instance->setDescription('Envoi des rappels Ã  15 jours');
  4306.         return $instance;
  4307.     }
  4308.     /**
  4309.      * Gets the private 'App\Command\User\CreateUserCommand' shared autowired service.
  4310.      *
  4311.      * @return \App\Command\User\CreateUserCommand
  4312.      */
  4313.     protected function getCreateUserCommandService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4316.         include_once \dirname(__DIR__4).'/src/Command/User/CreateUserCommand.php';
  4317.         $this->privates['App\\Command\\User\\CreateUserCommand'] = $instance = new \App\Command\User\CreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  4318.         $instance->setName('user:create');
  4319.         return $instance;
  4320.     }
  4321.     /**
  4322.      * Gets the private 'App\Form\AffichageGraphiqueType' shared autowired service.
  4323.      *
  4324.      * @return \App\Form\AffichageGraphiqueType
  4325.      */
  4326.     protected function getAffichageGraphiqueTypeService()
  4327.     {
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4330.         include_once \dirname(__DIR__4).'/src/Form/AffichageGraphiqueType.php';
  4331.         return $this->privates['App\\Form\\AffichageGraphiqueType'] = new \App\Form\AffichageGraphiqueType();
  4332.     }
  4333.     /**
  4334.      * Gets the private 'App\Form\CaniculeMeteonormType' shared autowired service.
  4335.      *
  4336.      * @return \App\Form\CaniculeMeteonormType
  4337.      */
  4338.     protected function getCaniculeMeteonormTypeService()
  4339.     {
  4340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4342.         include_once \dirname(__DIR__4).'/src/Form/CaniculeMeteonormType.php';
  4343.         include_once \dirname(__DIR__4).'/src/Service/StationService.php';
  4344.         return $this->privates['App\\Form\\CaniculeMeteonormType'] = new \App\Form\CaniculeMeteonormType(($this->privates['App\\Service\\StationService'] ?? ($this->privates['App\\Service\\StationService'] = new \App\Service\StationService())));
  4345.     }
  4346.     /**
  4347.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4348.      *
  4349.      * @return \App\Form\ContactType
  4350.      */
  4351.     protected function getContactTypeService()
  4352.     {
  4353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4355.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4356.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4357.     }
  4358.     /**
  4359.      * Gets the private 'App\Form\Fiche\FicheBatimentFilterType' shared autowired service.
  4360.      *
  4361.      * @return \App\Form\Fiche\FicheBatimentFilterType
  4362.      */
  4363.     protected function getFicheBatimentFilterTypeService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4367.         include_once \dirname(__DIR__4).'/src/Form/Fiche/FicheBatimentFilterType.php';
  4368.         return $this->privates['App\\Form\\Fiche\\FicheBatimentFilterType'] = new \App\Form\Fiche\FicheBatimentFilterType();
  4369.     }
  4370.     /**
  4371.      * Gets the private 'App\Form\FichierMeteoType' shared autowired service.
  4372.      *
  4373.      * @return \App\Form\FichierMeteoType
  4374.      */
  4375.     protected function getFichierMeteoTypeService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4379.         include_once \dirname(__DIR__4).'/src/Form/FichierMeteoType.php';
  4380.         return $this->privates['App\\Form\\FichierMeteoType'] = new \App\Form\FichierMeteoType();
  4381.     }
  4382.     /**
  4383.      * Gets the private 'App\Form\InfiltrationType' shared autowired service.
  4384.      *
  4385.      * @return \App\Form\InfiltrationType
  4386.      */
  4387.     protected function getInfiltrationTypeService()
  4388.     {
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4391.         include_once \dirname(__DIR__4).'/src/Form/InfiltrationType.php';
  4392.         return $this->privates['App\\Form\\InfiltrationType'] = new \App\Form\InfiltrationType();
  4393.     }
  4394.     /**
  4395.      * Gets the private 'App\Form\ReutilisationType' shared autowired service.
  4396.      *
  4397.      * @return \App\Form\ReutilisationType
  4398.      */
  4399.     protected function getReutilisationTypeService()
  4400.     {
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4403.         include_once \dirname(__DIR__4).'/src/Form/ReutilisationType.php';
  4404.         return $this->privates['App\\Form\\ReutilisationType'] = new \App\Form\ReutilisationType();
  4405.     }
  4406.     /**
  4407.      * Gets the private 'App\Form\StationMeteoType' shared autowired service.
  4408.      *
  4409.      * @return \App\Form\StationMeteoType
  4410.      */
  4411.     protected function getStationMeteoTypeService()
  4412.     {
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4415.         include_once \dirname(__DIR__4).'/src/Form/StationMeteoType.php';
  4416.         return $this->privates['App\\Form\\StationMeteoType'] = new \App\Form\StationMeteoType();
  4417.     }
  4418.     /**
  4419.      * Gets the private 'App\Form\UploadFichierType' shared autowired service.
  4420.      *
  4421.      * @return \App\Form\UploadFichierType
  4422.      */
  4423.     protected function getUploadFichierTypeService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4427.         include_once \dirname(__DIR__4).'/src/Form/UploadFichierType.php';
  4428.         return $this->privates['App\\Form\\UploadFichierType'] = new \App\Form\UploadFichierType();
  4429.     }
  4430.     /**
  4431.      * Gets the private 'App\Form\User\InscriptionType' shared autowired service.
  4432.      *
  4433.      * @return \App\Form\User\InscriptionType
  4434.      */
  4435.     protected function getInscriptionTypeService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4439.         include_once \dirname(__DIR__4).'/src/Form/User/InscriptionType.php';
  4440.         return $this->privates['App\\Form\\User\\InscriptionType'] = new \App\Form\User\InscriptionType();
  4441.     }
  4442.     /**
  4443.      * Gets the private 'App\Form\User\LoginType' shared autowired service.
  4444.      *
  4445.      * @return \App\Form\User\LoginType
  4446.      */
  4447.     protected function getLoginTypeService()
  4448.     {
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4451.         include_once \dirname(__DIR__4).'/src/Form/User/LoginType.php';
  4452.         return $this->privates['App\\Form\\User\\LoginType'] = new \App\Form\User\LoginType();
  4453.     }
  4454.     /**
  4455.      * Gets the private 'App\Form\User\MotDePasseOublieType' shared autowired service.
  4456.      *
  4457.      * @return \App\Form\User\MotDePasseOublieType
  4458.      */
  4459.     protected function getMotDePasseOublieTypeService()
  4460.     {
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4463.         include_once \dirname(__DIR__4).'/src/Form/User/MotDePasseOublieType.php';
  4464.         return $this->privates['App\\Form\\User\\MotDePasseOublieType'] = new \App\Form\User\MotDePasseOublieType();
  4465.     }
  4466.     /**
  4467.      * Gets the private 'App\Form\User\UserChangePasswordType' shared autowired service.
  4468.      *
  4469.      * @return \App\Form\User\UserChangePasswordType
  4470.      */
  4471.     protected function getUserChangePasswordTypeService()
  4472.     {
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4475.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  4476.         include_once \dirname(__DIR__4).'/src/Form/User/UserChangePasswordType.php';
  4477.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4478.         if (isset($this->privates['App\\Form\\User\\UserChangePasswordType'])) {
  4479.             return $this->privates['App\\Form\\User\\UserChangePasswordType'];
  4480.         }
  4481.         return $this->privates['App\\Form\\User\\UserChangePasswordType'] = new \App\Form\User\UserChangePasswordType(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a);
  4482.     }
  4483.     /**
  4484.      * Gets the private 'App\Form\User\UserEditType' shared autowired service.
  4485.      *
  4486.      * @return \App\Form\User\UserEditType
  4487.      */
  4488.     protected function getUserEditTypeService()
  4489.     {
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4492.         include_once \dirname(__DIR__4).'/src/Form/User/UserEditType.php';
  4493.         return $this->privates['App\\Form\\User\\UserEditType'] = new \App\Form\User\UserEditType();
  4494.     }
  4495.     /**
  4496.      * Gets the private 'App\Form\User\UserFilterType' shared autowired service.
  4497.      *
  4498.      * @return \App\Form\User\UserFilterType
  4499.      */
  4500.     protected function getUserFilterTypeService()
  4501.     {
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4504.         include_once \dirname(__DIR__4).'/src/Form/User/UserFilterType.php';
  4505.         return $this->privates['App\\Form\\User\\UserFilterType'] = new \App\Form\User\UserFilterType();
  4506.     }
  4507.     /**
  4508.      * Gets the private 'App\Form\User\UserType' shared autowired service.
  4509.      *
  4510.      * @return \App\Form\User\UserType
  4511.      */
  4512.     protected function getUserTypeService()
  4513.     {
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4516.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  4517.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4518.         if (isset($this->privates['App\\Form\\User\\UserType'])) {
  4519.             return $this->privates['App\\Form\\User\\UserType'];
  4520.         }
  4521.         return $this->privates['App\\Form\\User\\UserType'] = new \App\Form\User\UserType(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a);
  4522.     }
  4523.     /**
  4524.      * Gets the private 'App\Form\User\UserUpdateProfileType' shared autowired service.
  4525.      *
  4526.      * @return \App\Form\User\UserUpdateProfileType
  4527.      */
  4528.     protected function getUserUpdateProfileTypeService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4532.         include_once \dirname(__DIR__4).'/src/Form/User/UserUpdateProfileType.php';
  4533.         return $this->privates['App\\Form\\User\\UserUpdateProfileType'] = new \App\Form\User\UserUpdateProfileType();
  4534.     }
  4535.     /**
  4536.      * Gets the private 'App\Form\Visa\VisaCommentaireEntrepriseType' shared autowired service.
  4537.      *
  4538.      * @return \App\Form\Visa\VisaCommentaireEntrepriseType
  4539.      */
  4540.     protected function getVisaCommentaireEntrepriseTypeService()
  4541.     {
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4544.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaCommentaireEntrepriseType.php';
  4545.         return $this->privates['App\\Form\\Visa\\VisaCommentaireEntrepriseType'] = new \App\Form\Visa\VisaCommentaireEntrepriseType();
  4546.     }
  4547.     /**
  4548.      * Gets the private 'App\Form\Visa\VisaContactEmail' shared autowired service.
  4549.      *
  4550.      * @return \App\Form\Visa\VisaContactEmail
  4551.      */
  4552.     protected function getVisaContactEmailService()
  4553.     {
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4556.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaContactEmail.php';
  4557.         return $this->privates['App\\Form\\Visa\\VisaContactEmail'] = new \App\Form\Visa\VisaContactEmail();
  4558.     }
  4559.     /**
  4560.      * Gets the private 'App\Form\Visa\VisaContactsType' shared autowired service.
  4561.      *
  4562.      * @return \App\Form\Visa\VisaContactsType
  4563.      */
  4564.     protected function getVisaContactsTypeService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4568.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaContactsType.php';
  4569.         return $this->privates['App\\Form\\Visa\\VisaContactsType'] = new \App\Form\Visa\VisaContactsType();
  4570.     }
  4571.     /**
  4572.      * Gets the private 'App\Form\Visa\VisaExigencesType' shared autowired service.
  4573.      *
  4574.      * @return \App\Form\Visa\VisaExigencesType
  4575.      */
  4576.     protected function getVisaExigencesTypeService()
  4577.     {
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4580.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaExigencesType.php';
  4581.         return $this->privates['App\\Form\\Visa\\VisaExigencesType'] = new \App\Form\Visa\VisaExigencesType();
  4582.     }
  4583.     /**
  4584.      * Gets the private 'App\Form\Visa\VisaLotBilan' shared autowired service.
  4585.      *
  4586.      * @return \App\Form\Visa\VisaLotBilan
  4587.      */
  4588.     protected function getVisaLotBilanService()
  4589.     {
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4592.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaLotBilan.php';
  4593.         return $this->privates['App\\Form\\Visa\\VisaLotBilan'] = new \App\Form\Visa\VisaLotBilan();
  4594.     }
  4595.     /**
  4596.      * Gets the private 'App\Form\Visa\VisaNouvelleExigenceType' shared autowired service.
  4597.      *
  4598.      * @return \App\Form\Visa\VisaNouvelleExigenceType
  4599.      */
  4600.     protected function getVisaNouvelleExigenceTypeService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4604.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaNouvelleExigenceType.php';
  4605.         return $this->privates['App\\Form\\Visa\\VisaNouvelleExigenceType'] = new \App\Form\Visa\VisaNouvelleExigenceType();
  4606.     }
  4607.     /**
  4608.      * Gets the private 'App\Form\Visa\VisaProjetBilan' shared autowired service.
  4609.      *
  4610.      * @return \App\Form\Visa\VisaProjetBilan
  4611.      */
  4612.     protected function getVisaProjetBilanService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4616.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaProjetBilan.php';
  4617.         return $this->privates['App\\Form\\Visa\\VisaProjetBilan'] = new \App\Form\Visa\VisaProjetBilan();
  4618.     }
  4619.     /**
  4620.      * Gets the private 'App\Form\Visa\VisaProjetsFormType' shared autowired service.
  4621.      *
  4622.      * @return \App\Form\Visa\VisaProjetsFormType
  4623.      */
  4624.     protected function getVisaProjetsFormTypeService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4628.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaProjetsFormType.php';
  4629.         return $this->privates['App\\Form\\Visa\\VisaProjetsFormType'] = new \App\Form\Visa\VisaProjetsFormType();
  4630.     }
  4631.     /**
  4632.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  4633.      *
  4634.      * @return \App\Repository\ContactRepository
  4635.      */
  4636.     protected function getContactRepositoryService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4644.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  4645.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4646.     }
  4647.     /**
  4648.      * Gets the private 'App\Repository\Fiche\FicheBatimentExempleRepository' shared autowired service.
  4649.      *
  4650.      * @return \App\Repository\Fiche\FicheBatimentExempleRepository
  4651.      */
  4652.     protected function getFicheBatimentExempleRepositoryService()
  4653.     {
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4660.         include_once \dirname(__DIR__4).'/src/Repository/Fiche/FicheBatimentExempleRepository.php';
  4661.         return $this->privates['App\\Repository\\Fiche\\FicheBatimentExempleRepository'] = new \App\Repository\Fiche\FicheBatimentExempleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4662.     }
  4663.     /**
  4664.      * Gets the private 'App\Repository\Fiche\FicheBatimentRepository' shared autowired service.
  4665.      *
  4666.      * @return \App\Repository\Fiche\FicheBatimentRepository
  4667.      */
  4668.     protected function getFicheBatimentRepositoryService()
  4669.     {
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4676.         include_once \dirname(__DIR__4).'/src/Repository/Fiche/FicheBatimentRepository.php';
  4677.         return $this->privates['App\\Repository\\Fiche\\FicheBatimentRepository'] = new \App\Repository\Fiche\FicheBatimentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4678.     }
  4679.     /**
  4680.      * Gets the private 'App\Repository\FichierRepository' shared autowired service.
  4681.      *
  4682.      * @return \App\Repository\FichierRepository
  4683.      */
  4684.     protected function getFichierRepositoryService()
  4685.     {
  4686.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4692.         include_once \dirname(__DIR__4).'/src/Repository/FichierRepository.php';
  4693.         return $this->privates['App\\Repository\\FichierRepository'] = new \App\Repository\FichierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4694.     }
  4695.     /**
  4696.      * Gets the private 'App\Repository\IdUserRepository' shared autowired service.
  4697.      *
  4698.      * @return \App\Repository\IdUserRepository
  4699.      */
  4700.     protected function getIdUserRepositoryService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4708.         include_once \dirname(__DIR__4).'/src/Repository/IdUserRepository.php';
  4709.         return $this->privates['App\\Repository\\IdUserRepository'] = new \App\Repository\IdUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4710.     }
  4711.     /**
  4712.      * Gets the private 'App\Repository\InfiltrationRepository' shared autowired service.
  4713.      *
  4714.      * @return \App\Repository\InfiltrationRepository
  4715.      */
  4716.     protected function getInfiltrationRepositoryService()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4724.         include_once \dirname(__DIR__4).'/src/Repository/InfiltrationRepository.php';
  4725.         return $this->privates['App\\Repository\\InfiltrationRepository'] = new \App\Repository\InfiltrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4726.     }
  4727.     /**
  4728.      * Gets the private 'App\Repository\PluvioDatabaseRepository' shared autowired service.
  4729.      *
  4730.      * @return \App\Repository\PluvioDatabaseRepository
  4731.      */
  4732.     protected function getPluvioDatabaseRepositoryService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4740.         include_once \dirname(__DIR__4).'/src/Repository/PluvioDatabaseRepository.php';
  4741.         return $this->privates['App\\Repository\\PluvioDatabaseRepository'] = new \App\Repository\PluvioDatabaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4742.     }
  4743.     /**
  4744.      * Gets the private 'App\Repository\StationsMeteoRepository' shared autowired service.
  4745.      *
  4746.      * @return \App\Repository\StationsMeteoRepository
  4747.      */
  4748.     protected function getStationsMeteoRepositoryService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4756.         include_once \dirname(__DIR__4).'/src/Repository/StationsMeteoRepository.php';
  4757.         return $this->privates['App\\Repository\\StationsMeteoRepository'] = new \App\Repository\StationsMeteoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4758.     }
  4759.     /**
  4760.      * Gets the private 'App\Repository\User\UserRepository' shared autowired service.
  4761.      *
  4762.      * @return \App\Repository\User\UserRepository
  4763.      */
  4764.     protected function getUserRepositoryService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4772.         include_once \dirname(__DIR__4).'/src/Repository/User/UserRepository.php';
  4773.         return $this->privates['App\\Repository\\User\\UserRepository'] = new \App\Repository\User\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4774.     }
  4775.     /**
  4776.      * Gets the private 'App\Repository\User\UserTentativeConnexionRepository' shared autowired service.
  4777.      *
  4778.      * @return \App\Repository\User\UserTentativeConnexionRepository
  4779.      */
  4780.     protected function getUserTentativeConnexionRepositoryService()
  4781.     {
  4782.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4788.         include_once \dirname(__DIR__4).'/src/Repository/User/UserTentativeConnexionRepository.php';
  4789.         return $this->privates['App\\Repository\\User\\UserTentativeConnexionRepository'] = new \App\Repository\User\UserTentativeConnexionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'App\Repository\Visa\VisaBilansRepository' shared autowired service.
  4793.      *
  4794.      * @return \App\Repository\Visa\VisaBilansRepository
  4795.      */
  4796.     protected function getVisaBilansRepositoryService()
  4797.     {
  4798.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4804.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaBilansRepository.php';
  4805.         return $this->privates['App\\Repository\\Visa\\VisaBilansRepository'] = new \App\Repository\Visa\VisaBilansRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'App\Repository\Visa\VisaContactsRepository' shared autowired service.
  4809.      *
  4810.      * @return \App\Repository\Visa\VisaContactsRepository
  4811.      */
  4812.     protected function getVisaContactsRepositoryService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4820.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaContactsRepository.php';
  4821.         return $this->privates['App\\Repository\\Visa\\VisaContactsRepository'] = new \App\Repository\Visa\VisaContactsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'App\Repository\Visa\VisaExigencesRepository' shared autowired service.
  4825.      *
  4826.      * @return \App\Repository\Visa\VisaExigencesRepository
  4827.      */
  4828.     protected function getVisaExigencesRepositoryService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4836.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaExigencesRepository.php';
  4837.         return $this->privates['App\\Repository\\Visa\\VisaExigencesRepository'] = new \App\Repository\Visa\VisaExigencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4838.     }
  4839.     /**
  4840.      * Gets the private 'App\Repository\Visa\VisaJustificatifsRepository' shared autowired service.
  4841.      *
  4842.      * @return \App\Repository\Visa\VisaJustificatifsRepository
  4843.      */
  4844.     protected function getVisaJustificatifsRepositoryService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4852.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaJustificatifsRepository.php';
  4853.         return $this->privates['App\\Repository\\Visa\\VisaJustificatifsRepository'] = new \App\Repository\Visa\VisaJustificatifsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4854.     }
  4855.     /**
  4856.      * Gets the private 'App\Repository\Visa\VisaProjetsRepository' shared autowired service.
  4857.      *
  4858.      * @return \App\Repository\Visa\VisaProjetsRepository
  4859.      */
  4860.     protected function getVisaProjetsRepositoryService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4868.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaProjetsRepository.php';
  4869.         return $this->privates['App\\Repository\\Visa\\VisaProjetsRepository'] = new \App\Repository\Visa\VisaProjetsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4870.     }
  4871.     /**
  4872.      * Gets the private 'App\Security\User\FormLoginAuthenticator' shared autowired service.
  4873.      *
  4874.      * @return \App\Security\User\FormLoginAuthenticator
  4875.      */
  4876.     protected function getFormLoginAuthenticatorService()
  4877.     {
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4883.         include_once \dirname(__DIR__4).'/src/Security/User/FormLoginAuthenticator.php';
  4884.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4885.         if (isset($this->privates['App\\Security\\User\\FormLoginAuthenticator'])) {
  4886.             return $this->privates['App\\Security\\User\\FormLoginAuthenticator'];
  4887.         }
  4888.         return $this->privates['App\\Security\\User\\FormLoginAuthenticator'] = new \App\Security\User\FormLoginAuthenticator($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $this->getSession_FlashBagService());
  4889.     }
  4890.     /**
  4891.      * Gets the private 'App\Service\Fiche\FicheBatimentImportService' shared autowired service.
  4892.      *
  4893.      * @return \App\Service\Fiche\FicheBatimentImportService
  4894.      */
  4895.     protected function getFicheBatimentImportServiceService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/src/Service/Fiche/FicheBatimentImportService.php';
  4898.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4899.         if (isset($this->privates['App\\Service\\Fiche\\FicheBatimentImportService'])) {
  4900.             return $this->privates['App\\Service\\Fiche\\FicheBatimentImportService'];
  4901.         }
  4902.         return $this->privates['App\\Service\\Fiche\\FicheBatimentImportService'] = new \App\Service\Fiche\FicheBatimentImportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  4903.     }
  4904.     /**
  4905.      * Gets the private 'App\Service\MeteoFranceService' shared autowired service.
  4906.      *
  4907.      * @return \App\Service\MeteoFranceService
  4908.      */
  4909.     protected function getMeteoFranceServiceService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/src/Service/MeteoFranceService.php';
  4912.         return $this->privates['App\\Service\\MeteoFranceService'] = new \App\Service\MeteoFranceService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('METEO_FRANCE_API_KEY'), $this->getEnv('METEO_FRANCE_STATIONS_URL'), $this->getEnv('METEO_FRANCE_COMMANDE_URL'), $this->getEnv('METEO_FRANCE_FICHIER_URL'), $this->getEnv('METEO_FRANCE_COMMANDE_HORAIRE_URL'));
  4913.     }
  4914.     /**
  4915.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4916.      *
  4917.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4918.      */
  4919.     protected function getManagerRegistryAwareConnectionProviderService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4923.         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'));
  4924.     }
  4925.     /**
  4926.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4927.      *
  4928.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4929.      */
  4930.     protected function getRunSqlCommandService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4935.         $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()));
  4936.         $instance->setName('dbal:run-sql');
  4937.         return $instance;
  4938.     }
  4939.     /**
  4940.      * Gets the private 'annotations.cache_adapter' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4943.      */
  4944.     protected function getAnnotations_CacheAdapterService()
  4945.     {
  4946.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4947.     }
  4948.     /**
  4949.      * Gets the private 'annotations.cache_warmer' shared service.
  4950.      *
  4951.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4952.      */
  4953.     protected function getAnnotations_CacheWarmerService()
  4954.     {
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4958.         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);
  4959.     }
  4960.     /**
  4961.      * Gets the private 'annotations.cached_reader' shared service.
  4962.      *
  4963.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4964.      */
  4965.     protected function getAnnotations_CachedReaderService()
  4966.     {
  4967.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4968.     }
  4969.     /**
  4970.      * Gets the private 'annotations.reader' shared service.
  4971.      *
  4972.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4973.      */
  4974.     protected function getAnnotations_ReaderService()
  4975.     {
  4976.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4977.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4978.         $a->registerUniqueLoader('class_exists');
  4979.         $instance->addGlobalIgnoredName('required'$a);
  4980.         return $instance;
  4981.     }
  4982.     /**
  4983.      * Gets the private 'cache.annotations' shared service.
  4984.      *
  4985.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4986.      */
  4987.     protected function getCache_AnnotationsService()
  4988.     {
  4989.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wEaMcOFIYm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4990.     }
  4991.     /**
  4992.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4993.      *
  4994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4995.      */
  4996.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4997.     {
  4998.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4999.     }
  5000.     /**
  5001.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5002.      *
  5003.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5004.      */
  5005.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5006.     {
  5007.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5008.     }
  5009.     /**
  5010.      * Gets the private 'cache.property_info' shared service.
  5011.      *
  5012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5013.      */
  5014.     protected function getCache_PropertyInfoService()
  5015.     {
  5016.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0LWCV9XR0a'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5017.     }
  5018.     /**
  5019.      * Gets the private 'cache.security_expression_language' shared service.
  5020.      *
  5021.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5022.      */
  5023.     protected function getCache_SecurityExpressionLanguageService()
  5024.     {
  5025.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nMAaFmTCQN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'cache.serializer' shared service.
  5029.      *
  5030.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5031.      */
  5032.     protected function getCache_SerializerService()
  5033.     {
  5034.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sOq3Mxnn69'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5035.     }
  5036.     /**
  5037.      * Gets the private 'cache.validator' shared service.
  5038.      *
  5039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5040.      */
  5041.     protected function getCache_ValidatorService()
  5042.     {
  5043.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xkypl5xyi8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5044.     }
  5045.     /**
  5046.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5047.      *
  5048.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5049.      */
  5050.     protected function getCachePoolClearer_CacheWarmerService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5054.         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']);
  5055.     }
  5056.     /**
  5057.      * Gets the private 'config_builder.warmer' shared service.
  5058.      *
  5059.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5060.      */
  5061.     protected function getConfigBuilder_WarmerService()
  5062.     {
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5065.         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()));
  5066.     }
  5067.     /**
  5068.      * Gets the private 'config_cache_factory' shared service.
  5069.      *
  5070.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5071.      */
  5072.     protected function getConfigCacheFactoryService()
  5073.     {
  5074.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5075.             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)));
  5076.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5077.         }, 2));
  5078.     }
  5079.     /**
  5080.      * Gets the private 'console.command.about' shared service.
  5081.      *
  5082.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5083.      */
  5084.     protected function getConsole_Command_AboutService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5088.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5089.         $instance->setName('about');
  5090.         $instance->setDescription('Display information about the current project');
  5091.         return $instance;
  5092.     }
  5093.     /**
  5094.      * Gets the private 'console.command.assets_install' shared service.
  5095.      *
  5096.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5097.      */
  5098.     protected function getConsole_Command_AssetsInstallService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5103.         $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));
  5104.         $instance->setName('assets:install');
  5105.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5106.         return $instance;
  5107.     }
  5108.     /**
  5109.      * Gets the private 'console.command.cache_clear' shared service.
  5110.      *
  5111.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5112.      */
  5113.     protected function getConsole_Command_CacheClearService()
  5114.     {
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5118.         $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())));
  5119.         $instance->setName('cache:clear');
  5120.         $instance->setDescription('Clear the cache');
  5121.         return $instance;
  5122.     }
  5123.     /**
  5124.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5125.      *
  5126.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5127.      */
  5128.     protected function getConsole_Command_CachePoolClearService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5132.         $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']);
  5133.         $instance->setName('cache:pool:clear');
  5134.         $instance->setDescription('Clear cache pools');
  5135.         return $instance;
  5136.     }
  5137.     /**
  5138.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5139.      *
  5140.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5141.      */
  5142.     protected function getConsole_Command_CachePoolDeleteService()
  5143.     {
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5146.         $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']);
  5147.         $instance->setName('cache:pool:delete');
  5148.         $instance->setDescription('Delete an item from a cache pool');
  5149.         return $instance;
  5150.     }
  5151.     /**
  5152.      * Gets the private 'console.command.cache_pool_list' shared service.
  5153.      *
  5154.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5155.      */
  5156.     protected function getConsole_Command_CachePoolListService()
  5157.     {
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5160.         $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']);
  5161.         $instance->setName('cache:pool:list');
  5162.         $instance->setDescription('List available cache pools');
  5163.         return $instance;
  5164.     }
  5165.     /**
  5166.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5167.      *
  5168.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5169.      */
  5170.     protected function getConsole_Command_CachePoolPruneService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5174.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5175.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5176.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5177.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5178.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5179.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5180.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5181.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5182.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5183.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5184.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5185.         }, 10));
  5186.         $instance->setName('cache:pool:prune');
  5187.         $instance->setDescription('Prune cache pools');
  5188.         return $instance;
  5189.     }
  5190.     /**
  5191.      * Gets the private 'console.command.cache_warmup' shared service.
  5192.      *
  5193.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5194.      */
  5195.     protected function getConsole_Command_CacheWarmupService()
  5196.     {
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5199.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5200.         $instance->setName('cache:warmup');
  5201.         $instance->setDescription('Warm up an empty cache');
  5202.         return $instance;
  5203.     }
  5204.     /**
  5205.      * Gets the private 'console.command.config_debug' shared service.
  5206.      *
  5207.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5208.      */
  5209.     protected function getConsole_Command_ConfigDebugService()
  5210.     {
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5216.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5217.         $instance->setName('debug:config');
  5218.         $instance->setDescription('Dump the current configuration for an extension');
  5219.         return $instance;
  5220.     }
  5221.     /**
  5222.      * Gets the private 'console.command.config_dump_reference' shared service.
  5223.      *
  5224.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5225.      */
  5226.     protected function getConsole_Command_ConfigDumpReferenceService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5233.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5234.         $instance->setName('config:dump-reference');
  5235.         $instance->setDescription('Dump the default configuration for an extension');
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the private 'console.command.container_debug' shared service.
  5240.      *
  5241.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5242.      */
  5243.     protected function getConsole_Command_ContainerDebugService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5248.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5249.         $instance->setName('debug:container');
  5250.         $instance->setDescription('Display current services for an application');
  5251.         return $instance;
  5252.     }
  5253.     /**
  5254.      * Gets the private 'console.command.container_lint' shared service.
  5255.      *
  5256.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5257.      */
  5258.     protected function getConsole_Command_ContainerLintService()
  5259.     {
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5262.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5263.         $instance->setName('lint:container');
  5264.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5265.         return $instance;
  5266.     }
  5267.     /**
  5268.      * Gets the private 'console.command.debug_autowiring' shared service.
  5269.      *
  5270.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5271.      */
  5272.     protected function getConsole_Command_DebugAutowiringService()
  5273.     {
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5278.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5279.         $instance->setName('debug:autowiring');
  5280.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5281.         return $instance;
  5282.     }
  5283.     /**
  5284.      * Gets the private 'console.command.dotenv_debug' shared service.
  5285.      *
  5286.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5287.      */
  5288.     protected function getConsole_Command_DotenvDebugService()
  5289.     {
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5292.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  5293.         $instance->setName('debug:dotenv');
  5294.         $instance->setDescription('Lists all dotenv files with variables and values');
  5295.         return $instance;
  5296.     }
  5297.     /**
  5298.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5299.      *
  5300.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5301.      */
  5302.     protected function getConsole_Command_EventDispatcherDebugService()
  5303.     {
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5306.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  5307.         $instance->setName('debug:event-dispatcher');
  5308.         $instance->setDescription('Display configured listeners for an application');
  5309.         return $instance;
  5310.     }
  5311.     /**
  5312.      * Gets the private 'console.command.form_debug' shared service.
  5313.      *
  5314.      * @return \Symfony\Component\Form\Command\DebugCommand
  5315.      */
  5316.     protected function getConsole_Command_FormDebugService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5320.         $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'=> 'App\\Form\\Fiche'=> 'App\\Form\\User'=> 'App\\Form\\Visa'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\AffichageGraphiqueType'=> 'App\\Form\\CaniculeMeteonormType'=> 'App\\Form\\ContactType'=> 'App\\Form\\Fiche\\FicheBatimentFilterType'=> 'App\\Form\\FichierMeteoType'=> 'App\\Form\\InfiltrationType'=> 'App\\Form\\ReutilisationType'=> 'App\\Form\\StationMeteoType'=> 'App\\Form\\UploadFichierType'=> 'App\\Form\\User\\InscriptionType'10 => 'App\\Form\\User\\LoginType'11 => 'App\\Form\\User\\MotDePasseOublieType'12 => 'App\\Form\\User\\UserChangePasswordType'13 => 'App\\Form\\User\\UserEditType'14 => 'App\\Form\\User\\UserFilterType'15 => 'App\\Form\\User\\UserType'16 => 'App\\Form\\User\\UserUpdateProfileType'17 => 'App\\Form\\Visa\\VisaCommentaireEntrepriseType'18 => 'App\\Form\\Visa\\VisaContactEmail'19 => 'App\\Form\\Visa\\VisaContactsType'20 => 'App\\Form\\Visa\\VisaExigencesType'21 => 'App\\Form\\Visa\\VisaLotBilan'22 => 'App\\Form\\Visa\\VisaNouvelleExigenceType'23 => 'App\\Form\\Visa\\VisaProjetBilan'24 => 'App\\Form\\Visa\\VisaProjetsFormType'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()));
  5321.         $instance->setName('debug:form');
  5322.         $instance->setDescription('Display form type information');
  5323.         return $instance;
  5324.     }
  5325.     /**
  5326.      * Gets the private 'console.command.router_debug' shared service.
  5327.      *
  5328.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5329.      */
  5330.     protected function getConsole_Command_RouterDebugService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5335.         $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()));
  5336.         $instance->setName('debug:router');
  5337.         $instance->setDescription('Display current routes for an application');
  5338.         return $instance;
  5339.     }
  5340.     /**
  5341.      * Gets the private 'console.command.router_match' shared service.
  5342.      *
  5343.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5344.      */
  5345.     protected function getConsole_Command_RouterMatchService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5349.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5350.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5351.         }, 1));
  5352.         $instance->setName('router:match');
  5353.         $instance->setDescription('Help debug routes by simulating a path info match');
  5354.         return $instance;
  5355.     }
  5356.     /**
  5357.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5358.      *
  5359.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5360.      */
  5361.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5367.         $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')))));
  5368.         $instance->setName('secrets:decrypt-to-local');
  5369.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5370.         return $instance;
  5371.     }
  5372.     /**
  5373.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5374.      *
  5375.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5376.      */
  5377.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5383.         $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')))));
  5384.         $instance->setName('secrets:encrypt-from-local');
  5385.         $instance->setDescription('Encrypt all local secrets to the vault');
  5386.         return $instance;
  5387.     }
  5388.     /**
  5389.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5390.      *
  5391.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5392.      */
  5393.     protected function getConsole_Command_SecretsGenerateKeyService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5399.         $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')))));
  5400.         $instance->setName('secrets:generate-keys');
  5401.         $instance->setDescription('Generate new encryption keys');
  5402.         return $instance;
  5403.     }
  5404.     /**
  5405.      * Gets the private 'console.command.secrets_list' shared service.
  5406.      *
  5407.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5408.      */
  5409.     protected function getConsole_Command_SecretsListService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5415.         $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')))));
  5416.         $instance->setName('secrets:list');
  5417.         $instance->setDescription('List all secrets');
  5418.         return $instance;
  5419.     }
  5420.     /**
  5421.      * Gets the private 'console.command.secrets_remove' shared service.
  5422.      *
  5423.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5424.      */
  5425.     protected function getConsole_Command_SecretsRemoveService()
  5426.     {
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5431.         $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')))));
  5432.         $instance->setName('secrets:remove');
  5433.         $instance->setDescription('Remove a secret from the vault');
  5434.         return $instance;
  5435.     }
  5436.     /**
  5437.      * Gets the private 'console.command.secrets_set' shared service.
  5438.      *
  5439.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5440.      */
  5441.     protected function getConsole_Command_SecretsSetService()
  5442.     {
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5447.         $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')))));
  5448.         $instance->setName('secrets:set');
  5449.         $instance->setDescription('Set a secret in the vault');
  5450.         return $instance;
  5451.     }
  5452.     /**
  5453.      * Gets the private 'console.command.translation_debug' shared service.
  5454.      *
  5455.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5456.      */
  5457.     protected function getConsole_Command_TranslationDebugService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5461.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations')], [=> 'public/css'=> 'public/img'=> (\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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  5462.         $instance->setName('debug:translation');
  5463.         $instance->setDescription('Display translation messages information');
  5464.         return $instance;
  5465.     }
  5466.     /**
  5467.      * Gets the private 'console.command.translation_extract' shared service.
  5468.      *
  5469.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5470.      */
  5471.     protected function getConsole_Command_TranslationExtractService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5475.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations')], [=> 'public/css'=> 'public/img'=> (\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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  5476.         $instance->setName('translation:extract');
  5477.         $instance->setAliases([=> 'translation:update']);
  5478.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  5479.         return $instance;
  5480.     }
  5481.     /**
  5482.      * Gets the private 'console.command.translation_pull' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  5485.      */
  5486.     protected function getConsole_Command_TranslationPullService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5491.         $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', [], []);
  5492.         $instance->setName('translation:pull');
  5493.         $instance->setDescription('Pull translations from a given provider.');
  5494.         return $instance;
  5495.     }
  5496.     /**
  5497.      * Gets the private 'console.command.translation_push' shared service.
  5498.      *
  5499.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5500.      */
  5501.     protected function getConsole_Command_TranslationPushService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5506.         $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()), [], []);
  5507.         $instance->setName('translation:push');
  5508.         $instance->setDescription('Push translations to a given provider.');
  5509.         return $instance;
  5510.     }
  5511.     /**
  5512.      * Gets the private 'console.command.validator_debug' shared service.
  5513.      *
  5514.      * @return \Symfony\Component\Validator\Command\DebugCommand
  5515.      */
  5516.     protected function getConsole_Command_ValidatorDebugService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5520.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5521.         $instance->setName('debug:validator');
  5522.         $instance->setDescription('Display validation constraints for classes');
  5523.         return $instance;
  5524.     }
  5525.     /**
  5526.      * Gets the private 'console.command.xliff_lint' shared service.
  5527.      *
  5528.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5529.      */
  5530.     protected function getConsole_Command_XliffLintService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5534.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5535.         $instance->setName('lint:xliff');
  5536.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5537.         return $instance;
  5538.     }
  5539.     /**
  5540.      * Gets the private 'console.command.yaml_lint' shared service.
  5541.      *
  5542.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5543.      */
  5544.     protected function getConsole_Command_YamlLintService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5549.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5550.         $instance->setName('lint:yaml');
  5551.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5552.         return $instance;
  5553.     }
  5554.     /**
  5555.      * Gets the private 'console.error_listener' shared service.
  5556.      *
  5557.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5558.      */
  5559.     protected function getConsole_ErrorListenerService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5562.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5563.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5564.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5565.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5566.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5567.     }
  5568.     /**
  5569.      * Gets the private 'container.env_var_processor' shared service.
  5570.      *
  5571.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5572.      */
  5573.     protected function getContainer_EnvVarProcessorService()
  5574.     {
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5577.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5578.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5579.         }, 1));
  5580.     }
  5581.     /**
  5582.      * Gets the private 'container.getenv' shared service.
  5583.      *
  5584.      * @return \Closure
  5585.      */
  5586.     protected function getContainer_GetenvService()
  5587.     {
  5588.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  5589.     }
  5590.     /**
  5591.      * Gets the private 'data_collector.form' shared service.
  5592.      *
  5593.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5594.      */
  5595.     protected function getDataCollector_FormService()
  5596.     {
  5597.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5598.     }
  5599.     /**
  5600.      * Gets the private 'data_collector.request' shared service.
  5601.      *
  5602.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5603.      */
  5604.     protected function getDataCollector_RequestService()
  5605.     {
  5606.         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())));
  5607.     }
  5608.     /**
  5609.      * Gets the private 'data_collector.request.session_collector' shared service.
  5610.      *
  5611.      * @return \Closure
  5612.      */
  5613.     protected function getDataCollector_Request_SessionCollectorService()
  5614.     {
  5615.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  5616.     }
  5617.     /**
  5618.      * Gets the private 'debug.argument_resolver.default' shared service.
  5619.      *
  5620.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5621.      */
  5622.     protected function getDebug_ArgumentResolver_DefaultService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5627.         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))));
  5628.     }
  5629.     /**
  5630.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5631.      *
  5632.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5633.      */
  5634.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5639.         $a = ($this->privates['.service_locator.X4RXHc6'] ?? $this->get_ServiceLocator_X4RXHc6Service());
  5640.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  5641.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  5642.         }
  5643.         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))));
  5644.     }
  5645.     /**
  5646.      * Gets the private 'debug.argument_resolver.request' shared service.
  5647.      *
  5648.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5649.      */
  5650.     protected function getDebug_ArgumentResolver_RequestService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5655.         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))));
  5656.     }
  5657.     /**
  5658.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5659.      *
  5660.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5661.      */
  5662.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5667.         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))));
  5668.     }
  5669.     /**
  5670.      * Gets the private 'debug.argument_resolver.service' shared service.
  5671.      *
  5672.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5673.      */
  5674.     protected function getDebug_ArgumentResolver_ServiceService()
  5675.     {
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5679.         $a = ($this->privates['.service_locator.X4RXHc6'] ?? $this->get_ServiceLocator_X4RXHc6Service());
  5680.         if (isset($this->privates['debug.argument_resolver.service'])) {
  5681.             return $this->privates['debug.argument_resolver.service'];
  5682.         }
  5683.         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))));
  5684.     }
  5685.     /**
  5686.      * Gets the private 'debug.argument_resolver.session' shared service.
  5687.      *
  5688.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5689.      */
  5690.     protected function getDebug_ArgumentResolver_SessionService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5695.         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))));
  5696.     }
  5697.     /**
  5698.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5699.      *
  5700.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5701.      */
  5702.     protected function getDebug_ArgumentResolver_VariadicService()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5707.         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))));
  5708.     }
  5709.     /**
  5710.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5711.      *
  5712.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5713.      */
  5714.     protected function getDebug_DebugHandlersListenerService()
  5715.     {
  5716.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5717.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5718.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5719.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5720.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5721.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5722.     }
  5723.     /**
  5724.      * Gets the private 'debug.dump_listener' shared service.
  5725.      *
  5726.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5727.      */
  5728.     protected function getDebug_DumpListenerService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5732.         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()));
  5733.     }
  5734.     /**
  5735.      * Gets the private 'debug.file_link_formatter' shared service.
  5736.      *
  5737.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5738.      */
  5739.     protected function getDebug_FileLinkFormatterService()
  5740.     {
  5741.         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 () {
  5742.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5743.         });
  5744.     }
  5745.     /**
  5746.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5747.      *
  5748.      * @return \string
  5749.      */
  5750.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5751.     {
  5752.         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');
  5753.     }
  5754.     /**
  5755.      * Gets the private 'debug.log_processor' shared service.
  5756.      *
  5757.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5758.      */
  5759.     protected function getDebug_LogProcessorService()
  5760.     {
  5761.         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())));
  5762.     }
  5763.     /**
  5764.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5765.      *
  5766.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5767.      */
  5768.     protected function getDebug_Security_Access_DecisionManagerService()
  5769.     {
  5770.         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 () {
  5771.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5772.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5773.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5774.             yield => ($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'] ?? $this->getFicheBatimentVoterService());
  5775.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5776.     }
  5777.     /**
  5778.      * Gets the private 'debug.security.firewall' shared service.
  5779.      *
  5780.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5781.      */
  5782.     protected function getDebug_Security_FirewallService()
  5783.     {
  5784.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5785.         if (isset($this->privates['debug.security.firewall'])) {
  5786.             return $this->privates['debug.security.firewall'];
  5787.         }
  5788.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5789.         if (isset($this->privates['debug.security.firewall'])) {
  5790.             return $this->privates['debug.security.firewall'];
  5791.         }
  5792.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5793.     }
  5794.     /**
  5795.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5796.      *
  5797.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5798.      */
  5799.     protected function getDebug_Security_UserValueResolverService()
  5800.     {
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5804.         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))));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'debug.security.voter.App\Voter\Fiche\FicheBatimentVoter' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5810.      */
  5811.     protected function getFicheBatimentVoterService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  5817.         include_once \dirname(__DIR__4).'/src/Voter/Fiche/FicheBatimentVoter.php';
  5818.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5819.         if (isset($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'])) {
  5820.             return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'];
  5821.         }
  5822.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5823.         if (isset($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'])) {
  5824.             return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'];
  5825.         }
  5826.         return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voter\Fiche\FicheBatimentVoter($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $b);
  5827.     }
  5828.     /**
  5829.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5832.      */
  5833.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5839.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5840.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5841.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5842.         }
  5843.         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);
  5844.     }
  5845.     /**
  5846.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5849.      */
  5850.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5856.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5857.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5858.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5859.         }
  5860.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5861.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5862.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5863.         }
  5864.         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);
  5865.     }
  5866.     /**
  5867.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5868.      *
  5869.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5870.      */
  5871.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5878.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5879.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  5880.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  5881.         }
  5882.         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);
  5883.     }
  5884.     /**
  5885.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5886.      *
  5887.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5888.      */
  5889.     protected function getDebug_Security_Voter_VoteListenerService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5892.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5893.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5894.             return $this->privates['debug.security.voter.vote_listener'];
  5895.         }
  5896.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5897.     }
  5898.     /**
  5899.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5900.      *
  5901.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  5902.      */
  5903.     protected function getDoctrine_CacheClearMetadataCommandService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5909.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5910.         $instance->setName('doctrine:cache:clear-metadata');
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5915.      *
  5916.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  5917.      */
  5918.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  5924.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5925.         $instance->setName('doctrine:cache:clear-query');
  5926.         return $instance;
  5927.     }
  5928.     /**
  5929.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5930.      *
  5931.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  5932.      */
  5933.     protected function getDoctrine_CacheClearResultCommandService()
  5934.     {
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  5939.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5940.         $instance->setName('doctrine:cache:clear-result');
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5945.      *
  5946.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  5947.      */
  5948.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5954.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5955.         $instance->setName('doctrine:cache:clear-collection-region');
  5956.         return $instance;
  5957.     }
  5958.     /**
  5959.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5960.      *
  5961.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  5962.      */
  5963.     protected function getDoctrine_ClearEntityRegionCommandService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5969.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5970.         $instance->setName('doctrine:cache:clear-entity-region');
  5971.         return $instance;
  5972.     }
  5973.     /**
  5974.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5975.      *
  5976.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  5977.      */
  5978.     protected function getDoctrine_ClearQueryRegionCommandService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5984.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5985.         $instance->setName('doctrine:cache:clear-query-region');
  5986.         return $instance;
  5987.     }
  5988.     /**
  5989.      * Gets the private 'doctrine.database_create_command' shared service.
  5990.      *
  5991.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5992.      */
  5993.     protected function getDoctrine_DatabaseCreateCommandService()
  5994.     {
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  5998.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5999.         $instance->setName('doctrine:database:create');
  6000.         return $instance;
  6001.     }
  6002.     /**
  6003.      * Gets the private 'doctrine.database_drop_command' shared service.
  6004.      *
  6005.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6006.      */
  6007.     protected function getDoctrine_DatabaseDropCommandService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  6012.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6013.         $instance->setName('doctrine:database:drop');
  6014.         return $instance;
  6015.     }
  6016.     /**
  6017.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6018.      *
  6019.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6020.      */
  6021.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6022.     {
  6023.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6024.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6025.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6026.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6027.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6028.         ], [
  6029.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6030.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6031.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6032.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6033.         ]), [=> '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']]);
  6034.     }
  6035.     /**
  6036.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6037.      *
  6038.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6039.      */
  6040.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6046.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6047.         $instance->setName('doctrine:ensure-production-settings');
  6048.         return $instance;
  6049.     }
  6050.     /**
  6051.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6052.      *
  6053.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6054.      */
  6055.     protected function getDoctrine_FixturesLoadCommandService()
  6056.     {
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/OrderedFixtureInterface.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/FixtureGroupInterface.php';
  6073.         include_once \dirname(__DIR__4).'/src/DataFixtures/User/UserAdminFixture.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
  6076.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6077.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\User\UserAdminFixture(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []]]);
  6078.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  6079.         $instance->setName('doctrine:fixtures:load');
  6080.         return $instance;
  6081.     }
  6082.     /**
  6083.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6084.      *
  6085.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6086.      */
  6087.     protected function getDoctrine_MappingConvertCommandService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  6093.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6094.         $instance->setName('doctrine:mapping:convert');
  6095.         return $instance;
  6096.     }
  6097.     /**
  6098.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6099.      *
  6100.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6101.      */
  6102.     protected function getDoctrine_MappingImportCommandService()
  6103.     {
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  6107.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6108.         $instance->setName('doctrine:mapping:import');
  6109.         return $instance;
  6110.     }
  6111.     /**
  6112.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6113.      *
  6114.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6115.      */
  6116.     protected function getDoctrine_MappingInfoCommandService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  6122.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6123.         $instance->setName('doctrine:mapping:info');
  6124.         return $instance;
  6125.     }
  6126.     /**
  6127.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6128.      *
  6129.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6130.      */
  6131.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6132.     {
  6133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6135.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6136.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6137.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6138.         }
  6139.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6140.     }
  6141.     /**
  6142.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6143.      *
  6144.      * @return \Doctrine\Migrations\DependencyFactory
  6145.      */
  6146.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6156.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6157.         $a->setAllOrNothing(false);
  6158.         $a->setCheckDatabasePlatform(true);
  6159.         $a->setTransactional(true);
  6160.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6161.         $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()));
  6162.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6163.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6164.         });
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6169.      *
  6170.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6171.      */
  6172.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6176.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6177.     }
  6178.     /**
  6179.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6180.      *
  6181.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6182.      */
  6183.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6184.     {
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6186.         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()));
  6187.     }
  6188.     /**
  6189.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6190.      *
  6191.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6192.      */
  6193.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6194.     {
  6195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  6196.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6197.     }
  6198.     /**
  6199.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6200.      *
  6201.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6202.      */
  6203.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6204.     {
  6205.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6207.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6208.     }
  6209.     /**
  6210.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6211.      *
  6212.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6213.      */
  6214.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6215.     {
  6216.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6218.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6219.             return new \EmptyIterator();
  6220.         }, 0));
  6221.     }
  6222.     /**
  6223.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6224.      *
  6225.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6226.      */
  6227.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6231.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6232.     }
  6233.     /**
  6234.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6235.      *
  6236.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6237.      */
  6238.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6239.     {
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6242.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6243.     }
  6244.     /**
  6245.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6246.      *
  6247.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6248.      */
  6249.     protected function getDoctrine_Orm_Validator_UniqueService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6254.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6255.     }
  6256.     /**
  6257.      * Gets the private 'doctrine.query_dql_command' shared service.
  6258.      *
  6259.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6260.      */
  6261.     protected function getDoctrine_QueryDqlCommandService()
  6262.     {
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  6267.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6268.         $instance->setName('doctrine:query:dql');
  6269.         return $instance;
  6270.     }
  6271.     /**
  6272.      * Gets the private 'doctrine.query_sql_command' shared service.
  6273.      *
  6274.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6275.      */
  6276.     protected function getDoctrine_QuerySqlCommandService()
  6277.     {
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  6282.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6283.         $instance->setName('doctrine:query:sql');
  6284.         return $instance;
  6285.     }
  6286.     /**
  6287.      * Gets the private 'doctrine.schema_create_command' shared service.
  6288.      *
  6289.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6290.      */
  6291.     protected function getDoctrine_SchemaCreateCommandService()
  6292.     {
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6298.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6299.         $instance->setName('doctrine:schema:create');
  6300.         return $instance;
  6301.     }
  6302.     /**
  6303.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6304.      *
  6305.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6306.      */
  6307.     protected function getDoctrine_SchemaDropCommandService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  6314.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6315.         $instance->setName('doctrine:schema:drop');
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the private 'doctrine.schema_update_command' shared service.
  6320.      *
  6321.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6322.      */
  6323.     protected function getDoctrine_SchemaUpdateCommandService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6330.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6331.         $instance->setName('doctrine:schema:update');
  6332.         return $instance;
  6333.     }
  6334.     /**
  6335.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6336.      *
  6337.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6338.      */
  6339.     protected function getDoctrine_SchemaValidateCommandService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  6345.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6346.         $instance->setName('doctrine:schema:validate');
  6347.         return $instance;
  6348.     }
  6349.     /**
  6350.      * Gets the private 'doctrine.ulid_generator' shared service.
  6351.      *
  6352.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6353.      */
  6354.     protected function getDoctrine_UlidGeneratorService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6358.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6359.     }
  6360.     /**
  6361.      * Gets the private 'doctrine.uuid_generator' shared service.
  6362.      *
  6363.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6364.      */
  6365.     protected function getDoctrine_UuidGeneratorService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6369.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6370.     }
  6371.     /**
  6372.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6373.      *
  6374.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6375.      */
  6376.     protected function getDoctrineMigrations_CurrentCommandService()
  6377.     {
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  6381.         $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');
  6382.         $instance->setName('doctrine:migrations:current');
  6383.         $instance->setDescription('Outputs the current version');
  6384.         return $instance;
  6385.     }
  6386.     /**
  6387.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6388.      *
  6389.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6390.      */
  6391.     protected function getDoctrineMigrations_DiffCommandService()
  6392.     {
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  6396.         $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');
  6397.         $instance->setName('doctrine:migrations:diff');
  6398.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  6399.         return $instance;
  6400.     }
  6401.     /**
  6402.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6403.      *
  6404.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6405.      */
  6406.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6407.     {
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  6411.         $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');
  6412.         $instance->setName('doctrine:migrations:dump-schema');
  6413.         $instance->setDescription('Dump the schema for your database to a migration.');
  6414.         return $instance;
  6415.     }
  6416.     /**
  6417.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6418.      *
  6419.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6420.      */
  6421.     protected function getDoctrineMigrations_ExecuteCommandService()
  6422.     {
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  6426.         $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');
  6427.         $instance->setName('doctrine:migrations:execute');
  6428.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  6429.         return $instance;
  6430.     }
  6431.     /**
  6432.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6433.      *
  6434.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6435.      */
  6436.     protected function getDoctrineMigrations_GenerateCommandService()
  6437.     {
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  6441.         $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');
  6442.         $instance->setName('doctrine:migrations:generate');
  6443.         $instance->setDescription('Generate a blank migration class.');
  6444.         return $instance;
  6445.     }
  6446.     /**
  6447.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6448.      *
  6449.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6450.      */
  6451.     protected function getDoctrineMigrations_LatestCommandService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  6456.         $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');
  6457.         $instance->setName('doctrine:migrations:latest');
  6458.         $instance->setDescription('Outputs the latest version');
  6459.         return $instance;
  6460.     }
  6461.     /**
  6462.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6463.      *
  6464.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6465.      */
  6466.     protected function getDoctrineMigrations_MigrateCommandService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  6471.         $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');
  6472.         $instance->setName('doctrine:migrations:migrate');
  6473.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6478.      *
  6479.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6480.      */
  6481.     protected function getDoctrineMigrations_RollupCommandService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  6486.         $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');
  6487.         $instance->setName('doctrine:migrations:rollup');
  6488.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  6489.         return $instance;
  6490.     }
  6491.     /**
  6492.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6493.      *
  6494.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6495.      */
  6496.     protected function getDoctrineMigrations_StatusCommandService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  6501.         $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');
  6502.         $instance->setName('doctrine:migrations:status');
  6503.         $instance->setDescription('View the status of a set of migrations.');
  6504.         return $instance;
  6505.     }
  6506.     /**
  6507.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6508.      *
  6509.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6510.      */
  6511.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  6516.         $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');
  6517.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6518.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  6519.         return $instance;
  6520.     }
  6521.     /**
  6522.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6523.      *
  6524.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6525.      */
  6526.     protected function getDoctrineMigrations_UpToDateCommandService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  6531.         $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');
  6532.         $instance->setName('doctrine:migrations:up-to-date');
  6533.         $instance->setDescription('Tells you if your schema is up-to-date.');
  6534.         return $instance;
  6535.     }
  6536.     /**
  6537.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6538.      *
  6539.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6540.      */
  6541.     protected function getDoctrineMigrations_VersionCommandService()
  6542.     {
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  6546.         $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');
  6547.         $instance->setName('doctrine:migrations:version');
  6548.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  6549.         return $instance;
  6550.     }
  6551.     /**
  6552.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6553.      *
  6554.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6555.      */
  6556.     protected function getDoctrineMigrations_VersionsCommandService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  6561.         $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');
  6562.         $instance->setName('doctrine:migrations:list');
  6563.         $instance->setDescription('Display a list of all available migrations and their status.');
  6564.         return $instance;
  6565.     }
  6566.     /**
  6567.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6570.      */
  6571.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6575.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6576.         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()));
  6577.     }
  6578.     /**
  6579.      * Gets the private 'exception_listener' shared service.
  6580.      *
  6581.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6582.      */
  6583.     protected function getExceptionListenerService()
  6584.     {
  6585.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6586.     }
  6587.     /**
  6588.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6589.      *
  6590.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6591.      */
  6592.     protected function getForm_ChoiceListFactory_CachedService()
  6593.     {
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6598.         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())));
  6599.     }
  6600.     /**
  6601.      * Gets the private 'form.registry' shared service.
  6602.      *
  6603.      * @return \Symfony\Component\Form\FormRegistry
  6604.      */
  6605.     protected function getForm_RegistryService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6614.         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, [
  6615.             'App\\Form\\AffichageGraphiqueType' => ['privates''App\\Form\\AffichageGraphiqueType''getAffichageGraphiqueTypeService'false],
  6616.             'App\\Form\\CaniculeMeteonormType' => ['privates''App\\Form\\CaniculeMeteonormType''getCaniculeMeteonormTypeService'false],
  6617.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  6618.             'App\\Form\\Fiche\\FicheBatimentFilterType' => ['privates''App\\Form\\Fiche\\FicheBatimentFilterType''getFicheBatimentFilterTypeService'false],
  6619.             'App\\Form\\FichierMeteoType' => ['privates''App\\Form\\FichierMeteoType''getFichierMeteoTypeService'false],
  6620.             'App\\Form\\InfiltrationType' => ['privates''App\\Form\\InfiltrationType''getInfiltrationTypeService'false],
  6621.             'App\\Form\\ReutilisationType' => ['privates''App\\Form\\ReutilisationType''getReutilisationTypeService'false],
  6622.             'App\\Form\\StationMeteoType' => ['privates''App\\Form\\StationMeteoType''getStationMeteoTypeService'false],
  6623.             'App\\Form\\UploadFichierType' => ['privates''App\\Form\\UploadFichierType''getUploadFichierTypeService'false],
  6624.             'App\\Form\\User\\InscriptionType' => ['privates''App\\Form\\User\\InscriptionType''getInscriptionTypeService'false],
  6625.             'App\\Form\\User\\LoginType' => ['privates''App\\Form\\User\\LoginType''getLoginTypeService'false],
  6626.             'App\\Form\\User\\MotDePasseOublieType' => ['privates''App\\Form\\User\\MotDePasseOublieType''getMotDePasseOublieTypeService'false],
  6627.             'App\\Form\\User\\UserChangePasswordType' => ['privates''App\\Form\\User\\UserChangePasswordType''getUserChangePasswordTypeService'false],
  6628.             'App\\Form\\User\\UserEditType' => ['privates''App\\Form\\User\\UserEditType''getUserEditTypeService'false],
  6629.             'App\\Form\\User\\UserFilterType' => ['privates''App\\Form\\User\\UserFilterType''getUserFilterTypeService'false],
  6630.             'App\\Form\\User\\UserType' => ['privates''App\\Form\\User\\UserType''getUserTypeService'false],
  6631.             'App\\Form\\User\\UserUpdateProfileType' => ['privates''App\\Form\\User\\UserUpdateProfileType''getUserUpdateProfileTypeService'false],
  6632.             'App\\Form\\Visa\\VisaCommentaireEntrepriseType' => ['privates''App\\Form\\Visa\\VisaCommentaireEntrepriseType''getVisaCommentaireEntrepriseTypeService'false],
  6633.             'App\\Form\\Visa\\VisaContactEmail' => ['privates''App\\Form\\Visa\\VisaContactEmail''getVisaContactEmailService'false],
  6634.             'App\\Form\\Visa\\VisaContactsType' => ['privates''App\\Form\\Visa\\VisaContactsType''getVisaContactsTypeService'false],
  6635.             'App\\Form\\Visa\\VisaExigencesType' => ['privates''App\\Form\\Visa\\VisaExigencesType''getVisaExigencesTypeService'false],
  6636.             'App\\Form\\Visa\\VisaLotBilan' => ['privates''App\\Form\\Visa\\VisaLotBilan''getVisaLotBilanService'false],
  6637.             'App\\Form\\Visa\\VisaNouvelleExigenceType' => ['privates''App\\Form\\Visa\\VisaNouvelleExigenceType''getVisaNouvelleExigenceTypeService'false],
  6638.             'App\\Form\\Visa\\VisaProjetBilan' => ['privates''App\\Form\\Visa\\VisaProjetBilan''getVisaProjetBilanService'false],
  6639.             'App\\Form\\Visa\\VisaProjetsFormType' => ['privates''App\\Form\\Visa\\VisaProjetsFormType''getVisaProjetsFormTypeService'false],
  6640.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6641.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6642.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6643.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6644.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6645.         ], [
  6646.             'App\\Form\\AffichageGraphiqueType' => '?',
  6647.             'App\\Form\\CaniculeMeteonormType' => '?',
  6648.             'App\\Form\\ContactType' => '?',
  6649.             'App\\Form\\Fiche\\FicheBatimentFilterType' => '?',
  6650.             'App\\Form\\FichierMeteoType' => '?',
  6651.             'App\\Form\\InfiltrationType' => '?',
  6652.             'App\\Form\\ReutilisationType' => '?',
  6653.             'App\\Form\\StationMeteoType' => '?',
  6654.             'App\\Form\\UploadFichierType' => '?',
  6655.             'App\\Form\\User\\InscriptionType' => '?',
  6656.             'App\\Form\\User\\LoginType' => '?',
  6657.             'App\\Form\\User\\MotDePasseOublieType' => '?',
  6658.             'App\\Form\\User\\UserChangePasswordType' => '?',
  6659.             'App\\Form\\User\\UserEditType' => '?',
  6660.             'App\\Form\\User\\UserFilterType' => '?',
  6661.             'App\\Form\\User\\UserType' => '?',
  6662.             'App\\Form\\User\\UserUpdateProfileType' => '?',
  6663.             'App\\Form\\Visa\\VisaCommentaireEntrepriseType' => '?',
  6664.             'App\\Form\\Visa\\VisaContactEmail' => '?',
  6665.             'App\\Form\\Visa\\VisaContactsType' => '?',
  6666.             'App\\Form\\Visa\\VisaExigencesType' => '?',
  6667.             'App\\Form\\Visa\\VisaLotBilan' => '?',
  6668.             'App\\Form\\Visa\\VisaNouvelleExigenceType' => '?',
  6669.             'App\\Form\\Visa\\VisaProjetBilan' => '?',
  6670.             'App\\Form\\Visa\\VisaProjetsFormType' => '?',
  6671.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6672.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6673.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6674.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6675.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6676.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6677.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6678.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6679.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6680.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6681.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6682.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6683.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6684.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6685.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6686.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6687.         }, 1)], new RewindableGenerator(function () {
  6688.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6689.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6690.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6691.     }
  6692.     /**
  6693.      * Gets the private 'form.server_params' shared service.
  6694.      *
  6695.      * @return \Symfony\Component\Form\Util\ServerParams
  6696.      */
  6697.     protected function getForm_ServerParamsService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6700.         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())));
  6701.     }
  6702.     /**
  6703.      * Gets the private 'form.type.choice' shared service.
  6704.      *
  6705.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6706.      */
  6707.     protected function getForm_Type_ChoiceService()
  6708.     {
  6709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6712.         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()));
  6713.     }
  6714.     /**
  6715.      * Gets the private 'form.type.color' shared service.
  6716.      *
  6717.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6718.      */
  6719.     protected function getForm_Type_ColorService()
  6720.     {
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6724.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6725.     }
  6726.     /**
  6727.      * Gets the private 'form.type.entity' shared service.
  6728.      *
  6729.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6730.      */
  6731.     protected function getForm_Type_EntityService()
  6732.     {
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6737.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6738.     }
  6739.     /**
  6740.      * Gets the private 'form.type.form' shared service.
  6741.      *
  6742.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6743.      */
  6744.     protected function getForm_Type_FormService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6750.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6751.     }
  6752.     /**
  6753.      * Gets the private 'form.type_extension.csrf' shared service.
  6754.      *
  6755.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6756.      */
  6757.     protected function getForm_TypeExtension_CsrfService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6762.         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()));
  6763.     }
  6764.     /**
  6765.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6768.      */
  6769.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6774.         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()));
  6775.     }
  6776.     /**
  6777.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6778.      *
  6779.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6780.      */
  6781.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6782.     {
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6788.         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())));
  6789.     }
  6790.     /**
  6791.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6792.      *
  6793.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6794.      */
  6795.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6796.     {
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6800.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6801.     }
  6802.     /**
  6803.      * Gets the private 'form.type_extension.form.validator' shared service.
  6804.      *
  6805.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6806.      */
  6807.     protected function getForm_TypeExtension_Form_ValidatorService()
  6808.     {
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6813.         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()));
  6814.     }
  6815.     /**
  6816.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6817.      *
  6818.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6819.      */
  6820.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6821.     {
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6825.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6826.     }
  6827.     /**
  6828.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6829.      *
  6830.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6831.      */
  6832.     protected function getForm_TypeGuesser_DoctrineService()
  6833.     {
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6836.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6837.     }
  6838.     /**
  6839.      * Gets the private 'form.type_guesser.validator' shared service.
  6840.      *
  6841.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6842.      */
  6843.     protected function getForm_TypeGuesser_ValidatorService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6847.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6848.     }
  6849.     /**
  6850.      * Gets the private 'fos_js_routing.dump_command' shared service.
  6851.      *
  6852.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  6853.      */
  6854.     protected function getFosJsRouting_DumpCommandService()
  6855.     {
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  6858.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  6859.         $instance->setName('fos:js-routing:dump');
  6860.         return $instance;
  6861.     }
  6862.     /**
  6863.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  6864.      *
  6865.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  6866.      */
  6867.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  6868.     {
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  6871.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  6872.         $instance->setName('fos:js-routing:debug');
  6873.         return $instance;
  6874.     }
  6875.     /**
  6876.      * Gets the private 'fragment.renderer.inline' shared service.
  6877.      *
  6878.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6879.      */
  6880.     protected function getFragment_Renderer_InlineService()
  6881.     {
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6885.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6886.         if (isset($this->privates['fragment.renderer.inline'])) {
  6887.             return $this->privates['fragment.renderer.inline'];
  6888.         }
  6889.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6890.         if (isset($this->privates['fragment.renderer.inline'])) {
  6891.             return $this->privates['fragment.renderer.inline'];
  6892.         }
  6893.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  6894.         $instance->setFragmentPath('/_fragment');
  6895.         return $instance;
  6896.     }
  6897.     /**
  6898.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6899.      *
  6900.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6901.      */
  6902.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6903.     {
  6904.         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())));
  6905.     }
  6906.     /**
  6907.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6908.      *
  6909.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6910.      */
  6911.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6912.     {
  6913.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6914.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6915.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6916.         }
  6917.         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);
  6918.     }
  6919.     /**
  6920.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  6921.      *
  6922.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  6923.      */
  6924.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  6925.     {
  6926.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  6927.     }
  6928.     /**
  6929.      * Gets the private 'locale_aware_listener' shared service.
  6930.      *
  6931.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6932.      */
  6933.     protected function getLocaleAwareListenerService()
  6934.     {
  6935.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6936.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  6937.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6938.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6939.     }
  6940.     /**
  6941.      * Gets the private 'locale_listener' shared service.
  6942.      *
  6943.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6944.      */
  6945.     protected function getLocaleListenerService()
  6946.     {
  6947.         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, []);
  6948.     }
  6949.     /**
  6950.      * Gets the private 'mailer.mailer' shared service.
  6951.      *
  6952.      * @return \Symfony\Component\Mailer\Mailer
  6953.      */
  6954.     protected function getMailer_MailerService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6961.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6962.         if (isset($this->privates['mailer.mailer'])) {
  6963.             return $this->privates['mailer.mailer'];
  6964.         }
  6965.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6966.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6967.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6968.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6969.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6970.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  6971.     }
  6972.     /**
  6973.      * Gets the private 'mailer.transport_factory.native' shared service.
  6974.      *
  6975.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  6976.      */
  6977.     protected function getMailer_TransportFactory_NativeService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  6982.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6983.         if (isset($this->privates['mailer.transport_factory.native'])) {
  6984.             return $this->privates['mailer.transport_factory.native'];
  6985.         }
  6986.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6987.     }
  6988.     /**
  6989.      * Gets the private 'mailer.transport_factory.null' shared service.
  6990.      *
  6991.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  6992.      */
  6993.     protected function getMailer_TransportFactory_NullService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  6998.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6999.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7000.             return $this->privates['mailer.transport_factory.null'];
  7001.         }
  7002.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7003.     }
  7004.     /**
  7005.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7006.      *
  7007.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7008.      */
  7009.     protected function getMailer_TransportFactory_SendmailService()
  7010.     {
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7014.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7015.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7016.             return $this->privates['mailer.transport_factory.sendmail'];
  7017.         }
  7018.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7019.     }
  7020.     /**
  7021.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7022.      *
  7023.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7024.      */
  7025.     protected function getMailer_TransportFactory_SmtpService()
  7026.     {
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7030.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7031.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7032.             return $this->privates['mailer.transport_factory.smtp'];
  7033.         }
  7034.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7035.     }
  7036.     /**
  7037.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7038.      *
  7039.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7040.      */
  7041.     protected function getMaker_AutoCommand_MakeAuthService()
  7042.     {
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7051.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7052.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7053.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7054.         $instance->setName('make:auth');
  7055.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7056.         return $instance;
  7057.     }
  7058.     /**
  7059.      * Gets the private 'maker.auto_command.make_command' shared service.
  7060.      *
  7061.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7062.      */
  7063.     protected function getMaker_AutoCommand_MakeCommandService()
  7064.     {
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7071.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7072.         $instance->setName('make:command');
  7073.         $instance->setDescription('Creates a new console command class');
  7074.         return $instance;
  7075.     }
  7076.     /**
  7077.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7078.      *
  7079.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7080.      */
  7081.     protected function getMaker_AutoCommand_MakeControllerService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7089.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7090.         $instance->setName('make:controller');
  7091.         $instance->setDescription('Creates a new controller class');
  7092.         return $instance;
  7093.     }
  7094.     /**
  7095.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7096.      *
  7097.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7098.      */
  7099.     protected function getMaker_AutoCommand_MakeCrudService()
  7100.     {
  7101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7107.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7108.         $instance->setName('make:crud');
  7109.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7110.         return $instance;
  7111.     }
  7112.     /**
  7113.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7114.      *
  7115.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7116.      */
  7117.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7118.     {
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7125.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7126.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7127.         $instance->setName('make:docker:database');
  7128.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7129.         return $instance;
  7130.     }
  7131.     /**
  7132.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7133.      *
  7134.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7135.      */
  7136.     protected function getMaker_AutoCommand_MakeEntityService()
  7137.     {
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7145.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7146.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7147.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7148.         $instance->setName('make:entity');
  7149.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7150.         return $instance;
  7151.     }
  7152.     /**
  7153.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7154.      *
  7155.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7156.      */
  7157.     protected function getMaker_AutoCommand_MakeFixturesService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7165.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7166.         $instance->setName('make:fixtures');
  7167.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7168.         return $instance;
  7169.     }
  7170.     /**
  7171.      * Gets the private 'maker.auto_command.make_form' shared service.
  7172.      *
  7173.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7174.      */
  7175.     protected function getMaker_AutoCommand_MakeFormService()
  7176.     {
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7183.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7184.         $instance->setName('make:form');
  7185.         $instance->setDescription('Creates a new form class');
  7186.         return $instance;
  7187.     }
  7188.     /**
  7189.      * Gets the private 'maker.auto_command.make_message' shared service.
  7190.      *
  7191.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7192.      */
  7193.     protected function getMaker_AutoCommand_MakeMessageService()
  7194.     {
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7201.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7202.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7203.         $instance->setName('make:message');
  7204.         $instance->setDescription('Creates a new message and handler');
  7205.         return $instance;
  7206.     }
  7207.     /**
  7208.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7209.      *
  7210.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7211.      */
  7212.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7213.     {
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7220.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7221.         $instance->setName('make:messenger-middleware');
  7222.         $instance->setDescription('Creates a new messenger middleware');
  7223.         return $instance;
  7224.     }
  7225.     /**
  7226.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7227.      *
  7228.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7229.      */
  7230.     protected function getMaker_AutoCommand_MakeMigrationService()
  7231.     {
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7239.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7240.         $instance->setName('make:migration');
  7241.         $instance->setDescription('Creates a new migration based on database changes');
  7242.         return $instance;
  7243.     }
  7244.     /**
  7245.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7246.      *
  7247.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7248.      */
  7249.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7250.     {
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7257.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7258.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7259.         $instance->setName('make:registration-form');
  7260.         $instance->setDescription('Creates a new registration form system');
  7261.         return $instance;
  7262.     }
  7263.     /**
  7264.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7265.      *
  7266.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7267.      */
  7268.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7269.     {
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7276.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7277.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7278.         $instance->setName('make:reset-password');
  7279.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7280.         return $instance;
  7281.     }
  7282.     /**
  7283.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  7284.      *
  7285.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7286.      */
  7287.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  7288.     {
  7289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7297.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7298.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7299.         $instance->setName('make:security:form-login');
  7300.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  7301.         return $instance;
  7302.     }
  7303.     /**
  7304.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7305.      *
  7306.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7307.      */
  7308.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7309.     {
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7316.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7317.         $instance->setName('make:serializer:encoder');
  7318.         $instance->setDescription('Creates a new serializer encoder class');
  7319.         return $instance;
  7320.     }
  7321.     /**
  7322.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7323.      *
  7324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7325.      */
  7326.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7334.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7335.         $instance->setName('make:serializer:normalizer');
  7336.         $instance->setDescription('Creates a new serializer normalizer class');
  7337.         return $instance;
  7338.     }
  7339.     /**
  7340.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7341.      *
  7342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7343.      */
  7344.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7345.     {
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7352.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7353.         $instance->setName('make:stimulus-controller');
  7354.         $instance->setDescription('Creates a new Stimulus controller');
  7355.         return $instance;
  7356.     }
  7357.     /**
  7358.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7359.      *
  7360.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7361.      */
  7362.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7363.     {
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7371.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7372.         $instance->setName('make:subscriber');
  7373.         $instance->setDescription('Creates a new event subscriber class');
  7374.         return $instance;
  7375.     }
  7376.     /**
  7377.      * Gets the private 'maker.auto_command.make_test' shared service.
  7378.      *
  7379.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7380.      */
  7381.     protected function getMaker_AutoCommand_MakeTestService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7390.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7391.         $instance->setName('make:test');
  7392.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7393.         $instance->setDescription('Creates a new test class');
  7394.         return $instance;
  7395.     }
  7396.     /**
  7397.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  7398.      *
  7399.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7400.      */
  7401.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  7402.     {
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7409.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7410.         $instance->setName('make:twig-component');
  7411.         $instance->setDescription('Creates a twig (or live) component');
  7412.         return $instance;
  7413.     }
  7414.     /**
  7415.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7416.      *
  7417.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7418.      */
  7419.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7427.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7428.         $instance->setName('make:twig-extension');
  7429.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  7430.         return $instance;
  7431.     }
  7432.     /**
  7433.      * Gets the private 'maker.auto_command.make_user' shared service.
  7434.      *
  7435.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7436.      */
  7437.     protected function getMaker_AutoCommand_MakeUserService()
  7438.     {
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7447.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7448.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7449.         $instance->setName('make:user');
  7450.         $instance->setDescription('Creates a new security user class');
  7451.         return $instance;
  7452.     }
  7453.     /**
  7454.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7455.      *
  7456.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7457.      */
  7458.     protected function getMaker_AutoCommand_MakeValidatorService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7466.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7467.         $instance->setName('make:validator');
  7468.         $instance->setDescription('Creates a new validator and constraint class');
  7469.         return $instance;
  7470.     }
  7471.     /**
  7472.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7473.      *
  7474.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7475.      */
  7476.     protected function getMaker_AutoCommand_MakeVoterService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7484.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7485.         $instance->setName('make:voter');
  7486.         $instance->setDescription('Creates a new security voter class');
  7487.         return $instance;
  7488.     }
  7489.     /**
  7490.      * Gets the private 'maker.doctrine_helper' shared service.
  7491.      *
  7492.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7493.      */
  7494.     protected function getMaker_DoctrineHelperService()
  7495.     {
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7497.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')], false)))]]]);
  7498.     }
  7499.     /**
  7500.      * Gets the private 'maker.entity_class_generator' shared service.
  7501.      *
  7502.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7503.      */
  7504.     protected function getMaker_EntityClassGeneratorService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7507.         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()));
  7508.     }
  7509.     /**
  7510.      * Gets the private 'maker.file_link_formatter' shared service.
  7511.      *
  7512.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  7513.      */
  7514.     protected function getMaker_FileLinkFormatterService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7517.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7518.     }
  7519.     /**
  7520.      * Gets the private 'maker.file_manager' shared service.
  7521.      *
  7522.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7523.      */
  7524.     protected function getMaker_FileManagerService()
  7525.     {
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7530.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7531.     }
  7532.     /**
  7533.      * Gets the private 'maker.generator' shared service.
  7534.      *
  7535.      * @return \Symfony\Bundle\MakerBundle\Generator
  7536.      */
  7537.     protected function getMaker_GeneratorService()
  7538.     {
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7541.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  7542.     }
  7543.     /**
  7544.      * Gets the private 'maker.php_compat_util' shared service.
  7545.      *
  7546.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7547.      */
  7548.     protected function getMaker_PhpCompatUtilService()
  7549.     {
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7551.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7552.     }
  7553.     /**
  7554.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7555.      *
  7556.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7557.      */
  7558.     protected function getMaker_Renderer_FormTypeRendererService()
  7559.     {
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7561.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7562.     }
  7563.     /**
  7564.      * Gets the private 'mime_types' shared service.
  7565.      *
  7566.      * @return \Symfony\Component\Mime\MimeTypes
  7567.      */
  7568.     protected function getMimeTypesService()
  7569.     {
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7573.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7574.         $instance->setDefault($instance);
  7575.         return $instance;
  7576.     }
  7577.     /**
  7578.      * Gets the private 'monolog.command.server_log' shared service.
  7579.      *
  7580.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7581.      */
  7582.     protected function getMonolog_Command_ServerLogService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7586.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7587.         $instance->setName('server:log');
  7588.         $instance->setDescription('Start a log server that displays logs in real time');
  7589.         return $instance;
  7590.     }
  7591.     /**
  7592.      * Gets the private 'monolog.handler.console' shared service.
  7593.      *
  7594.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7595.      */
  7596.     protected function getMonolog_Handler_ConsoleService()
  7597.     {
  7598.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7599.     }
  7600.     /**
  7601.      * Gets the private 'monolog.handler.main' shared service.
  7602.      *
  7603.      * @return \Monolog\Handler\StreamHandler
  7604.      */
  7605.     protected function getMonolog_Handler_MainService()
  7606.     {
  7607.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  7608.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7609.         return $instance;
  7610.     }
  7611.     /**
  7612.      * Gets the private 'monolog.logger' shared service.
  7613.      *
  7614.      * @return \Symfony\Bridge\Monolog\Logger
  7615.      */
  7616.     protected function getMonolog_LoggerService()
  7617.     {
  7618.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7619.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7620.         $instance->useMicrosecondTimestamps(true);
  7621.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7622.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7623.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7624.         return $instance;
  7625.     }
  7626.     /**
  7627.      * Gets the private 'monolog.logger.cache' shared service.
  7628.      *
  7629.      * @return \Symfony\Bridge\Monolog\Logger
  7630.      */
  7631.     protected function getMonolog_Logger_CacheService()
  7632.     {
  7633.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7634.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7635.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7636.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7638.         return $instance;
  7639.     }
  7640.     /**
  7641.      * Gets the private 'monolog.logger.mailer' shared service.
  7642.      *
  7643.      * @return \Symfony\Bridge\Monolog\Logger
  7644.      */
  7645.     protected function getMonolog_Logger_MailerService()
  7646.     {
  7647.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  7648.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7649.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7650.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7652.         return $instance;
  7653.     }
  7654.     /**
  7655.      * Gets the private 'monolog.logger.request' shared service.
  7656.      *
  7657.      * @return \Symfony\Bridge\Monolog\Logger
  7658.      */
  7659.     protected function getMonolog_Logger_RequestService()
  7660.     {
  7661.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7662.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7663.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7664.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7666.         return $instance;
  7667.     }
  7668.     /**
  7669.      * Gets the private 'monolog.logger.security' shared service.
  7670.      *
  7671.      * @return \Symfony\Bridge\Monolog\Logger
  7672.      */
  7673.     protected function getMonolog_Logger_SecurityService()
  7674.     {
  7675.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7676.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7677.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7678.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7679.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7680.         return $instance;
  7681.     }
  7682.     /**
  7683.      * Gets the private 'monolog.logger.snappy' shared service.
  7684.      *
  7685.      * @return \Symfony\Bridge\Monolog\Logger
  7686.      */
  7687.     protected function getMonolog_Logger_SnappyService()
  7688.     {
  7689.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  7690.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7691.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7692.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7693.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7694.         return $instance;
  7695.     }
  7696.     /**
  7697.      * Gets the private 'parameter_bag' shared service.
  7698.      *
  7699.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7700.      */
  7701.     protected function getParameterBagService()
  7702.     {
  7703.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7704.     }
  7705.     /**
  7706.      * Gets the private 'profiler_listener' shared service.
  7707.      *
  7708.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7709.      */
  7710.     protected function getProfilerListenerService()
  7711.     {
  7712.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7713.         if (isset($this->privates['profiler_listener'])) {
  7714.             return $this->privates['profiler_listener'];
  7715.         }
  7716.         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);
  7717.     }
  7718.     /**
  7719.      * Gets the private 'property_accessor' shared service.
  7720.      *
  7721.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7722.      */
  7723.     protected function getPropertyAccessorService()
  7724.     {
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7731.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7732.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7733.     }
  7734.     /**
  7735.      * Gets the private 'property_info' shared service.
  7736.      *
  7737.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7738.      */
  7739.     protected function getPropertyInfoService()
  7740.     {
  7741.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7742.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7743.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7744.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7745.         }, 3), new RewindableGenerator(function () {
  7746.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7747.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7748.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7749.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7750.         }, 4), new RewindableGenerator(function () {
  7751.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7752.         }, 1), new RewindableGenerator(function () {
  7753.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7754.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7755.         }, 2), new RewindableGenerator(function () {
  7756.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7757.         }, 1));
  7758.     }
  7759.     /**
  7760.      * Gets the private 'property_info.serializer_extractor' shared service.
  7761.      *
  7762.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7763.      */
  7764.     protected function getPropertyInfo_SerializerExtractorService()
  7765.     {
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7767.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7768.     }
  7769.     /**
  7770.      * Gets the private 'router.cache_warmer' shared service.
  7771.      *
  7772.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7773.      */
  7774.     protected function getRouter_CacheWarmerService()
  7775.     {
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7778.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7779.             'router' => ['services''router''getRouterService'false],
  7780.         ], [
  7781.             'router' => '?',
  7782.         ]))->withContext('router.cache_warmer'$this));
  7783.     }
  7784.     /**
  7785.      * Gets the private 'router.expression_language_provider' shared service.
  7786.      *
  7787.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7788.      */
  7789.     protected function getRouter_ExpressionLanguageProviderService()
  7790.     {
  7791.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7792.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7793.         ], [
  7794.             'env' => 'Closure',
  7795.         ]));
  7796.     }
  7797.     /**
  7798.      * Gets the private 'router.request_context' shared service.
  7799.      *
  7800.      * @return \Symfony\Component\Routing\RequestContext
  7801.      */
  7802.     protected function getRouter_RequestContextService()
  7803.     {
  7804.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7805.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7806.         return $instance;
  7807.     }
  7808.     /**
  7809.      * Gets the private 'router_listener' shared service.
  7810.      *
  7811.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7812.      */
  7813.     protected function getRouterListenerService()
  7814.     {
  7815.         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);
  7816.     }
  7817.     /**
  7818.      * Gets the private 'secrets.vault' shared service.
  7819.      *
  7820.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7821.      */
  7822.     protected function getSecrets_VaultService()
  7823.     {
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7828.         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'));
  7829.     }
  7830.     /**
  7831.      * Gets the private 'security.access_listener' shared service.
  7832.      *
  7833.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7834.      */
  7835.     protected function getSecurity_AccessListenerService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7840.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7841.         if (isset($this->privates['security.access_listener'])) {
  7842.             return $this->privates['security.access_listener'];
  7843.         }
  7844.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7845.         if (isset($this->privates['security.access_listener'])) {
  7846.             return $this->privates['security.access_listener'];
  7847.         }
  7848.         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);
  7849.     }
  7850.     /**
  7851.      * Gets the private 'security.access_map' shared service.
  7852.      *
  7853.      * @return \Symfony\Component\Security\Http\AccessMap
  7854.      */
  7855.     protected function getSecurity_AccessMapService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7861.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7862.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  7863.         return $instance;
  7864.     }
  7865.     /**
  7866.      * Gets the private 'security.authentication.guard_handler' shared service.
  7867.      *
  7868.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7869.      *
  7870.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7871.      */
  7872.     protected function getSecurity_Authentication_GuardHandlerService()
  7873.     {
  7874.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7877.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7878.         if (isset($this->privates['security.authentication.guard_handler'])) {
  7879.             return $this->privates['security.authentication.guard_handler'];
  7880.         }
  7881.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  7882.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7883.         return $instance;
  7884.     }
  7885.     /**
  7886.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7887.      *
  7888.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7889.      *
  7890.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7891.      */
  7892.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7893.     {
  7894.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7895.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7896.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  7897.             return $this->privates['security.authentication.listener.anonymous.main'];
  7898.         }
  7899.         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);
  7900.     }
  7901.     /**
  7902.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  7903.      *
  7904.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7905.      *
  7906.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  7907.      */
  7908.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  7909.     {
  7910.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  7911.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  7912.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7913.             return $this->privates['security.authentication.listener.guard.main'];
  7914.         }
  7915.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7916.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7917.             return $this->privates['security.authentication.listener.guard.main'];
  7918.         }
  7919.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  7920.             yield => ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7921.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7922.     }
  7923.     /**
  7924.      * Gets the private 'security.authentication.manager' shared service.
  7925.      *
  7926.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7927.      *
  7928.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7929.      */
  7930.     protected function getSecurity_Authentication_ManagerService()
  7931.     {
  7932.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7933.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7934.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7935.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7936.         }, 2), true);
  7937.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7938.         return $instance;
  7939.     }
  7940.     /**
  7941.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7942.      *
  7943.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7944.      *
  7945.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7946.      */
  7947.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7948.     {
  7949.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7950.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7951.     }
  7952.     /**
  7953.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7954.      *
  7955.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7956.      *
  7957.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  7958.      */
  7959.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7960.     {
  7961.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7964.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7965.             yield => ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7966.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  7967.     }
  7968.     /**
  7969.      * Gets the private 'security.authentication_utils' shared service.
  7970.      *
  7971.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7972.      */
  7973.     protected function getSecurity_AuthenticationUtilsService()
  7974.     {
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7976.         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())));
  7977.     }
  7978.     /**
  7979.      * Gets the private 'security.channel_listener' shared service.
  7980.      *
  7981.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7982.      */
  7983.     protected function getSecurity_ChannelListenerService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7988.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7989.         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());
  7990.     }
  7991.     /**
  7992.      * Gets the private 'security.command.debug_firewall' shared service.
  7993.      *
  7994.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7995.      */
  7996.     protected function getSecurity_Command_DebugFirewallService()
  7997.     {
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8000.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  8001.         $instance->setName('debug:firewall');
  8002.         $instance->setDescription('Display information about your security firewall(s)');
  8003.         return $instance;
  8004.     }
  8005.     /**
  8006.      * Gets the private 'security.command.user_password_encoder' shared service.
  8007.      *
  8008.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8009.      *
  8010.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8011.      */
  8012.     protected function getSecurity_Command_UserPasswordEncoderService()
  8013.     {
  8014.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8015.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User\\User']);
  8016.         $instance->setName('security:encode-password');
  8017.         $instance->setDescription('Encode a password');
  8018.         return $instance;
  8019.     }
  8020.     /**
  8021.      * Gets the private 'security.command.user_password_hash' shared service.
  8022.      *
  8023.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8024.      */
  8025.     protected function getSecurity_Command_UserPasswordHashService()
  8026.     {
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8029.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User\\User']);
  8030.         $instance->setName('security:hash-password');
  8031.         $instance->setDescription('Hash a user password');
  8032.         return $instance;
  8033.     }
  8034.     /**
  8035.      * Gets the private 'security.context_listener.0' shared service.
  8036.      *
  8037.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8038.      */
  8039.     protected function getSecurity_ContextListener_0Service()
  8040.     {
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8044.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8045.         if (isset($this->privates['security.context_listener.0'])) {
  8046.             return $this->privates['security.context_listener.0'];
  8047.         }
  8048.         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 () {
  8049.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  8050.         }, 1), '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']);
  8051.     }
  8052.     /**
  8053.      * Gets the private 'security.csrf.token_storage' shared service.
  8054.      *
  8055.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8056.      */
  8057.     protected function getSecurity_Csrf_TokenStorageService()
  8058.     {
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8062.         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())));
  8063.     }
  8064.     /**
  8065.      * Gets the private 'security.encoder_factory.generic' shared service.
  8066.      *
  8067.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8068.      *
  8069.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8070.      */
  8071.     protected function getSecurity_EncoderFactory_GenericService()
  8072.     {
  8073.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8074.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  8075.     }
  8076.     /**
  8077.      * Gets the private 'security.event_dispatcher.main' shared service.
  8078.      *
  8079.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8080.      */
  8081.     protected function getSecurity_EventDispatcher_MainService()
  8082.     {
  8083.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8084.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8085.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8086.         }, => 'onLogout'], 64);
  8087.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8088.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8089.         }, => 'onLogout'], 0);
  8090.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8091.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8092.         }, => 'onLogout'], 0);
  8093.         return $instance;
  8094.     }
  8095.     /**
  8096.      * Gets the private 'security.firewall.map' shared service.
  8097.      *
  8098.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8099.      */
  8100.     protected function getSecurity_Firewall_MapService()
  8101.     {
  8102.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8103.         if (isset($this->privates['security.firewall.map'])) {
  8104.             return $this->privates['security.firewall.map'];
  8105.         }
  8106.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8107.             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)/')));
  8108.             yield 'security.firewall.map.context.main' => NULL;
  8109.         }, 2));
  8110.     }
  8111.     /**
  8112.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8113.      *
  8114.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8115.      */
  8116.     protected function getSecurity_Firewall_Map_Context_DevService()
  8117.     {
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8120.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8121.             return new \EmptyIterator();
  8122.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8123.     }
  8124.     /**
  8125.      * Gets the private 'security.firewall.map.context.main' shared service.
  8126.      *
  8127.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  8128.      */
  8129.     protected function getSecurity_Firewall_Map_Context_MainService()
  8130.     {
  8131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8139.         $a = ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  8140.         if (isset($this->privates['security.firewall.map.context.main'])) {
  8141.             return $this->privates['security.firewall.map.context.main'];
  8142.         }
  8143.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8144.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8145.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  8146.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8147.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8148.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8149.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8150.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8151.         }, 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'$aNULLNULL, ($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' => 'user_security_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\User\\FormLoginAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  8152.     }
  8153.     /**
  8154.      * Gets the private 'security.helper' shared service.
  8155.      *
  8156.      * @return \Symfony\Component\Security\Core\Security
  8157.      */
  8158.     protected function getSecurity_HelperService()
  8159.     {
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8161.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8162.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8163.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8164.         ], [
  8165.             'security.authorization_checker' => '?',
  8166.             'security.token_storage' => '?',
  8167.         ]));
  8168.     }
  8169.     /**
  8170.      * Gets the private 'security.http_utils' shared service.
  8171.      *
  8172.      * @return \Symfony\Component\Security\Http\HttpUtils
  8173.      */
  8174.     protected function getSecurity_HttpUtilsService()
  8175.     {
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8177.         $a = ($this->services['router'] ?? $this->getRouterService());
  8178.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8179.     }
  8180.     /**
  8181.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8182.      *
  8183.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8184.      */
  8185.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8186.     {
  8187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8188.         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()));
  8189.     }
  8190.     /**
  8191.      * Gets the private 'security.logout.listener.default.main' shared service.
  8192.      *
  8193.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8194.      */
  8195.     protected function getSecurity_Logout_Listener_Default_MainService()
  8196.     {
  8197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8198.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  8199.     }
  8200.     /**
  8201.      * Gets the private 'security.logout_url_generator' shared service.
  8202.      *
  8203.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8204.      */
  8205.     protected function getSecurity_LogoutUrlGeneratorService()
  8206.     {
  8207.         $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()));
  8208.         $instance->registerListener('main''user_security_logout''logout''_csrf_token'NULLNULL);
  8209.         return $instance;
  8210.     }
  8211.     /**
  8212.      * Gets the private 'security.password_hasher_factory' shared service.
  8213.      *
  8214.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8215.      */
  8216.     protected function getSecurity_PasswordHasherFactoryService()
  8217.     {
  8218.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8219.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8220.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  8221.     }
  8222.     /**
  8223.      * Gets the private 'security.role_hierarchy' shared service.
  8224.      *
  8225.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8226.      */
  8227.     protected function getSecurity_RoleHierarchyService()
  8228.     {
  8229.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8230.     }
  8231.     /**
  8232.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  8233.      *
  8234.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8235.      */
  8236.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8241.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\User''username'NULL);
  8242.     }
  8243.     /**
  8244.      * Gets the private 'security.user_password_hasher' shared service.
  8245.      *
  8246.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8247.      */
  8248.     protected function getSecurity_UserPasswordHasherService()
  8249.     {
  8250.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8252.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8253.     }
  8254.     /**
  8255.      * Gets the private 'security.validator.user_password' shared service.
  8256.      *
  8257.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8258.      */
  8259.     protected function getSecurity_Validator_UserPasswordService()
  8260.     {
  8261.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8264.         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()));
  8265.     }
  8266.     /**
  8267.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8268.      *
  8269.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8270.      */
  8271.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8272.     {
  8273.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8274.     }
  8275.     /**
  8276.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8277.      *
  8278.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8279.      */
  8280.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8281.     {
  8282.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8283.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8284.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8285.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8286.     }
  8287.     /**
  8288.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8289.      *
  8290.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8291.      */
  8292.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8293.     {
  8294.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8295.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8296.             return $this->privates['sensio_framework_extra.security.listener'];
  8297.         }
  8298.         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()));
  8299.     }
  8300.     /**
  8301.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8302.      *
  8303.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8304.      */
  8305.     protected function getSensioFrameworkExtra_View_ListenerService()
  8306.     {
  8307.         $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))));
  8308.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8309.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8310.         ], [
  8311.             'twig' => '?',
  8312.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8313.         return $instance;
  8314.     }
  8315.     /**
  8316.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8317.      *
  8318.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8319.      */
  8320.     protected function getSerializer_Mapping_CacheWarmerService()
  8321.     {
  8322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8325.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8326.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8327.         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'));
  8328.     }
  8329.     /**
  8330.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8331.      *
  8332.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8333.      */
  8334.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8335.     {
  8336.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8337.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8342.         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()))]));
  8343.     }
  8344.     /**
  8345.      * Gets the private 'session.factory' shared service.
  8346.      *
  8347.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8348.      */
  8349.     protected function getSession_FactoryService()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  8353.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8354.         if (isset($this->privates['session.factory'])) {
  8355.             return $this->privates['session.factory'];
  8356.         }
  8357.         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']);
  8358.     }
  8359.     /**
  8360.      * Gets the private 'session.flash_bag' shared service.
  8361.      *
  8362.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  8363.      *
  8364.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  8365.      */
  8366.     protected function getSession_FlashBagService()
  8367.     {
  8368.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  8369.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  8370.     }
  8371.     /**
  8372.      * Gets the private 'session.storage.factory.service' shared service.
  8373.      *
  8374.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8375.      *
  8376.      * @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.
  8377.      */
  8378.     protected function getSession_Storage_Factory_ServiceService()
  8379.     {
  8380.         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.');
  8381.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8382.     }
  8383.     /**
  8384.      * Gets the private 'session.storage.metadata_bag' shared service.
  8385.      *
  8386.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8387.      *
  8388.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8389.      */
  8390.     protected function getSession_Storage_MetadataBagService()
  8391.     {
  8392.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8393.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8394.     }
  8395.     /**
  8396.      * Gets the private 'session.storage.native' shared service.
  8397.      *
  8398.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8399.      *
  8400.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8401.      */
  8402.     protected function getSession_Storage_NativeService()
  8403.     {
  8404.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8407.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  8408.     }
  8409.     /**
  8410.      * Gets the private 'session_listener' shared service.
  8411.      *
  8412.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8413.      */
  8414.     protected function getSessionListenerService()
  8415.     {
  8416.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8417.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8418.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8419.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8420.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8421.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8422.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8423.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8424.         ], [
  8425.             'initialized_session' => '?',
  8426.             'logger' => '?',
  8427.             'request_stack' => '?',
  8428.             'session' => '?',
  8429.             'session_collector' => '?',
  8430.             'session_factory' => '?',
  8431.             'session_storage' => '?',
  8432.         ]), true$this->parameters['session.storage.options']);
  8433.     }
  8434.     /**
  8435.      * Gets the private 'slugger' shared service.
  8436.      *
  8437.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  8438.      */
  8439.     protected function getSluggerService()
  8440.     {
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  8443.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  8444.     }
  8445.     /**
  8446.      * Gets the private 'translation.extractor' shared service.
  8447.      *
  8448.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8449.      */
  8450.     protected function getTranslation_ExtractorService()
  8451.     {
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8457.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8458.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8459.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8460.         return $instance;
  8461.     }
  8462.     /**
  8463.      * Gets the private 'translation.loader.csv' shared service.
  8464.      *
  8465.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8466.      */
  8467.     protected function getTranslation_Loader_CsvService()
  8468.     {
  8469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8473.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8474.     }
  8475.     /**
  8476.      * Gets the private 'translation.loader.dat' shared service.
  8477.      *
  8478.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8479.      */
  8480.     protected function getTranslation_Loader_DatService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8485.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8486.     }
  8487.     /**
  8488.      * Gets the private 'translation.loader.ini' shared service.
  8489.      *
  8490.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8491.      */
  8492.     protected function getTranslation_Loader_IniService()
  8493.     {
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8498.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8499.     }
  8500.     /**
  8501.      * Gets the private 'translation.loader.json' shared service.
  8502.      *
  8503.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8504.      */
  8505.     protected function getTranslation_Loader_JsonService()
  8506.     {
  8507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8511.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8512.     }
  8513.     /**
  8514.      * Gets the private 'translation.loader.mo' shared service.
  8515.      *
  8516.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8517.      */
  8518.     protected function getTranslation_Loader_MoService()
  8519.     {
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8524.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8525.     }
  8526.     /**
  8527.      * Gets the private 'translation.loader.php' shared service.
  8528.      *
  8529.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8530.      */
  8531.     protected function getTranslation_Loader_PhpService()
  8532.     {
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8537.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8538.     }
  8539.     /**
  8540.      * Gets the private 'translation.loader.po' shared service.
  8541.      *
  8542.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8543.      */
  8544.     protected function getTranslation_Loader_PoService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8550.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8551.     }
  8552.     /**
  8553.      * Gets the private 'translation.loader.qt' shared service.
  8554.      *
  8555.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8556.      */
  8557.     protected function getTranslation_Loader_QtService()
  8558.     {
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8561.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8562.     }
  8563.     /**
  8564.      * Gets the private 'translation.loader.res' shared service.
  8565.      *
  8566.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8567.      */
  8568.     protected function getTranslation_Loader_ResService()
  8569.     {
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8572.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8573.     }
  8574.     /**
  8575.      * Gets the private 'translation.loader.xliff' shared service.
  8576.      *
  8577.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8578.      */
  8579.     protected function getTranslation_Loader_XliffService()
  8580.     {
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8583.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8584.     }
  8585.     /**
  8586.      * Gets the private 'translation.loader.yml' shared service.
  8587.      *
  8588.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8589.      */
  8590.     protected function getTranslation_Loader_YmlService()
  8591.     {
  8592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8596.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8597.     }
  8598.     /**
  8599.      * Gets the private 'translation.provider_collection' shared service.
  8600.      *
  8601.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8602.      */
  8603.     protected function getTranslation_ProviderCollectionService()
  8604.     {
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8607.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8608.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8609.         }, 1), []))->fromConfig([]);
  8610.     }
  8611.     /**
  8612.      * Gets the private 'translation.reader' shared service.
  8613.      *
  8614.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8615.      */
  8616.     protected function getTranslation_ReaderService()
  8617.     {
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8634.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8635.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8636.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8637.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8638.         $instance->addLoader('yaml'$a);
  8639.         $instance->addLoader('yml'$a);
  8640.         $instance->addLoader('xlf'$b);
  8641.         $instance->addLoader('xliff'$b);
  8642.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8643.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8644.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8645.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8646.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8647.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8648.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8649.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8650.         return $instance;
  8651.     }
  8652.     /**
  8653.      * Gets the private 'translation.warmer' shared service.
  8654.      *
  8655.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8656.      */
  8657.     protected function getTranslation_WarmerService()
  8658.     {
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8661.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8662.             'translator' => ['services''translator''getTranslatorService'false],
  8663.         ], [
  8664.             'translator' => '?',
  8665.         ]))->withContext('translation.warmer'$this));
  8666.     }
  8667.     /**
  8668.      * Gets the private 'translation.writer' shared service.
  8669.      *
  8670.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8671.      */
  8672.     protected function getTranslation_WriterService()
  8673.     {
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8682.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8688.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8689.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8690.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8691.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8692.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8693.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8694.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8695.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8696.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8697.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8698.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8699.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8700.         return $instance;
  8701.     }
  8702.     /**
  8703.      * Gets the private 'translator.default' shared service.
  8704.      *
  8705.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8706.      */
  8707.     protected function getTranslator_DefaultService()
  8708.     {
  8709.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8710.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8711.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8712.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8713.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8714.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8715.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8716.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8717.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8718.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8719.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8720.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8721.         ], [
  8722.             'translation.loader.csv' => '?',
  8723.             'translation.loader.dat' => '?',
  8724.             'translation.loader.ini' => '?',
  8725.             'translation.loader.json' => '?',
  8726.             'translation.loader.mo' => '?',
  8727.             'translation.loader.php' => '?',
  8728.             'translation.loader.po' => '?',
  8729.             'translation.loader.qt' => '?',
  8730.             'translation.loader.res' => '?',
  8731.             'translation.loader.xliff' => '?',
  8732.             'translation.loader.yml' => '?',
  8733.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'17 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'18 => 'vendor/knplabs/knp-snappy-bundle/src/translations']]], []);
  8734.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8735.         $instance->setFallbackLocales([=> 'en']);
  8736.         return $instance;
  8737.     }
  8738.     /**
  8739.      * Gets the private 'twig.command.debug' shared service.
  8740.      *
  8741.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8742.      */
  8743.     protected function getTwig_Command_DebugService()
  8744.     {
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8747.         $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()));
  8748.         $instance->setName('debug:twig');
  8749.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8750.         return $instance;
  8751.     }
  8752.     /**
  8753.      * Gets the private 'twig.command.lint' shared service.
  8754.      *
  8755.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8756.      */
  8757.     protected function getTwig_Command_LintService()
  8758.     {
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8762.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8763.         $instance->setName('lint:twig');
  8764.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8765.         return $instance;
  8766.     }
  8767.     /**
  8768.      * Gets the private 'twig.form.engine' shared service.
  8769.      *
  8770.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8771.      */
  8772.     protected function getTwig_Form_EngineService()
  8773.     {
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8777.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8778.         if (isset($this->privates['twig.form.engine'])) {
  8779.             return $this->privates['twig.form.engine'];
  8780.         }
  8781.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8782.     }
  8783.     /**
  8784.      * Gets the private 'twig.form.renderer' shared service.
  8785.      *
  8786.      * @return \Symfony\Component\Form\FormRenderer
  8787.      */
  8788.     protected function getTwig_Form_RendererService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8792.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8793.         if (isset($this->privates['twig.form.renderer'])) {
  8794.             return $this->privates['twig.form.renderer'];
  8795.         }
  8796.         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()));
  8797.     }
  8798.     /**
  8799.      * Gets the private 'twig.mailer.message_listener' shared service.
  8800.      *
  8801.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8802.      */
  8803.     protected function getTwig_Mailer_MessageListenerService()
  8804.     {
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8808.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8809.         if (isset($this->privates['twig.mailer.message_listener'])) {
  8810.             return $this->privates['twig.mailer.message_listener'];
  8811.         }
  8812.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8813.     }
  8814.     /**
  8815.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8816.      *
  8817.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8818.      */
  8819.     protected function getTwig_Runtime_HttpkernelService()
  8820.     {
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  8827.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8828.         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, [
  8829.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8830.         ], [
  8831.             'inline' => '?',
  8832.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8833.     }
  8834.     /**
  8835.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8836.      *
  8837.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8838.      */
  8839.     protected function getTwig_Runtime_SecurityCsrfService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8842.         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()));
  8843.     }
  8844.     /**
  8845.      * Gets the private 'twig.runtime.serializer' shared service.
  8846.      *
  8847.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8848.      */
  8849.     protected function getTwig_Runtime_SerializerService()
  8850.     {
  8851.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8853.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8854.     }
  8855.     /**
  8856.      * Gets the private 'twig.template_cache_warmer' shared service.
  8857.      *
  8858.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8859.      */
  8860.     protected function getTwig_TemplateCacheWarmerService()
  8861.     {
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8865.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8866.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8867.         ], [
  8868.             'twig' => '?',
  8869.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), ['public/css' => 'styles''public/img' => 'images', (\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')));
  8870.     }
  8871.     /**
  8872.      * Gets the private 'validator.builder' shared service.
  8873.      *
  8874.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8875.      */
  8876.     protected function getValidator_BuilderService()
  8877.     {
  8878.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8879.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8880.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8881.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8882.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8883.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8884.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8885.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8886.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8887.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8888.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8889.         ], [
  8890.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8891.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8892.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8893.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8894.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8895.             'doctrine.orm.validator.unique' => '?',
  8896.             'security.validator.user_password' => '?',
  8897.             'validator.expression' => '?',
  8898.         ])));
  8899.         if ($this->has('translator')) {
  8900.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8901.         }
  8902.         $instance->setTranslationDomain('validators');
  8903.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8904.         $instance->enableAnnotationMapping(true);
  8905.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8906.         $instance->addMethodMapping('loadValidatorMetadata');
  8907.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8908.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8909.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8910.         return $instance;
  8911.     }
  8912.     /**
  8913.      * Gets the private 'validator.email' shared service.
  8914.      *
  8915.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8916.      */
  8917.     protected function getValidator_EmailService()
  8918.     {
  8919.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8920.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8922.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8923.     }
  8924.     /**
  8925.      * Gets the private 'validator.expression' shared service.
  8926.      *
  8927.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8928.      */
  8929.     protected function getValidator_ExpressionService()
  8930.     {
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8934.         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())));
  8935.     }
  8936.     /**
  8937.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8938.      *
  8939.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8940.      */
  8941.     protected function getValidator_Mapping_CacheWarmerService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8946.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8947.     }
  8948.     /**
  8949.      * Gets the private 'validator.not_compromised_password' shared service.
  8950.      *
  8951.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8952.      */
  8953.     protected function getValidator_NotCompromisedPasswordService()
  8954.     {
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8958.         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);
  8959.     }
  8960.     /**
  8961.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8962.      *
  8963.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8964.      */
  8965.     protected function getVarDumper_Command_ServerDumpService()
  8966.     {
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8973.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8974.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8975.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8976.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8978.         $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()))]);
  8979.         $instance->setName('server:dump');
  8980.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8981.         return $instance;
  8982.     }
  8983.     /**
  8984.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8985.      *
  8986.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8987.      */
  8988.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8989.     {
  8990.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8991.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8992.         return $instance;
  8993.     }
  8994.     /**
  8995.      * Gets the private 'var_dumper.html_dumper' shared service.
  8996.      *
  8997.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8998.      */
  8999.     protected function getVarDumper_HtmlDumperService()
  9000.     {
  9001.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9002.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9003.         return $instance;
  9004.     }
  9005.     /**
  9006.      * Gets the private 'var_dumper.server_connection' shared service.
  9007.      *
  9008.      * @return \Symfony\Component\VarDumper\Server\Connection
  9009.      */
  9010.     protected function getVarDumper_ServerConnectionService()
  9011.     {
  9012.         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()]);
  9013.     }
  9014.     /**
  9015.      * Gets the private 'web_profiler.csp.handler' shared service.
  9016.      *
  9017.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9018.      */
  9019.     protected function getWebProfiler_Csp_HandlerService()
  9020.     {
  9021.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9022.     }
  9023.     /**
  9024.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9025.      *
  9026.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9027.      */
  9028.     protected function getWebProfiler_DebugToolbarService()
  9029.     {
  9030.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9031.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9032.             return $this->privates['web_profiler.debug_toolbar'];
  9033.         }
  9034.         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()));
  9035.     }
  9036.     /**
  9037.      * Gets the public 'cache_clearer' alias.
  9038.      *
  9039.      * @return object The ".container.private.cache_clearer" service.
  9040.      */
  9041.     protected function getCacheClearerService()
  9042.     {
  9043.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9044.         return $this->get('.container.private.cache_clearer');
  9045.     }
  9046.     /**
  9047.      * Gets the public 'filesystem' alias.
  9048.      *
  9049.      * @return object The ".container.private.filesystem" service.
  9050.      */
  9051.     protected function getFilesystemService()
  9052.     {
  9053.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9054.         return $this->get('.container.private.filesystem');
  9055.     }
  9056.     /**
  9057.      * Gets the public 'serializer' alias.
  9058.      *
  9059.      * @return object The ".container.private.serializer" service.
  9060.      */
  9061.     protected function getSerializerService()
  9062.     {
  9063.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9064.         return $this->get('.container.private.serializer');
  9065.     }
  9066.     /**
  9067.      * Gets the public 'security.csrf.token_manager' alias.
  9068.      *
  9069.      * @return object The ".container.private.security.csrf.token_manager" service.
  9070.      */
  9071.     protected function getSecurity_Csrf_TokenManagerService()
  9072.     {
  9073.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9074.         return $this->get('.container.private.security.csrf.token_manager');
  9075.     }
  9076.     /**
  9077.      * Gets the public 'form.factory' alias.
  9078.      *
  9079.      * @return object The ".container.private.form.factory" service.
  9080.      */
  9081.     protected function getForm_FactoryService()
  9082.     {
  9083.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9084.         return $this->get('.container.private.form.factory');
  9085.     }
  9086.     /**
  9087.      * Gets the public 'form.type.file' alias.
  9088.      *
  9089.      * @return object The ".container.private.form.type.file" service.
  9090.      */
  9091.     protected function getForm_Type_FileService()
  9092.     {
  9093.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9094.         return $this->get('.container.private.form.type.file');
  9095.     }
  9096.     /**
  9097.      * Gets the public 'profiler' alias.
  9098.      *
  9099.      * @return object The ".container.private.profiler" service.
  9100.      */
  9101.     protected function getProfilerService()
  9102.     {
  9103.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9104.         return $this->get('.container.private.profiler');
  9105.     }
  9106.     /**
  9107.      * Gets the public 'twig' alias.
  9108.      *
  9109.      * @return object The ".container.private.twig" service.
  9110.      */
  9111.     protected function getTwigService()
  9112.     {
  9113.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9114.         return $this->get('.container.private.twig');
  9115.     }
  9116.     /**
  9117.      * Gets the public 'security.authorization_checker' alias.
  9118.      *
  9119.      * @return object The ".container.private.security.authorization_checker" service.
  9120.      */
  9121.     protected function getSecurity_AuthorizationCheckerService()
  9122.     {
  9123.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9124.         return $this->get('.container.private.security.authorization_checker');
  9125.     }
  9126.     /**
  9127.      * Gets the public 'security.token_storage' alias.
  9128.      *
  9129.      * @return object The ".container.private.security.token_storage" service.
  9130.      */
  9131.     protected function getSecurity_TokenStorageService()
  9132.     {
  9133.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9134.         return $this->get('.container.private.security.token_storage');
  9135.     }
  9136.     /**
  9137.      * Gets the public 'security.password_encoder' alias.
  9138.      *
  9139.      * @return object The ".container.private.security.password_encoder" service.
  9140.      */
  9141.     protected function getSecurity_PasswordEncoderService()
  9142.     {
  9143.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9144.         return $this->get('.container.private.security.password_encoder');
  9145.     }
  9146.     /**
  9147.      * Gets the public 'session' alias.
  9148.      *
  9149.      * @return object The ".container.private.session" service.
  9150.      */
  9151.     protected function getSessionService()
  9152.     {
  9153.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9154.         return $this->get('.container.private.session');
  9155.     }
  9156.     /**
  9157.      * Gets the public 'validator' alias.
  9158.      *
  9159.      * @return object The ".container.private.validator" service.
  9160.      */
  9161.     protected function getValidatorService()
  9162.     {
  9163.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9164.         return $this->get('.container.private.validator');
  9165.     }
  9166.     /**
  9167.      * @return array|bool|float|int|string|\UnitEnum|null
  9168.      */
  9169.     public function getParameter(string $name)
  9170.     {
  9171.         if (isset($this->buildParameters[$name])) {
  9172.             return $this->buildParameters[$name];
  9173.         }
  9174.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9175.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9176.         }
  9177.         if (isset($this->loadedDynamicParameters[$name])) {
  9178.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9179.         }
  9180.         return $this->parameters[$name];
  9181.     }
  9182.     public function hasParameter(string $name): bool
  9183.     {
  9184.         if (isset($this->buildParameters[$name])) {
  9185.             return true;
  9186.         }
  9187.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9188.     }
  9189.     public function setParameter(string $name$value): void
  9190.     {
  9191.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9192.     }
  9193.     public function getParameterBag(): ParameterBagInterface
  9194.     {
  9195.         if (null === $this->parameterBag) {
  9196.             $parameters $this->parameters;
  9197.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9198.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9199.             }
  9200.             foreach ($this->buildParameters as $name => $value) {
  9201.                 $parameters[$name] = $value;
  9202.             }
  9203.             $this->parameterBag = new FrozenParameterBag($parameters);
  9204.         }
  9205.         return $this->parameterBag;
  9206.     }
  9207.     private $loadedDynamicParameters = [
  9208.         'kernel.runtime_environment' => false,
  9209.         'kernel.build_dir' => false,
  9210.         'kernel.cache_dir' => false,
  9211.         'meteo_france.api_key' => false,
  9212.         'meteo_france.stations_url' => false,
  9213.         'meteo_france.commande_url' => false,
  9214.         'meteo_france.commande_horaire_url' => false,
  9215.         'meteo_france.fichier_url' => false,
  9216.         'kernel.secret' => false,
  9217.         'debug.container.dump' => false,
  9218.         'serializer.mapping.cache.file' => false,
  9219.         'validator.mapping.cache.file' => false,
  9220.         'profiler.storage.dsn' => false,
  9221.         'doctrine.orm.proxy_dir' => false,
  9222.         'knp_snappy.pdf.binary' => false,
  9223.         'knp_snappy.image.binary' => false,
  9224.     ];
  9225.     private $dynamicParameters = [];
  9226.     private function getDynamicParameter(string $name)
  9227.     {
  9228.         switch ($name) {
  9229.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9230.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9231.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9232.             case 'meteo_france.api_key'$value $this->getEnv('METEO_FRANCE_API_KEY'); break;
  9233.             case 'meteo_france.stations_url'$value $this->getEnv('METEO_FRANCE_STATIONS_URL'); break;
  9234.             case 'meteo_france.commande_url'$value $this->getEnv('METEO_FRANCE_COMMANDE_URL'); break;
  9235.             case 'meteo_france.commande_horaire_url'$value $this->getEnv('METEO_FRANCE_COMMANDE_HORAIRE_URL'); break;
  9236.             case 'meteo_france.fichier_url'$value $this->getEnv('METEO_FRANCE_FICHIER_URL'); break;
  9237.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9238.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9239.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9240.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9241.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9242.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9243.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  9244.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  9245.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9246.         }
  9247.         $this->loadedDynamicParameters[$name] = true;
  9248.         return $this->dynamicParameters[$name] = $value;
  9249.     }
  9250.     protected function getDefaultParameters(): array
  9251.     {
  9252.         return [
  9253.             'kernel.project_dir' => \dirname(__DIR__4),
  9254.             'kernel.environment' => 'dev',
  9255.             'kernel.debug' => true,
  9256.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9257.             'kernel.bundles' => [
  9258.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9259.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9260.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9261.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9262.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9263.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9264.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9265.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9266.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9267.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9268.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9269.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9270.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  9271.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9272.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  9273.             ],
  9274.             'kernel.bundles_metadata' => [
  9275.                 'FrameworkBundle' => [
  9276.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9277.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9278.                 ],
  9279.                 'TwigBundle' => [
  9280.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9281.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9282.                 ],
  9283.                 'TwigExtraBundle' => [
  9284.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9285.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9286.                 ],
  9287.                 'SensioFrameworkExtraBundle' => [
  9288.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9289.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9290.                 ],
  9291.                 'DoctrineBundle' => [
  9292.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9293.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9294.                 ],
  9295.                 'DoctrineMigrationsBundle' => [
  9296.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9297.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9298.                 ],
  9299.                 'SecurityBundle' => [
  9300.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9301.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9302.                 ],
  9303.                 'WebProfilerBundle' => [
  9304.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9305.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9306.                 ],
  9307.                 'MonologBundle' => [
  9308.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9309.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9310.                 ],
  9311.                 'DebugBundle' => [
  9312.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9313.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9314.                 ],
  9315.                 'MakerBundle' => [
  9316.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9317.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9318.                 ],
  9319.                 'DoctrineFixturesBundle' => [
  9320.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9321.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9322.                 ],
  9323.                 'KnpPaginatorBundle' => [
  9324.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  9325.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  9326.                 ],
  9327.                 'FOSJsRoutingBundle' => [
  9328.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9329.                     'namespace' => 'FOS\\JsRoutingBundle',
  9330.                 ],
  9331.                 'KnpSnappyBundle' => [
  9332.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  9333.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  9334.                 ],
  9335.             ],
  9336.             'kernel.charset' => 'UTF-8',
  9337.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9338.             'container.dumper.inline_class_loader' => true,
  9339.             'container.dumper.inline_factories' => true,
  9340.             'event_dispatcher.event_aliases' => [
  9341.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9342.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9343.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9344.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9345.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9346.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9347.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9348.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9349.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9350.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9351.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9352.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9353.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9354.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9355.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9356.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9357.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9358.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9359.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9360.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9361.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9362.             ],
  9363.             'fragment.renderer.hinclude.global_template' => NULL,
  9364.             'fragment.path' => '/_fragment',
  9365.             'kernel.http_method_override' => true,
  9366.             'kernel.trusted_hosts' => [
  9367.             ],
  9368.             'kernel.default_locale' => 'en',
  9369.             'kernel.enabled_locales' => [
  9370.             ],
  9371.             'kernel.error_controller' => 'error_controller',
  9372.             'debug.file_link_format' => NULL,
  9373.             'asset.request_context.base_path' => NULL,
  9374.             'asset.request_context.secure' => NULL,
  9375.             'translator.logging' => false,
  9376.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9377.             'debug.error_handler.throw_at' => -1,
  9378.             'router.request_context.host' => 'localhost',
  9379.             'router.request_context.scheme' => 'http',
  9380.             'router.request_context.base_url' => '',
  9381.             'router.resource' => 'kernel::loadRoutes',
  9382.             'request_listener.http_port' => 80,
  9383.             'request_listener.https_port' => 443,
  9384.             'session.metadata.storage_key' => '_sf2_meta',
  9385.             'session.storage.options' => [
  9386.                 'cache_limiter' => '0',
  9387.                 'cookie_secure' => 'auto',
  9388.                 'cookie_httponly' => true,
  9389.                 'cookie_samesite' => 'lax',
  9390.                 'gc_probability' => 1,
  9391.             ],
  9392.             'session.save_path' => NULL,
  9393.             'session.metadata.update_threshold' => 0,
  9394.             'form.type_extension.csrf.enabled' => true,
  9395.             'form.type_extension.csrf.field_name' => '_token',
  9396.             'validator.translation_domain' => 'validators',
  9397.             'profiler_listener.only_exceptions' => false,
  9398.             'profiler_listener.only_main_requests' => false,
  9399.             'twig.form.resources' => [
  9400.                 => 'form_div_layout.html.twig',
  9401.                 => 'bootstrap_4_layout.html.twig',
  9402.             ],
  9403.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9404.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9405.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9406.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9407.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9408.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9409.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9410.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9411.             'doctrine.entity_managers' => [
  9412.                 'default' => 'doctrine.orm.default_entity_manager',
  9413.             ],
  9414.             'doctrine.default_entity_manager' => 'default',
  9415.             'doctrine.dbal.connection_factory.types' => [
  9416.             ],
  9417.             'doctrine.connections' => [
  9418.                 'default' => 'doctrine.dbal.default_connection',
  9419.             ],
  9420.             'doctrine.default_connection' => 'default',
  9421.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9422.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9423.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9424.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9425.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9426.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9427.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9428.             'doctrine.orm.cache.memcache_port' => 11211,
  9429.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9430.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9431.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9432.             'doctrine.orm.cache.memcached_port' => 11211,
  9433.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9434.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9435.             'doctrine.orm.cache.redis_host' => 'localhost',
  9436.             'doctrine.orm.cache.redis_port' => 6379,
  9437.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9438.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9439.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9440.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9441.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9442.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9443.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9444.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9445.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9446.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9447.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9448.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9449.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9450.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9451.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9452.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9453.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9454.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9455.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9456.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9457.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9458.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9459.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  9460.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9461.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9462.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9463.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9464.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9465.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9466.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9467.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9468.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9469.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9470.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9471.             'doctrine.migrations.preferred_em' => NULL,
  9472.             'doctrine.migrations.preferred_connection' => NULL,
  9473.             'security.role_hierarchy.roles' => [
  9474.                 'ROLE_ADMIN' => [
  9475.                     => 'ROLE_USER',
  9476.                 ],
  9477.                 'ROLE_SUPER_ADMIN' => [
  9478.                     => 'ROLE_ADMIN',
  9479.                 ],
  9480.             ],
  9481.             'security.access.denied_url' => NULL,
  9482.             'security.authentication.manager.erase_credentials' => true,
  9483.             'security.authentication.session_strategy.strategy' => 'migrate',
  9484.             'security.access.always_authenticate_before_granting' => false,
  9485.             'security.authentication.hide_user_not_found' => true,
  9486.             'security.firewalls' => [
  9487.                 => 'dev',
  9488.                 => 'main',
  9489.             ],
  9490.             'security.main._indexed_authenticators' => [
  9491.             ],
  9492.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9493.             'web_profiler.debug_toolbar.mode' => 2,
  9494.             'monolog.use_microseconds' => true,
  9495.             'monolog.swift_mailer.handlers' => [
  9496.             ],
  9497.             'monolog.handlers_to_channels' => [
  9498.                 'monolog.handler.console' => [
  9499.                     'type' => 'exclusive',
  9500.                     'elements' => [
  9501.                         => 'event',
  9502.                         => 'doctrine',
  9503.                         => 'console',
  9504.                     ],
  9505.                 ],
  9506.                 'monolog.handler.main' => [
  9507.                     'type' => 'exclusive',
  9508.                     'elements' => [
  9509.                         => 'event',
  9510.                     ],
  9511.                 ],
  9512.             ],
  9513.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9514.             'knp_paginator.template.pagination' => 'pagination.html.twig',
  9515.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9516.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9517.             'knp_paginator.page_range' => 5,
  9518.             'knp_paginator.page_limit' => NULL,
  9519.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9520.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9521.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9522.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9523.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9524.             'fos_js_routing.request_context_base_url' => NULL,
  9525.             'fos_js_routing.cache_control' => [
  9526.                 'enabled' => false,
  9527.             ],
  9528.             'knp_snappy.pdf.options' => [
  9529.             ],
  9530.             'knp_snappy.pdf.env' => [
  9531.             ],
  9532.             'knp_snappy.image.options' => [
  9533.             ],
  9534.             'knp_snappy.image.env' => [
  9535.             ],
  9536.             'data_collector.templates' => [
  9537.                 'data_collector.request' => [
  9538.                     => 'request',
  9539.                     => '@WebProfiler/Collector/request.html.twig',
  9540.                 ],
  9541.                 'data_collector.time' => [
  9542.                     => 'time',
  9543.                     => '@WebProfiler/Collector/time.html.twig',
  9544.                 ],
  9545.                 'data_collector.memory' => [
  9546.                     => 'memory',
  9547.                     => '@WebProfiler/Collector/memory.html.twig',
  9548.                 ],
  9549.                 'data_collector.validator' => [
  9550.                     => 'validator',
  9551.                     => '@WebProfiler/Collector/validator.html.twig',
  9552.                 ],
  9553.                 'data_collector.ajax' => [
  9554.                     => 'ajax',
  9555.                     => '@WebProfiler/Collector/ajax.html.twig',
  9556.                 ],
  9557.                 'data_collector.form' => [
  9558.                     => 'form',
  9559.                     => '@WebProfiler/Collector/form.html.twig',
  9560.                 ],
  9561.                 'data_collector.exception' => [
  9562.                     => 'exception',
  9563.                     => '@WebProfiler/Collector/exception.html.twig',
  9564.                 ],
  9565.                 'data_collector.logger' => [
  9566.                     => 'logger',
  9567.                     => '@WebProfiler/Collector/logger.html.twig',
  9568.                 ],
  9569.                 'data_collector.events' => [
  9570.                     => 'events',
  9571.                     => '@WebProfiler/Collector/events.html.twig',
  9572.                 ],
  9573.                 'data_collector.router' => [
  9574.                     => 'router',
  9575.                     => '@WebProfiler/Collector/router.html.twig',
  9576.                 ],
  9577.                 'data_collector.cache' => [
  9578.                     => 'cache',
  9579.                     => '@WebProfiler/Collector/cache.html.twig',
  9580.                 ],
  9581.                 'data_collector.translation' => [
  9582.                     => 'translation',
  9583.                     => '@WebProfiler/Collector/translation.html.twig',
  9584.                 ],
  9585.                 'data_collector.security' => [
  9586.                     => 'security',
  9587.                     => '@Security/Collector/security.html.twig',
  9588.                 ],
  9589.                 'data_collector.twig' => [
  9590.                     => 'twig',
  9591.                     => '@WebProfiler/Collector/twig.html.twig',
  9592.                 ],
  9593.                 'data_collector.http_client' => [
  9594.                     => 'http_client',
  9595.                     => '@WebProfiler/Collector/http_client.html.twig',
  9596.                 ],
  9597.                 'data_collector.doctrine' => [
  9598.                     => 'db',
  9599.                     => '@Doctrine/Collector/db.html.twig',
  9600.                 ],
  9601.                 'data_collector.dump' => [
  9602.                     => 'dump',
  9603.                     => '@Debug/Profiler/dump.html.twig',
  9604.                 ],
  9605.                 'mailer.data_collector' => [
  9606.                     => 'mailer',
  9607.                     => '@WebProfiler/Collector/mailer.html.twig',
  9608.                 ],
  9609.                 'notifier.data_collector' => [
  9610.                     => 'notifier',
  9611.                     => '@WebProfiler/Collector/notifier.html.twig',
  9612.                 ],
  9613.                 'data_collector.config' => [
  9614.                     => 'config',
  9615.                     => '@WebProfiler/Collector/config.html.twig',
  9616.                 ],
  9617.             ],
  9618.             'console.command.ids' => [
  9619.             ],
  9620.         ];
  9621.     }
  9622.     protected function throw($message)
  9623.     {
  9624.         throw new RuntimeException($message);
  9625.     }
  9626. }