var/cache/dev/Container52I4m9g/App_KernelDevDebugContainer.php line 8784

Open in your IDE?
  1. <?php
  2. namespace Container52I4m9g;
  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\\CityController' => 'getCityControllerService',
  48.             'App\\Controller\\Fiche\\FicheBatimentController' => 'getFicheBatimentControllerService',
  49.             'App\\Controller\\Fiche\\FicheBatimentExempleController' => 'getFicheBatimentExempleControllerService',
  50.             'App\\Controller\\Fiche\\FicheExportController' => 'getFicheExportControllerService',
  51.             'App\\Controller\\FichierMeteoController' => 'getFichierMeteoControllerService',
  52.             'App\\Controller\\MeteoController' => 'getMeteoControllerService',
  53.             'App\\Controller\\User\\ManageController' => 'getManageControllerService',
  54.             'App\\Controller\\User\\ProfileController' => 'getProfileControllerService',
  55.             'App\\Controller\\User\\SecurityController' => 'getSecurityControllerService',
  56.             'App\\Controller\\User\\UtilController' => 'getUtilControllerService',
  57.             'App\\Controller\\Visa\\VisaController' => 'getVisaControllerService',
  58.             'App\\Controller\\Visiteur\\Archive' => 'getArchiveService',
  59.             'App\\Controller\\Visiteur\\SiteclientController' => 'getSiteclientControllerService',
  60.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  61.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  62.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  63.             'cache.app' => 'getCache_AppService',
  64.             'cache.app_clearer' => 'getCache_AppClearerService',
  65.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  66.             'cache.system' => 'getCache_SystemService',
  67.             'cache.system_clearer' => 'getCache_SystemClearerService',
  68.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  69.             'cache_warmer' => 'getCacheWarmerService',
  70.             'console.command_loader' => 'getConsole_CommandLoaderService',
  71.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  72.             'data_collector.dump' => 'getDataCollector_DumpService',
  73.             'doctrine' => 'getDoctrineService',
  74.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  75.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  76.             'error_controller' => 'getErrorControllerService',
  77.             'event_dispatcher' => 'getEventDispatcherService',
  78.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  79.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  80.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  81.             'http_kernel' => 'getHttpKernelService',
  82.             'knp_paginator' => 'getKnpPaginatorService',
  83.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  84.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  85.             'request_stack' => 'getRequestStackService',
  86.             'router' => 'getRouterService',
  87.             'routing.loader' => 'getRouting_LoaderService',
  88.             'services_resetter' => 'getServicesResetterService',
  89.             'translator' => 'getTranslatorService',
  90.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  91.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  92.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  93.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  94.             'cache_clearer' => 'getCacheClearerService',
  95.             'filesystem' => 'getFilesystemService',
  96.             'serializer' => 'getSerializerService',
  97.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  98.             'form.factory' => 'getForm_FactoryService',
  99.             'form.type.file' => 'getForm_Type_FileService',
  100.             'profiler' => 'getProfilerService',
  101.             'twig' => 'getTwigService',
  102.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  103.             'security.token_storage' => 'getSecurity_TokenStorageService',
  104.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  105.             'session' => 'getSessionService',
  106.             'validator' => 'getValidatorService',
  107.         ];
  108.         $this->aliases = [
  109.             'database_connection' => 'doctrine.dbal.default_connection',
  110.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  111.         ];
  112.         $this->privates['service_container'] = function () {
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  119.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  132.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  155.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  195.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  232.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  321.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  333.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  408.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  418.             include_once __DIR__.'/proxy-classes.php';
  419.         };
  420.     }
  421.     public function compile(): void
  422.     {
  423.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  424.     }
  425.     public function isCompiled(): bool
  426.     {
  427.         return true;
  428.     }
  429.     public function getRemovedIds(): array
  430.     {
  431.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  432.     }
  433.     protected function createProxy($class\Closure $factory)
  434.     {
  435.         return $factory();
  436.     }
  437.     /**
  438.      * Gets the public '.container.private.cache_clearer' shared service.
  439.      *
  440.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  441.      */
  442.     protected function get_Container_Private_CacheClearerService()
  443.     {
  444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  446.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  447.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  448.         }, 1));
  449.     }
  450.     /**
  451.      * Gets the public '.container.private.filesystem' shared service.
  452.      *
  453.      * @return \Symfony\Component\Filesystem\Filesystem
  454.      */
  455.     protected function get_Container_Private_FilesystemService()
  456.     {
  457.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  458.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  459.     }
  460.     /**
  461.      * Gets the public '.container.private.form.factory' shared service.
  462.      *
  463.      * @return \Symfony\Component\Form\FormFactory
  464.      */
  465.     protected function get_Container_Private_Form_FactoryService()
  466.     {
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  469.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  470.         if (isset($this->services['.container.private.form.factory'])) {
  471.             return $this->services['.container.private.form.factory'];
  472.         }
  473.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  474.     }
  475.     /**
  476.      * Gets the public '.container.private.form.type.file' shared service.
  477.      *
  478.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  479.      */
  480.     protected function get_Container_Private_Form_Type_FileService()
  481.     {
  482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  485.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  486.     }
  487.     /**
  488.      * Gets the public '.container.private.profiler' shared service.
  489.      *
  490.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  491.      */
  492.     protected function get_Container_Private_ProfilerService()
  493.     {
  494.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  495.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  496.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  497.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  498.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  499.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  500.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  501.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  502.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  503.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  504.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  505.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  506.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  507.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  508.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  509.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  510.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  511.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  512.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  513.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  514.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  515.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  516.         if ($this->has('kernel')) {
  517.             $f->setKernel($b);
  518.         }
  519.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  520.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  522.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  523.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  524.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  525.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  526.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  528.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  529.         $instance->add($d);
  530.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  531.         $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));
  532.         $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())));
  533.         $instance->add($e);
  534.         $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([])))));
  535.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  536.         $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()))));
  537.         $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()))));
  538.         $instance->add($f);
  539.         return $instance;
  540.     }
  541.     /**
  542.      * Gets the public '.container.private.security.authorization_checker' shared service.
  543.      *
  544.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  545.      */
  546.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  547.     {
  548.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  549.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  550.             return $this->services['.container.private.security.authorization_checker'];
  551.         }
  552.         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);
  553.     }
  554.     /**
  555.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  556.      *
  557.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  558.      */
  559.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  560.     {
  561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  565.         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())));
  566.     }
  567.     /**
  568.      * Gets the public '.container.private.security.password_encoder' shared service.
  569.      *
  570.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  571.      *
  572.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  573.      */
  574.     protected function get_Container_Private_Security_PasswordEncoderService()
  575.     {
  576.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  577.         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()));
  578.     }
  579.     /**
  580.      * Gets the public '.container.private.security.token_storage' shared service.
  581.      *
  582.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  583.      */
  584.     protected function get_Container_Private_Security_TokenStorageService()
  585.     {
  586.         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, [
  587.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  588.         ], [
  589.             'request_stack' => '?',
  590.         ]));
  591.     }
  592.     /**
  593.      * Gets the public '.container.private.serializer' shared service.
  594.      *
  595.      * @return \Symfony\Component\Serializer\Serializer
  596.      */
  597.     protected function get_Container_Private_SerializerService()
  598.     {
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  642.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  643.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  644.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  645.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  646.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  647.         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()]);
  648.     }
  649.     /**
  650.      * Gets the public '.container.private.session' shared service.
  651.      *
  652.      * @return \Symfony\Component\HttpFoundation\Session\Session
  653.      */
  654.     protected function get_Container_Private_SessionService()
  655.     {
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  658.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  659.         if (isset($this->services['.container.private.session'])) {
  660.             return $this->services['.container.private.session'];
  661.         }
  662.         return $this->services['.container.private.session'] = $a->createSession();
  663.     }
  664.     /**
  665.      * Gets the public '.container.private.twig' shared service.
  666.      *
  667.      * @return \Twig\Environment
  668.      */
  669.     protected function get_Container_Private_TwigService()
  670.     {
  671.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  672.         $a->addPath('public/css''styles');
  673.         $a->addPath('public/img''images');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  681.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  685.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  686.         $a->addPath((\dirname(__DIR__4).'/templates'));
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  688.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  690.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  691.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  692.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  693.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  694.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  695.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  696.         $g = ($this->services['router'] ?? $this->getRouterService());
  697.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  698.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  699.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  700.         $j = new \Symfony\Bridge\Twig\AppVariable();
  701.         $j->setEnvironment('dev');
  702.         $j->setDebug(true);
  703.         if ($this->has('.container.private.security.token_storage')) {
  704.             $j->setTokenStorage($h);
  705.         }
  706.         if ($this->has('request_stack')) {
  707.             $j->setRequestStack($d);
  708.         }
  709.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  713.         $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 () {
  714.             return new \EmptyIterator();
  715.         }, 0))));
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  727.         $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)));
  728.         $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())));
  729.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  730.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  731.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  732.         $instance->addGlobal('app'$j);
  733.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  734.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  735.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  736.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  737.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  738.         ], [
  739.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  740.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  741.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  742.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  743.         ])));
  744.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  745.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  746.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  747.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  748.         return $instance;
  749.     }
  750.     /**
  751.      * Gets the public '.container.private.validator' shared service.
  752.      *
  753.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  754.      */
  755.     protected function get_Container_Private_ValidatorService()
  756.     {
  757.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  758.     }
  759.     /**
  760.      * Gets the public 'App\Controller\CaniculeController' shared autowired service.
  761.      *
  762.      * @return \App\Controller\CaniculeController
  763.      */
  764.     protected function getCaniculeControllerService()
  765.     {
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  767.         include_once \dirname(__DIR__4).'/src/Controller/CaniculeController.php';
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  770.         include_once \dirname(__DIR__4).'/src/Form/StationMeteoType.php';
  771.         $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())));
  772.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CaniculeController'$this));
  773.         return $instance;
  774.     }
  775.     /**
  776.      * Gets the public 'App\Controller\CityController' shared autowired service.
  777.      *
  778.      * @return \App\Controller\CityController
  779.      */
  780.     protected function getCityControllerService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  783.         include_once \dirname(__DIR__4).'/src/Controller/CityController.php';
  784.         $this->services['App\\Controller\\CityController'] = $instance = new \App\Controller\CityController();
  785.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CityController'$this));
  786.         return $instance;
  787.     }
  788.     /**
  789.      * Gets the public 'App\Controller\Fiche\FicheBatimentController' shared autowired service.
  790.      *
  791.      * @return \App\Controller\Fiche\FicheBatimentController
  792.      */
  793.     protected function getFicheBatimentControllerService()
  794.     {
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  796.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheBatimentController.php';
  797.         $this->services['App\\Controller\\Fiche\\FicheBatimentController'] = $instance = new \App\Controller\Fiche\FicheBatimentController();
  798.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheBatimentController'$this));
  799.         return $instance;
  800.     }
  801.     /**
  802.      * Gets the public 'App\Controller\Fiche\FicheBatimentExempleController' shared autowired service.
  803.      *
  804.      * @return \App\Controller\Fiche\FicheBatimentExempleController
  805.      */
  806.     protected function getFicheBatimentExempleControllerService()
  807.     {
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  809.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheBatimentExempleController.php';
  810.         $this->services['App\\Controller\\Fiche\\FicheBatimentExempleController'] = $instance = new \App\Controller\Fiche\FicheBatimentExempleController();
  811.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheBatimentExempleController'$this));
  812.         return $instance;
  813.     }
  814.     /**
  815.      * Gets the public 'App\Controller\Fiche\FicheExportController' shared autowired service.
  816.      *
  817.      * @return \App\Controller\Fiche\FicheExportController
  818.      */
  819.     protected function getFicheExportControllerService()
  820.     {
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  822.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheExportController.php';
  823.         $this->services['App\\Controller\\Fiche\\FicheExportController'] = $instance = new \App\Controller\Fiche\FicheExportController();
  824.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheExportController'$this));
  825.         return $instance;
  826.     }
  827.     /**
  828.      * Gets the public 'App\Controller\FichierMeteoController' shared autowired service.
  829.      *
  830.      * @return \App\Controller\FichierMeteoController
  831.      */
  832.     protected function getFichierMeteoControllerService()
  833.     {
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  835.         include_once \dirname(__DIR__4).'/src/Controller/FichierMeteoController.php';
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  838.         include_once \dirname(__DIR__4).'/src/Form/FichierMeteoType.php';
  839.         $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())));
  840.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FichierMeteoController'$this));
  841.         return $instance;
  842.     }
  843.     /**
  844.      * Gets the public 'App\Controller\MeteoController' shared autowired service.
  845.      *
  846.      * @return \App\Controller\MeteoController
  847.      */
  848.     protected function getMeteoControllerService()
  849.     {
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  851.         include_once \dirname(__DIR__4).'/src/Controller/MeteoController.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/StationMeteoType.php';
  855.         $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())));
  856.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MeteoController'$this));
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public 'App\Controller\User\ManageController' shared autowired service.
  861.      *
  862.      * @return \App\Controller\User\ManageController
  863.      */
  864.     protected function getManageControllerService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  867.         include_once \dirname(__DIR__4).'/src/Controller/User/ManageController.php';
  868.         $this->services['App\\Controller\\User\\ManageController'] = $instance = new \App\Controller\User\ManageController();
  869.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ManageController'$this));
  870.         return $instance;
  871.     }
  872.     /**
  873.      * Gets the public 'App\Controller\User\ProfileController' shared autowired service.
  874.      *
  875.      * @return \App\Controller\User\ProfileController
  876.      */
  877.     protected function getProfileControllerService()
  878.     {
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  880.         include_once \dirname(__DIR__4).'/src/Controller/User/ProfileController.php';
  881.         $this->services['App\\Controller\\User\\ProfileController'] = $instance = new \App\Controller\User\ProfileController();
  882.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ProfileController'$this));
  883.         return $instance;
  884.     }
  885.     /**
  886.      * Gets the public 'App\Controller\User\SecurityController' shared autowired service.
  887.      *
  888.      * @return \App\Controller\User\SecurityController
  889.      */
  890.     protected function getSecurityControllerService()
  891.     {
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  893.         include_once \dirname(__DIR__4).'/src/Controller/User/SecurityController.php';
  894.         $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))));
  895.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SecurityController'$this));
  896.         return $instance;
  897.     }
  898.     /**
  899.      * Gets the public 'App\Controller\User\UtilController' shared autowired service.
  900.      *
  901.      * @return \App\Controller\User\UtilController
  902.      */
  903.     protected function getUtilControllerService()
  904.     {
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  906.         include_once \dirname(__DIR__4).'/src/Controller/User/UtilController.php';
  907.         $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))));
  908.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\UtilController'$this));
  909.         return $instance;
  910.     }
  911.     /**
  912.      * Gets the public 'App\Controller\Visa\VisaController' shared autowired service.
  913.      *
  914.      * @return \App\Controller\Visa\VisaController
  915.      */
  916.     protected function getVisaControllerService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  919.         include_once \dirname(__DIR__4).'/src/Controller/Visa/VisaController.php';
  920.         $this->services['App\\Controller\\Visa\\VisaController'] = $instance = new \App\Controller\Visa\VisaController();
  921.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visa\\VisaController'$this));
  922.         return $instance;
  923.     }
  924.     /**
  925.      * Gets the public 'App\Controller\Visiteur\Archive' shared autowired service.
  926.      *
  927.      * @return \App\Controller\Visiteur\Archive
  928.      */
  929.     protected function getArchiveService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  932.         include_once \dirname(__DIR__4).'/src/Controller/Visiteur/Archive.php';
  933.         $this->services['App\\Controller\\Visiteur\\Archive'] = $instance = new \App\Controller\Visiteur\Archive();
  934.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visiteur\\Archive'$this));
  935.         return $instance;
  936.     }
  937.     /**
  938.      * Gets the public 'App\Controller\Visiteur\SiteclientController' shared autowired service.
  939.      *
  940.      * @return \App\Controller\Visiteur\SiteclientController
  941.      */
  942.     protected function getSiteclientControllerService()
  943.     {
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  945.         include_once \dirname(__DIR__4).'/src/Controller/Visiteur/SiteclientController.php';
  946.         $this->services['App\\Controller\\Visiteur\\SiteclientController'] = $instance = new \App\Controller\Visiteur\SiteclientController();
  947.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visiteur\\SiteclientController'$this));
  948.         return $instance;
  949.     }
  950.     /**
  951.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  952.      *
  953.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  954.      */
  955.     protected function getProfilerControllerService()
  956.     {
  957.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  958.         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()));
  959.     }
  960.     /**
  961.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  962.      *
  963.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  964.      */
  965.     protected function getRedirectControllerService()
  966.     {
  967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  968.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  969.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  970.     }
  971.     /**
  972.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  973.      *
  974.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  975.      */
  976.     protected function getTemplateControllerService()
  977.     {
  978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  979.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  980.     }
  981.     /**
  982.      * Gets the public 'cache.app' shared service.
  983.      *
  984.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  985.      */
  986.     protected function getCache_AppService()
  987.     {
  988.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+88vXXX-e7'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  989.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  990.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  991.     }
  992.     /**
  993.      * Gets the public 'cache.app_clearer' shared service.
  994.      *
  995.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  996.      */
  997.     protected function getCache_AppClearerService()
  998.     {
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1001.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1002.     }
  1003.     /**
  1004.      * Gets the public 'cache.global_clearer' shared service.
  1005.      *
  1006.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1007.      */
  1008.     protected function getCache_GlobalClearerService()
  1009.     {
  1010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1012.         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())]);
  1013.     }
  1014.     /**
  1015.      * Gets the public 'cache.system' shared service.
  1016.      *
  1017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1018.      */
  1019.     protected function getCache_SystemService()
  1020.     {
  1021.         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())));
  1022.     }
  1023.     /**
  1024.      * Gets the public 'cache.system_clearer' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1027.      */
  1028.     protected function getCache_SystemClearerService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1032.         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())]);
  1033.     }
  1034.     /**
  1035.      * Gets the public 'cache.validator_expression_language' shared service.
  1036.      *
  1037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1038.      */
  1039.     protected function getCache_ValidatorExpressionLanguageService()
  1040.     {
  1041.         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())));
  1042.     }
  1043.     /**
  1044.      * Gets the public 'cache_warmer' shared service.
  1045.      *
  1046.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1047.      */
  1048.     protected function getCacheWarmerService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1052.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1053.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1054.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1055.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1056.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1057.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1058.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1059.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1060.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1061.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1062.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1063.     }
  1064.     /**
  1065.      * Gets the public 'console.command_loader' shared service.
  1066.      *
  1067.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1068.      */
  1069.     protected function getConsole_CommandLoaderService()
  1070.     {
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1073.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1074.             'App\\Command\\Fiche\\FicheBatimentReimport' => ['privates''App\\Command\\Fiche\\FicheBatimentReimport''getFicheBatimentReimportService'false],
  1075.             'App\\Command\\ReminderLotCommand' => ['privates''.App\\Command\\ReminderLotCommand.lazy''getReminderLotCommand_LazyService'false],
  1076.             'App\\Command\\User\\CreateUserCommand' => ['privates''App\\Command\\User\\CreateUserCommand''getCreateUserCommandService'false],
  1077.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1078.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1079.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1080.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1081.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1082.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1083.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1084.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1085.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1086.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1087.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1088.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1089.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1090.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1091.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1092.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1093.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1094.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1095.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1096.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1097.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1098.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1099.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1100.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1101.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1102.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1103.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1104.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1105.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1106.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1107.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1108.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1109.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1110.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1111.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1112.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1113.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1114.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1115.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1116.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1117.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1118.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1119.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1120.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1121.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1122.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1123.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1124.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1125.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1126.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1127.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1128.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1129.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  1130.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  1131.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  1132.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  1133.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  1134.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  1135.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  1136.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  1137.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  1138.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  1139.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  1140.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1141.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1142.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1143.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1144.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1145.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1146.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1147.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1148.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1149.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1150.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1151.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1152.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1153.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1154.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1155.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1156.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1157.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1158.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1159.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1160.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1161.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1162.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1163.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1164.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1165.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1166.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1167.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1168.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1169.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1170.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1171.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1172.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1173.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1174.         ], [
  1175.             'App\\Command\\Fiche\\FicheBatimentReimport' => 'App\\Command\\Fiche\\FicheBatimentReimport',
  1176.             'App\\Command\\ReminderLotCommand' => '?',
  1177.             'App\\Command\\User\\CreateUserCommand' => 'App\\Command\\User\\CreateUserCommand',
  1178.             'console.command.about' => '?',
  1179.             'console.command.assets_install' => '?',
  1180.             'console.command.cache_clear' => '?',
  1181.             'console.command.cache_pool_clear' => '?',
  1182.             'console.command.cache_pool_prune' => '?',
  1183.             'console.command.cache_pool_delete' => '?',
  1184.             'console.command.cache_pool_list' => '?',
  1185.             'console.command.cache_warmup' => '?',
  1186.             'console.command.config_debug' => '?',
  1187.             'console.command.config_dump_reference' => '?',
  1188.             'console.command.container_debug' => '?',
  1189.             'console.command.container_lint' => '?',
  1190.             'console.command.debug_autowiring' => '?',
  1191.             'console.command.dotenv_debug' => '?',
  1192.             'console.command.event_dispatcher_debug' => '?',
  1193.             'console.command.router_debug' => '?',
  1194.             'console.command.router_match' => '?',
  1195.             'console.command.translation_debug' => '?',
  1196.             'console.command.translation_extract' => '?',
  1197.             'console.command.validator_debug' => '?',
  1198.             'console.command.translation_pull' => '?',
  1199.             'console.command.translation_push' => '?',
  1200.             'console.command.xliff_lint' => '?',
  1201.             'console.command.yaml_lint' => '?',
  1202.             'console.command.form_debug' => '?',
  1203.             'console.command.secrets_set' => '?',
  1204.             'console.command.secrets_remove' => '?',
  1205.             'console.command.secrets_generate_key' => '?',
  1206.             'console.command.secrets_list' => '?',
  1207.             'console.command.secrets_decrypt_to_local' => '?',
  1208.             'console.command.secrets_encrypt_from_local' => '?',
  1209.             'twig.command.debug' => '?',
  1210.             'twig.command.lint' => '?',
  1211.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1212.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1213.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1214.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1215.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1216.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1217.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1218.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1219.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1220.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1221.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1222.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1223.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1224.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1225.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1226.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1227.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1228.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1229.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1230.             'doctrine_migrations.diff_command' => '?',
  1231.             'doctrine_migrations.sync_metadata_command' => '?',
  1232.             'doctrine_migrations.versions_command' => '?',
  1233.             'doctrine_migrations.current_command' => '?',
  1234.             'doctrine_migrations.dump_schema_command' => '?',
  1235.             'doctrine_migrations.execute_command' => '?',
  1236.             'doctrine_migrations.generate_command' => '?',
  1237.             'doctrine_migrations.latest_command' => '?',
  1238.             'doctrine_migrations.migrate_command' => '?',
  1239.             'doctrine_migrations.rollup_command' => '?',
  1240.             'doctrine_migrations.status_command' => '?',
  1241.             'doctrine_migrations.up_to_date_command' => '?',
  1242.             'doctrine_migrations.version_command' => '?',
  1243.             'security.command.debug_firewall' => '?',
  1244.             'security.command.user_password_encoder' => '?',
  1245.             'security.command.user_password_hash' => '?',
  1246.             'var_dumper.command.server_dump' => '?',
  1247.             'monolog.command.server_log' => '?',
  1248.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1249.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1250.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1251.             'maker.auto_command.make_auth' => '?',
  1252.             'maker.auto_command.make_command' => '?',
  1253.             'maker.auto_command.make_twig_component' => '?',
  1254.             'maker.auto_command.make_controller' => '?',
  1255.             'maker.auto_command.make_crud' => '?',
  1256.             'maker.auto_command.make_docker_database' => '?',
  1257.             'maker.auto_command.make_entity' => '?',
  1258.             'maker.auto_command.make_fixtures' => '?',
  1259.             'maker.auto_command.make_form' => '?',
  1260.             'maker.auto_command.make_message' => '?',
  1261.             'maker.auto_command.make_messenger_middleware' => '?',
  1262.             'maker.auto_command.make_registration_form' => '?',
  1263.             'maker.auto_command.make_reset_password' => '?',
  1264.             'maker.auto_command.make_serializer_encoder' => '?',
  1265.             'maker.auto_command.make_serializer_normalizer' => '?',
  1266.             'maker.auto_command.make_subscriber' => '?',
  1267.             'maker.auto_command.make_twig_extension' => '?',
  1268.             'maker.auto_command.make_test' => '?',
  1269.             'maker.auto_command.make_validator' => '?',
  1270.             'maker.auto_command.make_voter' => '?',
  1271.             'maker.auto_command.make_user' => '?',
  1272.             'maker.auto_command.make_migration' => '?',
  1273.             'maker.auto_command.make_stimulus_controller' => '?',
  1274.             'maker.auto_command.make_security_form_login' => '?',
  1275.         ]), ['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']);
  1276.     }
  1277.     /**
  1278.      * Gets the public 'container.env_var_processors_locator' shared service.
  1279.      *
  1280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1281.      */
  1282.     protected function getContainer_EnvVarProcessorsLocatorService()
  1283.     {
  1284.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1285.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1286.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1287.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1288.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1289.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1290.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1291.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1292.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1293.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1294.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1295.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1296.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1297.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1298.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1299.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1300.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1301.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1302.         ], [
  1303.             'base64' => '?',
  1304.             'bool' => '?',
  1305.             'const' => '?',
  1306.             'csv' => '?',
  1307.             'default' => '?',
  1308.             'file' => '?',
  1309.             'float' => '?',
  1310.             'int' => '?',
  1311.             'json' => '?',
  1312.             'key' => '?',
  1313.             'not' => '?',
  1314.             'query_string' => '?',
  1315.             'require' => '?',
  1316.             'resolve' => '?',
  1317.             'string' => '?',
  1318.             'trim' => '?',
  1319.             'url' => '?',
  1320.         ]);
  1321.     }
  1322.     /**
  1323.      * Gets the public 'data_collector.dump' shared service.
  1324.      *
  1325.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1326.      */
  1327.     protected function getDataCollector_DumpService()
  1328.     {
  1329.         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()));
  1330.     }
  1331.     /**
  1332.      * Gets the public 'doctrine' shared service.
  1333.      *
  1334.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1335.      */
  1336.     protected function getDoctrineService()
  1337.     {
  1338.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1339.     }
  1340.     /**
  1341.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1342.      *
  1343.      * @return \Doctrine\DBAL\Connection
  1344.      */
  1345.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1346.     {
  1347.         $a = new \Doctrine\DBAL\Configuration();
  1348.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1349.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1350.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1351.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1352.         $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))));
  1353.         $c->setConnectionName('default');
  1354.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1355.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1356.         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()), []);
  1357.     }
  1358.     /**
  1359.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1360.      *
  1361.      * @return \Doctrine\ORM\EntityManager
  1362.      */
  1363.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1364.     {
  1365.         if ($lazyLoad) {
  1366.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1367.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1368.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1369.                     $proxy->setProxyInitializer(null);
  1370.                     return true;
  1371.                 });
  1372.             });
  1373.         }
  1374.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1375.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1376.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1377.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1378.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1382.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1393.         $a = new \Doctrine\ORM\Configuration();
  1394.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1395.         $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');
  1396.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1397.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1398.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1399.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1400.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1401.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1402.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1403.         ], [
  1404.             'doctrine.ulid_generator' => '?',
  1405.             'doctrine.uuid_generator' => '?',
  1406.         ])));
  1407.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1408.         $a->setProxyNamespace('Proxies');
  1409.         $a->setAutoGenerateProxyClasses(true);
  1410.         $a->setSchemaIgnoreClasses([]);
  1411.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1412.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1413.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1414.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1415.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1416.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1417.         $a->setLazyGhostObjectEnabled(false);
  1418.         $a->setIdentityGenerationPreferences([]);
  1419.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1420.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1421.             'App\\Repository\\Fiche\\FicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  1422.             'App\\Repository\\Fiche\\FicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  1423.             'App\\Repository\\FichierRepository' => ['privates''App\\Repository\\FichierRepository''getFichierRepositoryService'false],
  1424.             'App\\Repository\\IdUserRepository' => ['privates''App\\Repository\\IdUserRepository''getIdUserRepositoryService'false],
  1425.             'App\\Repository\\InfiltrationRepository' => ['privates''App\\Repository\\InfiltrationRepository''getInfiltrationRepositoryService'false],
  1426.             'App\\Repository\\PluvioDatabaseRepository' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  1427.             'App\\Repository\\StationsMeteoRepository' => ['privates''App\\Repository\\StationsMeteoRepository''getStationsMeteoRepositoryService'false],
  1428.             'App\\Repository\\User\\UserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  1429.             'App\\Repository\\User\\UserTentativeConnexionRepository' => ['privates''App\\Repository\\User\\UserTentativeConnexionRepository''getUserTentativeConnexionRepositoryService'false],
  1430.             'App\\Repository\\Visa\\VisaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  1431.             'App\\Repository\\Visa\\VisaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  1432.             'App\\Repository\\Visa\\VisaExigencesRepository' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  1433.             'App\\Repository\\Visa\\VisaJustificatifsRepository' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  1434.             'App\\Repository\\Visa\\VisaProjetsRepository' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  1435.         ], [
  1436.             'App\\Repository\\ContactRepository' => '?',
  1437.             'App\\Repository\\Fiche\\FicheBatimentExempleRepository' => '?',
  1438.             'App\\Repository\\Fiche\\FicheBatimentRepository' => '?',
  1439.             'App\\Repository\\FichierRepository' => '?',
  1440.             'App\\Repository\\IdUserRepository' => '?',
  1441.             'App\\Repository\\InfiltrationRepository' => '?',
  1442.             'App\\Repository\\PluvioDatabaseRepository' => '?',
  1443.             'App\\Repository\\StationsMeteoRepository' => '?',
  1444.             'App\\Repository\\User\\UserRepository' => '?',
  1445.             'App\\Repository\\User\\UserTentativeConnexionRepository' => '?',
  1446.             'App\\Repository\\Visa\\VisaBilansRepository' => '?',
  1447.             'App\\Repository\\Visa\\VisaContactsRepository' => '?',
  1448.             'App\\Repository\\Visa\\VisaExigencesRepository' => '?',
  1449.             'App\\Repository\\Visa\\VisaJustificatifsRepository' => '?',
  1450.             'App\\Repository\\Visa\\VisaProjetsRepository' => '?',
  1451.         ])));
  1452.         $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()));
  1453.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the public 'error_controller' shared service.
  1458.      *
  1459.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1460.      */
  1461.     protected function getErrorControllerService()
  1462.     {
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1468.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1469.         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)));
  1470.     }
  1471.     /**
  1472.      * Gets the public 'event_dispatcher' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1475.      */
  1476.     protected function getEventDispatcherService()
  1477.     {
  1478.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1479.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1480.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1481.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1482.         $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())));
  1483.         $instance->addListener('kernel.controller', [=> function () {
  1484.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1485.         }, => 'onKernelController'], 0);
  1486.         $instance->addListener('kernel.request', [=> function () {
  1487.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1488.         }, => 'onKernelRequest'], 0);
  1489.         $instance->addListener('kernel.response', [=> function () {
  1490.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1491.         }, => 'onKernelResponse'], 0);
  1492.         $instance->addListener('kernel.response', [=> function () {
  1493.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1494.         }, => 'onKernelResponse'], -1024);
  1495.         $instance->addListener('kernel.request', [=> function () {
  1496.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1497.         }, => 'setDefaultLocale'], 100);
  1498.         $instance->addListener('kernel.request', [=> function () {
  1499.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1500.         }, => 'onKernelRequest'], 16);
  1501.         $instance->addListener('kernel.finish_request', [=> function () {
  1502.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1503.         }, => 'onKernelFinishRequest'], 0);
  1504.         $instance->addListener('kernel.request', [=> function () {
  1505.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1506.         }, => 'onKernelRequest'], 256);
  1507.         $instance->addListener('kernel.response', [=> function () {
  1508.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1509.         }, => 'onResponse'], -255);
  1510.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1511.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1512.         }, => 'onControllerArguments'], 0);
  1513.         $instance->addListener('kernel.exception', [=> function () {
  1514.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1515.         }, => 'logKernelException'], 0);
  1516.         $instance->addListener('kernel.exception', [=> function () {
  1517.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1518.         }, => 'onKernelException'], -128);
  1519.         $instance->addListener('kernel.response', [=> function () {
  1520.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1521.         }, => 'removeCspHeader'], -128);
  1522.         $instance->addListener('kernel.request', [=> function () {
  1523.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1524.         }, => 'onKernelRequest'], 15);
  1525.         $instance->addListener('kernel.finish_request', [=> function () {
  1526.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1527.         }, => 'onKernelFinishRequest'], -15);
  1528.         $instance->addListener('console.error', [=> function () {
  1529.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1530.         }, => 'onConsoleError'], -128);
  1531.         $instance->addListener('console.terminate', [=> function () {
  1532.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1533.         }, => 'onConsoleTerminate'], -128);
  1534.         $instance->addListener('console.error', [=> function () {
  1535.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1536.         }, => 'onConsoleError'], 0);
  1537.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1538.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1539.         }, => 'onMessage'], -255);
  1540.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1541.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1542.         }, => 'onMessage'], -255);
  1543.         $instance->addListener('kernel.request', [=> function () {
  1544.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1545.         }, => 'configure'], 2048);
  1546.         $instance->addListener('console.command', [=> function () {
  1547.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1548.         }, => 'configure'], 2048);
  1549.         $instance->addListener('kernel.request', [=> function () {
  1550.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1551.         }, => 'onKernelRequest'], 32);
  1552.         $instance->addListener('kernel.finish_request', [=> function () {
  1553.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1554.         }, => 'onKernelFinishRequest'], 0);
  1555.         $instance->addListener('kernel.exception', [=> function () {
  1556.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1557.         }, => 'onKernelException'], -64);
  1558.         $instance->addListener('kernel.response', [=> function () {
  1559.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1560.         }, => 'onKernelResponse'], 0);
  1561.         $instance->addListener('kernel.request', [=> function () {
  1562.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1563.         }, => 'onKernelRequest'], 128);
  1564.         $instance->addListener('kernel.response', [=> function () {
  1565.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1566.         }, => 'onKernelResponse'], -1000);
  1567.         $instance->addListener('kernel.finish_request', [=> function () {
  1568.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1569.         }, => 'onFinishRequest'], 0);
  1570.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1571.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1572.         }, => 'onNotification'], -255);
  1573.         $instance->addListener('kernel.response', [=> function () {
  1574.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1575.         }, => 'onKernelResponse'], -100);
  1576.         $instance->addListener('kernel.exception', [=> function () {
  1577.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1578.         }, => 'onKernelException'], 0);
  1579.         $instance->addListener('kernel.terminate', [=> function () {
  1580.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1581.         }, => 'onKernelTerminate'], -1024);
  1582.         $instance->addListener('kernel.controller', [=> function () {
  1583.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1584.         }, => 'onKernelController'], 0);
  1585.         $instance->addListener('kernel.response', [=> function () {
  1586.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1587.         }, => 'onKernelResponse'], 0);
  1588.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1589.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1590.         }, => 'onMessage'], 0);
  1591.         $instance->addListener('kernel.controller', [=> function () {
  1592.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1593.         }, => 'onKernelController'], 0);
  1594.         $instance->addListener('kernel.controller', [=> function () {
  1595.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1596.         }, => 'onKernelController'], 0);
  1597.         $instance->addListener('kernel.controller', [=> function () {
  1598.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1599.         }, => 'onKernelController'], -128);
  1600.         $instance->addListener('kernel.view', [=> function () {
  1601.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1602.         }, => 'onKernelView'], 0);
  1603.         $instance->addListener('kernel.controller', [=> function () {
  1604.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1605.         }, => 'onKernelController'], 0);
  1606.         $instance->addListener('kernel.response', [=> function () {
  1607.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1608.         }, => 'onKernelResponse'], 0);
  1609.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1610.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1611.         }, => 'onKernelControllerArguments'], 0);
  1612.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1613.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1614.         }, => 'onKernelControllerArguments'], 0);
  1615.         $instance->addListener('kernel.response', [=> function () {
  1616.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1617.         }, => 'onKernelResponse'], 0);
  1618.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1619.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1620.         }, => 'onVoterVote'], 0);
  1621.         $instance->addListener('kernel.request', [=> function () {
  1622.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1623.         }, => 'configureLogoutUrlGenerator'], 8);
  1624.         $instance->addListener('kernel.request', [=> function () {
  1625.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1626.         }, => 'onKernelRequest'], 8);
  1627.         $instance->addListener('kernel.finish_request', [=> function () {
  1628.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1629.         }, => 'onKernelFinishRequest'], 0);
  1630.         $instance->addListener('kernel.response', [=> function () {
  1631.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1632.         }, => 'onKernelResponse'], -128);
  1633.         $instance->addListener('console.command', [=> function () {
  1634.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1635.         }, => 'onCommand'], 255);
  1636.         $instance->addListener('console.terminate', [=> function () {
  1637.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1638.         }, => 'onTerminate'], -255);
  1639.         $instance->addListener('console.command', [=> function () {
  1640.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1641.         }, => 'configure'], 1024);
  1642.         $instance->addListener('console.error', [=> function () {
  1643.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1644.         }, => 'onConsoleError'], 0);
  1645.         $instance->addListener('console.terminate', [=> function () {
  1646.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1647.         }, => 'onConsoleTerminate'], 0);
  1648.         $instance->addListener('knp_pager.before', [=> function () {
  1649.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1650.         }, => 'before'], 0);
  1651.         $instance->addListener('knp_pager.pagination', [=> function () {
  1652.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1653.         }, => 'pagination'], 0);
  1654.         $instance->addListener('knp_pager.before', [=> function () {
  1655.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1656.         }, => 'before'], 1);
  1657.         $instance->addListener('knp_pager.before', [=> function () {
  1658.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1659.         }, => 'before'], 1);
  1660.         $instance->addListener('knp_pager.pagination', [=> function () {
  1661.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1662.         }, => 'pagination'], 1);
  1663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1664.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1665.         }, => 'onLogout'], 0);
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'fos_js_routing.controller' shared service.
  1670.      *
  1671.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1672.      */
  1673.     protected function getFosJsRouting_ControllerService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1676.         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);
  1677.     }
  1678.     /**
  1679.      * Gets the public 'fos_js_routing.extractor' shared service.
  1680.      *
  1681.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1682.      */
  1683.     protected function getFosJsRouting_ExtractorService()
  1684.     {
  1685.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1687.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1688.     }
  1689.     /**
  1690.      * Gets the public 'fos_js_routing.serializer' shared service.
  1691.      *
  1692.      * @return \Symfony\Component\Serializer\Serializer
  1693.      */
  1694.     protected function getFosJsRouting_SerializerService()
  1695.     {
  1696.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1710.         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()]);
  1711.     }
  1712.     /**
  1713.      * Gets the public 'http_kernel' shared service.
  1714.      *
  1715.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1716.      */
  1717.     protected function getHttpKernelService()
  1718.     {
  1719.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1720.         if (isset($this->services['http_kernel'])) {
  1721.             return $this->services['http_kernel'];
  1722.         }
  1723.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1724.         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 () {
  1725.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1726.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1727.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1728.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1729.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1730.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1731.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1732.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1733.         }, 8)), $b));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'knp_paginator' shared service.
  1737.      *
  1738.      * @return \Knp\Component\Pager\Paginator
  1739.      */
  1740.     protected function getKnpPaginatorService($lazyLoad true)
  1741.     {
  1742.         if ($lazyLoad) {
  1743.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1744.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1745.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1746.                     $proxy->setProxyInitializer(null);
  1747.                     return true;
  1748.                 });
  1749.             });
  1750.         }
  1751.         $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())));
  1752.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1753.         return $instance;
  1754.     }
  1755.     /**
  1756.      * Gets the public 'knp_snappy.image' shared service.
  1757.      *
  1758.      * @return \Knp\Snappy\Image
  1759.      */
  1760.     protected function getKnpSnappy_ImageService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  1765.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  1766.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1767.         return $instance;
  1768.     }
  1769.     /**
  1770.      * Gets the public 'knp_snappy.pdf' shared service.
  1771.      *
  1772.      * @return \Knp\Snappy\Pdf
  1773.      */
  1774.     protected function getKnpSnappy_PdfService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  1779.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  1780.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the public 'request_stack' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1787.      */
  1788.     protected function getRequestStackService()
  1789.     {
  1790.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1791.     }
  1792.     /**
  1793.      * Gets the public 'router' shared service.
  1794.      *
  1795.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1796.      */
  1797.     protected function getRouterService()
  1798.     {
  1799.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1800.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1801.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1802.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1804.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1805.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1806.         ], [
  1807.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1808.         ]))->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');
  1809.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1810.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1811.         return $instance;
  1812.     }
  1813.     /**
  1814.      * Gets the public 'routing.loader' shared service.
  1815.      *
  1816.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1817.      */
  1818.     protected function getRouting_LoaderService()
  1819.     {
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1843.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1844.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1845.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1846.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1847.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1848.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1849.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1850.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1851.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1852.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1853.             'kernel' => ['services''kernel''getKernelService'false],
  1854.         ], [
  1855.             'kernel' => 'App\\Kernel',
  1856.         ]), 'dev'));
  1857.         $a->addLoader($c);
  1858.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1859.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1860.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1861.     }
  1862.     /**
  1863.      * Gets the public 'services_resetter' shared service.
  1864.      *
  1865.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1866.      */
  1867.     protected function getServicesResetterService()
  1868.     {
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1870.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1871.             if (isset($this->services['cache.app'])) {
  1872.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1873.             }
  1874.             if (isset($this->services['cache.system'])) {
  1875.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1876.             }
  1877.             if (isset($this->privates['cache.validator'])) {
  1878.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1879.             }
  1880.             if (isset($this->privates['cache.serializer'])) {
  1881.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1882.             }
  1883.             if (isset($this->privates['cache.annotations'])) {
  1884.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1885.             }
  1886.             if (isset($this->privates['cache.property_info'])) {
  1887.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1888.             }
  1889.             if (isset($this->privates['.debug.http_client'])) {
  1890.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1891.             }
  1892.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1893.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1894.             }
  1895.             if (isset($this->privates['debug.stopwatch'])) {
  1896.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1897.             }
  1898.             if (isset($this->services['event_dispatcher'])) {
  1899.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1900.             }
  1901.             if (isset($this->privates['session_listener'])) {
  1902.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1903.             }
  1904.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1905.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1906.             }
  1907.             if (isset($this->services['cache.validator_expression_language'])) {
  1908.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1909.             }
  1910.             if (isset($this->services['.container.private.profiler'])) {
  1911.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1912.             }
  1913.             if (isset($this->services['.container.private.validator'])) {
  1914.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1915.             }
  1916.             if (isset($this->services['.container.private.twig'])) {
  1917.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1918.             }
  1919.             if (isset($this->privates['twig.form.engine'])) {
  1920.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1921.             }
  1922.             if (isset($this->services['doctrine'])) {
  1923.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1924.             }
  1925.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1926.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1927.             }
  1928.             if (isset($this->privates['form.type.entity'])) {
  1929.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1930.             }
  1931.             if (isset($this->services['.container.private.security.token_storage'])) {
  1932.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1933.             }
  1934.             if (isset($this->privates['cache.security_expression_language'])) {
  1935.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1936.             }
  1937.             if (isset($this->privates['debug.security.firewall'])) {
  1938.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1939.             }
  1940.             if (isset($this->privates['monolog.handler.main'])) {
  1941.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1942.             }
  1943.             if (isset($this->privates['monolog.handler.console'])) {
  1944.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1945.             }
  1946.             if (isset($this->privates['.debug.http_client'])) {
  1947.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1948.             }
  1949.         }, function () {
  1950.             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']));
  1951.         }), ['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']]);
  1952.     }
  1953.     /**
  1954.      * Gets the public 'translator' shared service.
  1955.      *
  1956.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1957.      */
  1958.     protected function getTranslatorService()
  1959.     {
  1960.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1961.     }
  1962.     /**
  1963.      * Gets the public 'var_dumper.cloner' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1966.      */
  1967.     protected function getVarDumper_ClonerService()
  1968.     {
  1969.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1970.         $instance->setMaxItems(2500);
  1971.         $instance->setMinDepth(1);
  1972.         $instance->setMaxString(-1);
  1973.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1974.         return $instance;
  1975.     }
  1976.     /**
  1977.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1978.      *
  1979.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1980.      */
  1981.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1984.         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()));
  1985.     }
  1986.     /**
  1987.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1988.      *
  1989.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1990.      */
  1991.     protected function getWebProfiler_Controller_ProfilerService()
  1992.     {
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1994.         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));
  1995.     }
  1996.     /**
  1997.      * Gets the public 'web_profiler.controller.router' shared service.
  1998.      *
  1999.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2000.      */
  2001.     protected function getWebProfiler_Controller_RouterService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2004.         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 () {
  2005.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2006.         }, 1));
  2007.     }
  2008.     /**
  2009.      * Gets the private '.App\Command\ReminderLotCommand.lazy' shared service.
  2010.      *
  2011.      * @return \Symfony\Component\Console\Command\LazyCommand
  2012.      */
  2013.     protected function getReminderLotCommand_LazyService()
  2014.     {
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2017.         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 {
  2018.             return ($this->privates['App\\Command\\ReminderLotCommand'] ?? $this->getReminderLotCommandService());
  2019.         });
  2020.     }
  2021.     /**
  2022.      * Gets the private '.console.command.about.lazy' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Console\Command\LazyCommand
  2025.      */
  2026.     protected function get_Console_Command_About_LazyService()
  2027.     {
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2030.         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 {
  2031.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2032.         });
  2033.     }
  2034.     /**
  2035.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\Console\Command\LazyCommand
  2038.      */
  2039.     protected function get_Console_Command_AssetsInstall_LazyService()
  2040.     {
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2043.         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 {
  2044.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2045.         });
  2046.     }
  2047.     /**
  2048.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2049.      *
  2050.      * @return \Symfony\Component\Console\Command\LazyCommand
  2051.      */
  2052.     protected function get_Console_Command_CacheClear_LazyService()
  2053.     {
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2056.         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 {
  2057.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2058.         });
  2059.     }
  2060.     /**
  2061.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2062.      *
  2063.      * @return \Symfony\Component\Console\Command\LazyCommand
  2064.      */
  2065.     protected function get_Console_Command_CachePoolClear_LazyService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2069.         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 {
  2070.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2071.         });
  2072.     }
  2073.     /**
  2074.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2075.      *
  2076.      * @return \Symfony\Component\Console\Command\LazyCommand
  2077.      */
  2078.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2079.     {
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2082.         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 {
  2083.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2084.         });
  2085.     }
  2086.     /**
  2087.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2088.      *
  2089.      * @return \Symfony\Component\Console\Command\LazyCommand
  2090.      */
  2091.     protected function get_Console_Command_CachePoolList_LazyService()
  2092.     {
  2093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2095.         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 {
  2096.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2097.         });
  2098.     }
  2099.     /**
  2100.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\Console\Command\LazyCommand
  2103.      */
  2104.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2105.     {
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2108.         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 {
  2109.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2110.         });
  2111.     }
  2112.     /**
  2113.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2114.      *
  2115.      * @return \Symfony\Component\Console\Command\LazyCommand
  2116.      */
  2117.     protected function get_Console_Command_CacheWarmup_LazyService()
  2118.     {
  2119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2121.         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 {
  2122.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2123.         });
  2124.     }
  2125.     /**
  2126.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\Console\Command\LazyCommand
  2129.      */
  2130.     protected function get_Console_Command_ConfigDebug_LazyService()
  2131.     {
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2134.         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 {
  2135.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2136.         });
  2137.     }
  2138.     /**
  2139.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2140.      *
  2141.      * @return \Symfony\Component\Console\Command\LazyCommand
  2142.      */
  2143.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2147.         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 {
  2148.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2149.         });
  2150.     }
  2151.     /**
  2152.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2153.      *
  2154.      * @return \Symfony\Component\Console\Command\LazyCommand
  2155.      */
  2156.     protected function get_Console_Command_ContainerDebug_LazyService()
  2157.     {
  2158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2160.         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 {
  2161.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2162.         });
  2163.     }
  2164.     /**
  2165.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2166.      *
  2167.      * @return \Symfony\Component\Console\Command\LazyCommand
  2168.      */
  2169.     protected function get_Console_Command_ContainerLint_LazyService()
  2170.     {
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2173.         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 {
  2174.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2175.         });
  2176.     }
  2177.     /**
  2178.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2179.      *
  2180.      * @return \Symfony\Component\Console\Command\LazyCommand
  2181.      */
  2182.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2186.         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 {
  2187.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2188.         });
  2189.     }
  2190.     /**
  2191.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2192.      *
  2193.      * @return \Symfony\Component\Console\Command\LazyCommand
  2194.      */
  2195.     protected function get_Console_Command_DotenvDebug_LazyService()
  2196.     {
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2199.         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 {
  2200.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2201.         });
  2202.     }
  2203.     /**
  2204.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2205.      *
  2206.      * @return \Symfony\Component\Console\Command\LazyCommand
  2207.      */
  2208.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2209.     {
  2210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2212.         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 {
  2213.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2214.         });
  2215.     }
  2216.     /**
  2217.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2218.      *
  2219.      * @return \Symfony\Component\Console\Command\LazyCommand
  2220.      */
  2221.     protected function get_Console_Command_FormDebug_LazyService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2225.         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 {
  2226.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2227.         });
  2228.     }
  2229.     /**
  2230.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Console\Command\LazyCommand
  2233.      */
  2234.     protected function get_Console_Command_RouterDebug_LazyService()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2238.         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 {
  2239.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2240.         });
  2241.     }
  2242.     /**
  2243.      * Gets the private '.console.command.router_match.lazy' shared service.
  2244.      *
  2245.      * @return \Symfony\Component\Console\Command\LazyCommand
  2246.      */
  2247.     protected function get_Console_Command_RouterMatch_LazyService()
  2248.     {
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2251.         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 {
  2252.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2253.         });
  2254.     }
  2255.     /**
  2256.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2257.      *
  2258.      * @return \Symfony\Component\Console\Command\LazyCommand
  2259.      */
  2260.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2264.         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 {
  2265.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2266.         });
  2267.     }
  2268.     /**
  2269.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\Console\Command\LazyCommand
  2272.      */
  2273.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2277.         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 {
  2278.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2279.         });
  2280.     }
  2281.     /**
  2282.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\Console\Command\LazyCommand
  2285.      */
  2286.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2290.         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 {
  2291.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2292.         });
  2293.     }
  2294.     /**
  2295.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\Console\Command\LazyCommand
  2298.      */
  2299.     protected function get_Console_Command_SecretsList_LazyService()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2303.         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 {
  2304.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2305.         });
  2306.     }
  2307.     /**
  2308.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Console\Command\LazyCommand
  2311.      */
  2312.     protected function get_Console_Command_SecretsRemove_LazyService()
  2313.     {
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2316.         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 {
  2317.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2318.         });
  2319.     }
  2320.     /**
  2321.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2322.      *
  2323.      * @return \Symfony\Component\Console\Command\LazyCommand
  2324.      */
  2325.     protected function get_Console_Command_SecretsSet_LazyService()
  2326.     {
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2329.         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 {
  2330.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2331.         });
  2332.     }
  2333.     /**
  2334.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2335.      *
  2336.      * @return \Symfony\Component\Console\Command\LazyCommand
  2337.      */
  2338.     protected function get_Console_Command_TranslationDebug_LazyService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2342.         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 {
  2343.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2344.         });
  2345.     }
  2346.     /**
  2347.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\Console\Command\LazyCommand
  2350.      */
  2351.     protected function get_Console_Command_TranslationExtract_LazyService()
  2352.     {
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2355.         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 {
  2356.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2357.         });
  2358.     }
  2359.     /**
  2360.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2361.      *
  2362.      * @return \Symfony\Component\Console\Command\LazyCommand
  2363.      */
  2364.     protected function get_Console_Command_TranslationPull_LazyService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2368.         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 {
  2369.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2370.         });
  2371.     }
  2372.     /**
  2373.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\Console\Command\LazyCommand
  2376.      */
  2377.     protected function get_Console_Command_TranslationPush_LazyService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2381.         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 {
  2382.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2383.         });
  2384.     }
  2385.     /**
  2386.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\Console\Command\LazyCommand
  2389.      */
  2390.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2391.     {
  2392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2394.         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 {
  2395.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2396.         });
  2397.     }
  2398.     /**
  2399.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Console\Command\LazyCommand
  2402.      */
  2403.     protected function get_Console_Command_XliffLint_LazyService()
  2404.     {
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2407.         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 {
  2408.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2409.         });
  2410.     }
  2411.     /**
  2412.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\Console\Command\LazyCommand
  2415.      */
  2416.     protected function get_Console_Command_YamlLint_LazyService()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2420.         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 {
  2421.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2422.         });
  2423.     }
  2424.     /**
  2425.      * Gets the private '.debug.http_client' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2428.      */
  2429.     protected function get_Debug_HttpClientService()
  2430.     {
  2431.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2432.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2433.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2434.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2435.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2437.         $a->setLogger($b);
  2438.         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))));
  2439.     }
  2440.     /**
  2441.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2442.      *
  2443.      * @return \Symfony\Component\Console\Command\LazyCommand
  2444.      */
  2445.     protected function get_DoctrineMigrations_CurrentCommand_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['.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 {
  2450.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2451.         });
  2452.     }
  2453.     /**
  2454.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\Console\Command\LazyCommand
  2457.      */
  2458.     protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2459.     {
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2462.         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 {
  2463.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2464.         });
  2465.     }
  2466.     /**
  2467.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\Console\Command\LazyCommand
  2470.      */
  2471.     protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2475.         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 {
  2476.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2477.         });
  2478.     }
  2479.     /**
  2480.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2481.      *
  2482.      * @return \Symfony\Component\Console\Command\LazyCommand
  2483.      */
  2484.     protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2485.     {
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2488.         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 {
  2489.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2490.         });
  2491.     }
  2492.     /**
  2493.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\Console\Command\LazyCommand
  2496.      */
  2497.     protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2498.     {
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2501.         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 {
  2502.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2503.         });
  2504.     }
  2505.     /**
  2506.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2507.      *
  2508.      * @return \Symfony\Component\Console\Command\LazyCommand
  2509.      */
  2510.     protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2514.         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 {
  2515.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2516.         });
  2517.     }
  2518.     /**
  2519.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Console\Command\LazyCommand
  2522.      */
  2523.     protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  2524.     {
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2527.         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 {
  2528.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2529.         });
  2530.     }
  2531.     /**
  2532.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2533.      *
  2534.      * @return \Symfony\Component\Console\Command\LazyCommand
  2535.      */
  2536.     protected function get_DoctrineMigrations_RollupCommand_LazyService()
  2537.     {
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2540.         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 {
  2541.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2542.         });
  2543.     }
  2544.     /**
  2545.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2546.      *
  2547.      * @return \Symfony\Component\Console\Command\LazyCommand
  2548.      */
  2549.     protected function get_DoctrineMigrations_StatusCommand_LazyService()
  2550.     {
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2553.         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 {
  2554.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2555.         });
  2556.     }
  2557.     /**
  2558.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2559.      *
  2560.      * @return \Symfony\Component\Console\Command\LazyCommand
  2561.      */
  2562.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2563.     {
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2566.         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 {
  2567.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2568.         });
  2569.     }
  2570.     /**
  2571.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\Console\Command\LazyCommand
  2574.      */
  2575.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  2576.     {
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2579.         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 {
  2580.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2581.         });
  2582.     }
  2583.     /**
  2584.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2585.      *
  2586.      * @return \Symfony\Component\Console\Command\LazyCommand
  2587.      */
  2588.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  2589.     {
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2592.         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 {
  2593.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2594.         });
  2595.     }
  2596.     /**
  2597.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\Console\Command\LazyCommand
  2600.      */
  2601.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  2602.     {
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2605.         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 {
  2606.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2607.         });
  2608.     }
  2609.     /**
  2610.      * Gets the private '.errored..service_locator.3MrHpD_.App\Entity\Fiche\FicheBatiment' shared service.
  2611.      *
  2612.      * @return \App\Entity\Fiche\FicheBatiment
  2613.      */
  2614.     protected function getFicheBatimentService()
  2615.     {
  2616.         $this->throw('Cannot autowire service ".service_locator.3MrHpD_": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.');
  2617.     }
  2618.     /**
  2619.      * Gets the private '.errored..service_locator.4wfjgM3.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2622.      */
  2623.     protected function getSession2Service()
  2624.     {
  2625.         $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.');
  2626.     }
  2627.     /**
  2628.      * Gets the private '.errored..service_locator.7iLD60o.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2631.      */
  2632.     protected function getSession3Service()
  2633.     {
  2634.         $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.');
  2635.     }
  2636.     /**
  2637.      * Gets the private '.errored..service_locator.9CmfMbP.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2640.      */
  2641.     protected function getSession4Service()
  2642.     {
  2643.         $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.');
  2644.     }
  2645.     /**
  2646.      * Gets the private '.errored..service_locator.EEvPBe_.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2649.      */
  2650.     protected function getSession5Service()
  2651.     {
  2652.         $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.');
  2653.     }
  2654.     /**
  2655.      * Gets the private '.errored..service_locator.GCcWbYw.App\Entity\User\User' shared service.
  2656.      *
  2657.      * @return \App\Entity\User\User
  2658.      */
  2659.     protected function getUserService()
  2660.     {
  2661.         $this->throw('Cannot autowire service ".service_locator.GCcWbYw": it references class "App\\Entity\\User\\User" but no such service exists.');
  2662.     }
  2663.     /**
  2664.      * Gets the private '.errored..service_locator.QJ78CZl.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2665.      *
  2666.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2667.      */
  2668.     protected function getSession6Service()
  2669.     {
  2670.         $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.');
  2671.     }
  2672.     /**
  2673.      * Gets the private '.errored..service_locator.RZCuu4Y.App\Entity\Fiche\FicheBatiment' shared service.
  2674.      *
  2675.      * @return \App\Entity\Fiche\FicheBatiment
  2676.      */
  2677.     protected function getFicheBatiment2Service()
  2678.     {
  2679.         $this->throw('Cannot autowire service ".service_locator.RZCuu4Y": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.');
  2680.     }
  2681.     /**
  2682.      * Gets the private '.errored..service_locator.W6Gn6mF.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2683.      *
  2684.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2685.      */
  2686.     protected function getSession7Service()
  2687.     {
  2688.         $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.');
  2689.     }
  2690.     /**
  2691.      * Gets the private '.errored..service_locator._0B8_H1.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2694.      */
  2695.     protected function getSession8Service()
  2696.     {
  2697.         $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.');
  2698.     }
  2699.     /**
  2700.      * Gets the private '.errored..service_locator.baR3Skb.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2701.      *
  2702.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2703.      */
  2704.     protected function getSession9Service()
  2705.     {
  2706.         $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.');
  2707.     }
  2708.     /**
  2709.      * Gets the private '.errored..service_locator.blKJm1i.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2710.      *
  2711.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2712.      */
  2713.     protected function getSession10Service()
  2714.     {
  2715.         $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.');
  2716.     }
  2717.     /**
  2718.      * Gets the private '.errored..service_locator.dbFJ5zg.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2719.      *
  2720.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2721.      */
  2722.     protected function getSession11Service()
  2723.     {
  2724.         $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.');
  2725.     }
  2726.     /**
  2727.      * Gets the private '.errored..service_locator.dx9atRD.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2728.      *
  2729.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2730.      */
  2731.     protected function getSession12Service()
  2732.     {
  2733.         $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.');
  2734.     }
  2735.     /**
  2736.      * Gets the private '.errored..service_locator.gu5No2f.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2737.      *
  2738.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2739.      */
  2740.     protected function getSession13Service()
  2741.     {
  2742.         $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.');
  2743.     }
  2744.     /**
  2745.      * Gets the private '.errored..service_locator.j1dXv3k.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2748.      */
  2749.     protected function getSession14Service()
  2750.     {
  2751.         $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.');
  2752.     }
  2753.     /**
  2754.      * Gets the private '.errored..service_locator.jw78yFm.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2755.      *
  2756.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2757.      */
  2758.     protected function getSession15Service()
  2759.     {
  2760.         $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.');
  2761.     }
  2762.     /**
  2763.      * Gets the private '.errored..service_locator.kJcBm2V.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2764.      *
  2765.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2766.      */
  2767.     protected function getSession16Service()
  2768.     {
  2769.         $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.');
  2770.     }
  2771.     /**
  2772.      * Gets the private '.errored..service_locator.ouBckhn.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2773.      *
  2774.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2775.      */
  2776.     protected function getSession17Service()
  2777.     {
  2778.         $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.');
  2779.     }
  2780.     /**
  2781.      * Gets the private '.errored..service_locator.qKGnwPO.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2782.      *
  2783.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2784.      */
  2785.     protected function getSession18Service()
  2786.     {
  2787.         $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.');
  2788.     }
  2789.     /**
  2790.      * Gets the private '.errored..service_locator.vCITWb1.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2793.      */
  2794.     protected function getSession19Service()
  2795.     {
  2796.         $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.');
  2797.     }
  2798.     /**
  2799.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2800.      *
  2801.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2802.      */
  2803.     protected function getLoaderInterfaceService()
  2804.     {
  2805.         $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".');
  2806.     }
  2807.     /**
  2808.      * Gets the private '.errored..service_locator.y.UAYvk.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2809.      *
  2810.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2811.      */
  2812.     protected function getSession20Service()
  2813.     {
  2814.         $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.');
  2815.     }
  2816.     /**
  2817.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2818.      *
  2819.      * @return \Symfony\Component\Console\Command\LazyCommand
  2820.      */
  2821.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2825.         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 {
  2826.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2827.         });
  2828.     }
  2829.     /**
  2830.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2831.      *
  2832.      * @return \Symfony\Component\Console\Command\LazyCommand
  2833.      */
  2834.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2838.         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 {
  2839.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2840.         });
  2841.     }
  2842.     /**
  2843.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Console\Command\LazyCommand
  2846.      */
  2847.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2851.         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 {
  2852.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2853.         });
  2854.     }
  2855.     /**
  2856.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2857.      *
  2858.      * @return \Symfony\Component\Console\Command\LazyCommand
  2859.      */
  2860.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2864.         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 {
  2865.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2866.         });
  2867.     }
  2868.     /**
  2869.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2870.      *
  2871.      * @return \Symfony\Component\Console\Command\LazyCommand
  2872.      */
  2873.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2877.         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 {
  2878.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2879.         });
  2880.     }
  2881.     /**
  2882.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\Console\Command\LazyCommand
  2885.      */
  2886.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2890.         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 {
  2891.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2892.         });
  2893.     }
  2894.     /**
  2895.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Console\Command\LazyCommand
  2898.      */
  2899.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2903.         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 {
  2904.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2905.         });
  2906.     }
  2907.     /**
  2908.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Console\Command\LazyCommand
  2911.      */
  2912.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2916.         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 {
  2917.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2918.         });
  2919.     }
  2920.     /**
  2921.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2922.      *
  2923.      * @return \Symfony\Component\Console\Command\LazyCommand
  2924.      */
  2925.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2929.         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 {
  2930.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2931.         });
  2932.     }
  2933.     /**
  2934.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\Console\Command\LazyCommand
  2937.      */
  2938.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2942.         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 {
  2943.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2944.         });
  2945.     }
  2946.     /**
  2947.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\Console\Command\LazyCommand
  2950.      */
  2951.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2955.         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 {
  2956.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2957.         });
  2958.     }
  2959.     /**
  2960.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2961.      *
  2962.      * @return \Symfony\Component\Console\Command\LazyCommand
  2963.      */
  2964.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2968.         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 {
  2969.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2970.         });
  2971.     }
  2972.     /**
  2973.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\Console\Command\LazyCommand
  2976.      */
  2977.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2981.         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 {
  2982.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2983.         });
  2984.     }
  2985.     /**
  2986.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2987.      *
  2988.      * @return \Symfony\Component\Console\Command\LazyCommand
  2989.      */
  2990.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2994.         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 {
  2995.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2996.         });
  2997.     }
  2998.     /**
  2999.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Console\Command\LazyCommand
  3002.      */
  3003.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3007.         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 {
  3008.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3009.         });
  3010.     }
  3011.     /**
  3012.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Console\Command\LazyCommand
  3015.      */
  3016.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3020.         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 {
  3021.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3022.         });
  3023.     }
  3024.     /**
  3025.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Console\Command\LazyCommand
  3028.      */
  3029.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3033.         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 {
  3034.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3035.         });
  3036.     }
  3037.     /**
  3038.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\Console\Command\LazyCommand
  3041.      */
  3042.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3046.         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 {
  3047.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3048.         });
  3049.     }
  3050.     /**
  3051.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Console\Command\LazyCommand
  3054.      */
  3055.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3059.         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 {
  3060.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3061.         });
  3062.     }
  3063.     /**
  3064.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Console\Command\LazyCommand
  3067.      */
  3068.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3072.         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 {
  3073.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3074.         });
  3075.     }
  3076.     /**
  3077.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3078.      *
  3079.      * @return \Symfony\Component\Console\Command\LazyCommand
  3080.      */
  3081.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3085.         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 {
  3086.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3087.         });
  3088.     }
  3089.     /**
  3090.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\Console\Command\LazyCommand
  3093.      */
  3094.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3098.         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 {
  3099.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3100.         });
  3101.     }
  3102.     /**
  3103.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3104.      *
  3105.      * @return \Symfony\Component\Console\Command\LazyCommand
  3106.      */
  3107.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3111.         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 {
  3112.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3113.         });
  3114.     }
  3115.     /**
  3116.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Console\Command\LazyCommand
  3119.      */
  3120.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3124.         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 {
  3125.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3126.         });
  3127.     }
  3128.     /**
  3129.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\Console\Command\LazyCommand
  3132.      */
  3133.     protected function get_Monolog_Command_ServerLog_LazyService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3137.         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 {
  3138.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3139.         });
  3140.     }
  3141.     /**
  3142.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3143.      *
  3144.      * @return \Symfony\Component\Console\Command\LazyCommand
  3145.      */
  3146.     protected function get_Security_Command_DebugFirewall_LazyService()
  3147.     {
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3150.         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 {
  3151.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3152.         });
  3153.     }
  3154.     /**
  3155.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\Console\Command\LazyCommand
  3158.      */
  3159.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3163.         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 {
  3164.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3165.         });
  3166.     }
  3167.     /**
  3168.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\Console\Command\LazyCommand
  3171.      */
  3172.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3173.     {
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3176.         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 {
  3177.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3178.         });
  3179.     }
  3180.     /**
  3181.      * Gets the private '.service_locator.3MrHpD_' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3184.      */
  3185.     protected function get_ServiceLocator_3MrHpDService()
  3186.     {
  3187.         return $this->privates['.service_locator.3MrHpD_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3188.             '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.'],
  3189.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3190.         ], [
  3191.             'theFicheBatiment' => 'App\\Entity\\Fiche\\FicheBatiment',
  3192.             'theManagerRegistry' => '?',
  3193.         ]);
  3194.     }
  3195.     /**
  3196.      * Gets the private '.service_locator.4wfjgM3' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3199.      */
  3200.     protected function get_ServiceLocator_4wfjgM3Service()
  3201.     {
  3202.         return $this->privates['.service_locator.4wfjgM3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3203.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3204.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3205.             '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.'],
  3206.             'visaContactsRepo' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3207.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3208.         ], [
  3209.             'em' => '?',
  3210.             'security' => '?',
  3211.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3212.             'visaContactsRepo' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3213.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3214.         ]);
  3215.     }
  3216.     /**
  3217.      * Gets the private '.service_locator.6wL9HHS' shared service.
  3218.      *
  3219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3220.      */
  3221.     protected function get_ServiceLocator_6wL9HHSService()
  3222.     {
  3223.         return $this->privates['.service_locator.6wL9HHS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3224.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3225.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  3226.         ], [
  3227.             'thePaginator' => '?',
  3228.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  3229.         ]);
  3230.     }
  3231.     /**
  3232.      * Gets the private '.service_locator.7iLD60o' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3235.      */
  3236.     protected function get_ServiceLocator_7iLD60oService()
  3237.     {
  3238.         return $this->privates['.service_locator.7iLD60o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3239.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3240.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3241.             '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.'],
  3242.             'slugger' => ['privates''slugger''getSluggerService'false],
  3243.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3244.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3245.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3246.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3247.         ], [
  3248.             'em' => '?',
  3249.             'mailer' => '?',
  3250.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3251.             'slugger' => '?',
  3252.             'thePaginator' => '?',
  3253.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3254.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3255.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3256.         ]);
  3257.     }
  3258.     /**
  3259.      * Gets the private '.service_locator.95sl7F.' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3262.      */
  3263.     protected function get_ServiceLocator_95sl7F_Service()
  3264.     {
  3265.         return $this->privates['.service_locator.95sl7F.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3266.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3267.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3268.         ], [
  3269.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3270.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3271.         ]);
  3272.     }
  3273.     /**
  3274.      * Gets the private '.service_locator.9CmfMbP' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3277.      */
  3278.     protected function get_ServiceLocator_9CmfMbPService()
  3279.     {
  3280.         return $this->privates['.service_locator.9CmfMbP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3281.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3282.             '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.'],
  3283.             'slugger' => ['privates''slugger''getSluggerService'false],
  3284.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3285.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3286.         ], [
  3287.             'em' => '?',
  3288.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3289.             'slugger' => '?',
  3290.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3291.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3292.         ]);
  3293.     }
  3294.     /**
  3295.      * Gets the private '.service_locator.9Q_EAN8' shared service.
  3296.      *
  3297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3298.      */
  3299.     protected function get_ServiceLocator_9QEAN8Service()
  3300.     {
  3301.         return $this->privates['.service_locator.9Q_EAN8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3302.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3303.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3304.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3305.         ], [
  3306.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3307.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3308.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3309.         ]);
  3310.     }
  3311.     /**
  3312.      * Gets the private '.service_locator.EEvPBe_' shared service.
  3313.      *
  3314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3315.      */
  3316.     protected function get_ServiceLocator_EEvPBeService()
  3317.     {
  3318.         return $this->privates['.service_locator.EEvPBe_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3319.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3320.             'ficheBatRep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3321.             'service' => ['privates''App\\Service\\Fiche\\FicheBatimentImportService''getFicheBatimentImportServiceService'false],
  3322.             '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.'],
  3323.         ], [
  3324.             'em' => '?',
  3325.             'ficheBatRep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3326.             'service' => 'App\\Service\\Fiche\\FicheBatimentImportService',
  3327.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3328.         ]);
  3329.     }
  3330.     /**
  3331.      * Gets the private '.service_locator.GCcWbYw' shared service.
  3332.      *
  3333.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3334.      */
  3335.     protected function get_ServiceLocator_GCcWbYwService()
  3336.     {
  3337.         return $this->privates['.service_locator.GCcWbYw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3338.             '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.'],
  3339.         ], [
  3340.             'theUser' => 'App\\Entity\\User\\User',
  3341.         ]);
  3342.     }
  3343.     /**
  3344.      * Gets the private '.service_locator.GdYi9Rq' shared service.
  3345.      *
  3346.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3347.      */
  3348.     protected function get_ServiceLocator_GdYi9RqService()
  3349.     {
  3350.         return $this->privates['.service_locator.GdYi9Rq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3351.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3352.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3353.         ], [
  3354.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3355.             'thePaginator' => '?',
  3356.         ]);
  3357.     }
  3358.     /**
  3359.      * Gets the private '.service_locator.Ict6Ehg' shared service.
  3360.      *
  3361.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3362.      */
  3363.     protected function get_ServiceLocator_Ict6EhgService()
  3364.     {
  3365.         return $this->privates['.service_locator.Ict6Ehg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3366.             'fb' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3367.         ], [
  3368.             'fb' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3369.         ]);
  3370.     }
  3371.     /**
  3372.      * Gets the private '.service_locator.JCo2bmS' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3375.      */
  3376.     protected function get_ServiceLocator_JCo2bmSService()
  3377.     {
  3378.         return $this->privates['.service_locator.JCo2bmS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3379.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3380.             'pluvioRepo' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  3381.         ], [
  3382.             'em' => '?',
  3383.             'pluvioRepo' => 'App\\Repository\\PluvioDatabaseRepository',
  3384.         ]);
  3385.     }
  3386.     /**
  3387.      * Gets the private '.service_locator.LJxOt55' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3390.      */
  3391.     protected function get_ServiceLocator_LJxOt55Service()
  3392.     {
  3393.         return $this->privates['.service_locator.LJxOt55'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3394.             'theFormLoginAuthenticator' => ['privates''App\\Security\\User\\FormLoginAuthenticator''getFormLoginAuthenticatorService'false],
  3395.             'theMailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3396.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3397.             'theTokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3398.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3399.         ], [
  3400.             'theFormLoginAuthenticator' => 'App\\Security\\User\\FormLoginAuthenticator',
  3401.             'theMailer' => '?',
  3402.             'theManagerRegistry' => '?',
  3403.             'theTokenStorage' => '?',
  3404.             'theUserPasswordHasherInterface' => '?',
  3405.         ]);
  3406.     }
  3407.     /**
  3408.      * Gets the private '.service_locator.LQi.NXp' shared service.
  3409.      *
  3410.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3411.      */
  3412.     protected function get_ServiceLocator_LQi_NXpService()
  3413.     {
  3414.         return $this->privates['.service_locator.LQi.NXp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3415.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3416.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3417.         ], [
  3418.             'em' => '?',
  3419.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3420.         ]);
  3421.     }
  3422.     /**
  3423.      * Gets the private '.service_locator.QJ78CZl' shared service.
  3424.      *
  3425.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3426.      */
  3427.     protected function get_ServiceLocator_QJ78CZlService()
  3428.     {
  3429.         return $this->privates['.service_locator.QJ78CZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3430.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3431.             '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.'],
  3432.             'slugger' => ['privates''slugger''getSluggerService'false],
  3433.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3434.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3435.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3436.         ], [
  3437.             'em' => '?',
  3438.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3439.             'slugger' => '?',
  3440.             'thePaginator' => '?',
  3441.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3442.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3443.         ]);
  3444.     }
  3445.     /**
  3446.      * Gets the private '.service_locator.RZCuu4Y' shared service.
  3447.      *
  3448.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3449.      */
  3450.     protected function get_ServiceLocator_RZCuu4YService()
  3451.     {
  3452.         return $this->privates['.service_locator.RZCuu4Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3453.             '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.'],
  3454.             'theFicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  3455.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3456.         ], [
  3457.             'theFicheBatiment' => 'App\\Entity\\Fiche\\FicheBatiment',
  3458.             'theFicheBatimentExempleRepository' => 'App\\Repository\\Fiche\\FicheBatimentExempleRepository',
  3459.             'theManagerRegistry' => '?',
  3460.         ]);
  3461.     }
  3462.     /**
  3463.      * Gets the private '.service_locator.VPegusi' shared service.
  3464.      *
  3465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3466.      */
  3467.     protected function get_ServiceLocator_VPegusiService()
  3468.     {
  3469.         return $this->privates['.service_locator.VPegusi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3470.             'App\\Controller\\CaniculeController::canicule' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3471.             'App\\Controller\\Fiche\\FicheBatimentController::analyse' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3472.             'App\\Controller\\Fiche\\FicheBatimentController::delete' => ['privates''.service_locator.3MrHpD_''get_ServiceLocator_3MrHpDService'false],
  3473.             'App\\Controller\\Fiche\\FicheBatimentController::doublons' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3474.             'App\\Controller\\Fiche\\FicheBatimentController::doublonsDeleteAll' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3475.             'App\\Controller\\Fiche\\FicheBatimentController::index' => ['privates''.service_locator.GdYi9Rq''get_ServiceLocator_GdYi9RqService'false],
  3476.             'App\\Controller\\Fiche\\FicheBatimentExempleController::change' => ['privates''.service_locator.RZCuu4Y''get_ServiceLocator_RZCuu4YService'false],
  3477.             'App\\Controller\\Fiche\\FicheExportController::xlsx' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3478.             'App\\Controller\\FichierMeteoController::fichierMeteo' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3479.             'App\\Controller\\MeteoController::getAllStationsData' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3480.             'App\\Controller\\MeteoController::listeDesStations' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3481.             'App\\Controller\\MeteoController::listeStation' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3482.             'App\\Controller\\User\\ManageController::add' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3483.             'App\\Controller\\User\\ManageController::delete' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3484.             'App\\Controller\\User\\ManageController::edit' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3485.             'App\\Controller\\User\\ManageController::fiche' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3486.             'App\\Controller\\User\\ManageController::index' => ['privates''.service_locator.6wL9HHS''get_ServiceLocator_6wL9HHSService'false],
  3487.             'App\\Controller\\User\\ProfileController::changeIsComparaisonAll' => ['privates''.service_locator.uE3NHej''get_ServiceLocator_UE3NHejService'false],
  3488.             'App\\Controller\\User\\ProfileController::changePasswordAction' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3489.             'App\\Controller\\User\\SecurityController::activation' => ['privates''.service_locator.qgJeq67''get_ServiceLocator_QgJeq67Service'false],
  3490.             'App\\Controller\\User\\SecurityController::inscription' => ['privates''.service_locator.LJxOt55''get_ServiceLocator_LJxOt55Service'false],
  3491.             'App\\Controller\\User\\SecurityController::login' => ['privates''.service_locator.lB7IHi8''get_ServiceLocator_LB7IHi8Service'false],
  3492.             'App\\Controller\\User\\SecurityController::motDePasseOublie' => ['privates''.service_locator.sKmUknj''get_ServiceLocator_SKmUknjService'false],
  3493.             'App\\Controller\\User\\UtilController::loginAsUserAction' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3494.             'App\\Controller\\Visa\\VisaController::EmailLot' => ['privates''.service_locator.kJcBm2V''get_ServiceLocator_KJcBm2VService'false],
  3495.             'App\\Controller\\Visa\\VisaController::cible' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3496.             'App\\Controller\\Visa\\VisaController::exigence' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3497.             'App\\Controller\\Visa\\VisaController::exigenceSupp' => ['privates''.service_locator.LQi.NXp''get_ServiceLocator_LQi_NXpService'false],
  3498.             'App\\Controller\\Visa\\VisaController::exigencedz' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3499.             'App\\Controller\\Visa\\VisaController::fichierLot' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3500.             'App\\Controller\\Visa\\VisaController::fichierSupp' => ['privates''.service_locator.vCITWb1''get_ServiceLocator_VCITWb1Service'false],
  3501.             'App\\Controller\\Visa\\VisaController::index' => ['privates''.service_locator.gu5No2f''get_ServiceLocator_Gu5No2fService'false],
  3502.             'App\\Controller\\Visa\\VisaController::listeContacts' => ['privates''.service_locator.y.UAYvk''get_ServiceLocator_Y_UAYvkService'false],
  3503.             'App\\Controller\\Visa\\VisaController::listeExigences' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3504.             'App\\Controller\\Visa\\VisaController::lot' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3505.             'App\\Controller\\Visa\\VisaController::lotDownloadZipFiles' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3506.             'App\\Controller\\Visa\\VisaController::nouvelleExigence' => ['privates''.service_locator.9CmfMbP''get_ServiceLocator_9CmfMbPService'false],
  3507.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFiles' => ['privates''.service_locator.95sl7F.''get_ServiceLocator_95sl7F_Service'false],
  3508.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFilesByCible' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3509.             'App\\Controller\\Visa\\VisaController::tri' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3510.             'App\\Controller\\Visa\\VisaController::visa_edit_contact' => ['privates''.service_locator.4wfjgM3''get_ServiceLocator_4wfjgM3Service'false],
  3511.             'App\\Controller\\Visa\\VisaController::visa_nouveau_contact' => ['privates''.service_locator.j1dXv3k''get_ServiceLocator_J1dXv3kService'false],
  3512.             'App\\Controller\\Visa\\VisaController::visa_nouveau_projet' => ['privates''.service_locator.blKJm1i''get_ServiceLocator_BlKJm1iService'false],
  3513.             'App\\Controller\\Visiteur\\SiteclientController::admin' => ['privates''.service_locator.Ict6Ehg''get_ServiceLocator_Ict6EhgService'false],
  3514.             'App\\Controller\\Visiteur\\SiteclientController::efae' => ['privates''.service_locator.wsouKss''get_ServiceLocator_WsouKssService'false],
  3515.             'App\\Controller\\Visiteur\\SiteclientController::homepage' => ['privates''.service_locator.dx9atRD''get_ServiceLocator_Dx9atRDService'false],
  3516.             'App\\Controller\\Visiteur\\SiteclientController::index' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3517.             'App\\Controller\\Visiteur\\SiteclientController::infiltration' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3518.             'App\\Controller\\Visiteur\\SiteclientController::listePluvio' => ['privates''.service_locator.ouBckhn''get_ServiceLocator_OuBckhnService'false],
  3519.             'App\\Controller\\Visiteur\\SiteclientController::pluvioId' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3520.             'App\\Controller\\Visiteur\\SiteclientController::postConnexion' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3521.             'App\\Controller\\Visiteur\\SiteclientController::retutilisationBilanPdf' => ['privates''.service_locator.qKGnwPO''get_ServiceLocator_QKGnwPOService'false],
  3522.             'App\\Controller\\Visiteur\\SiteclientController::reutilisation' => ['privates''.service_locator._0B8_H1''get_ServiceLocator_0B8H1Service'false],
  3523.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzone' => ['privates''.service_locator.EEvPBe_''get_ServiceLocator_EEvPBeService'false],
  3524.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzoneTest' => ['privates''.service_locator.jw78yFm''get_ServiceLocator_Jw78yFmService'false],
  3525.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3526.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3527.             'App\\Controller\\CaniculeController:canicule' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3528.             'App\\Controller\\Fiche\\FicheBatimentController:analyse' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3529.             'App\\Controller\\Fiche\\FicheBatimentController:delete' => ['privates''.service_locator.3MrHpD_''get_ServiceLocator_3MrHpDService'false],
  3530.             'App\\Controller\\Fiche\\FicheBatimentController:doublons' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3531.             'App\\Controller\\Fiche\\FicheBatimentController:doublonsDeleteAll' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3532.             'App\\Controller\\Fiche\\FicheBatimentController:index' => ['privates''.service_locator.GdYi9Rq''get_ServiceLocator_GdYi9RqService'false],
  3533.             'App\\Controller\\Fiche\\FicheBatimentExempleController:change' => ['privates''.service_locator.RZCuu4Y''get_ServiceLocator_RZCuu4YService'false],
  3534.             'App\\Controller\\Fiche\\FicheExportController:xlsx' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3535.             'App\\Controller\\FichierMeteoController:fichierMeteo' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3536.             'App\\Controller\\MeteoController:getAllStationsData' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3537.             'App\\Controller\\MeteoController:listeDesStations' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3538.             'App\\Controller\\MeteoController:listeStation' => ['privates''.service_locator.JCo2bmS''get_ServiceLocator_JCo2bmSService'false],
  3539.             'App\\Controller\\User\\ManageController:add' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3540.             'App\\Controller\\User\\ManageController:delete' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3541.             'App\\Controller\\User\\ManageController:edit' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3542.             'App\\Controller\\User\\ManageController:fiche' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3543.             'App\\Controller\\User\\ManageController:index' => ['privates''.service_locator.6wL9HHS''get_ServiceLocator_6wL9HHSService'false],
  3544.             'App\\Controller\\User\\ProfileController:changeIsComparaisonAll' => ['privates''.service_locator.uE3NHej''get_ServiceLocator_UE3NHejService'false],
  3545.             'App\\Controller\\User\\ProfileController:changePasswordAction' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3546.             'App\\Controller\\User\\SecurityController:activation' => ['privates''.service_locator.qgJeq67''get_ServiceLocator_QgJeq67Service'false],
  3547.             'App\\Controller\\User\\SecurityController:inscription' => ['privates''.service_locator.LJxOt55''get_ServiceLocator_LJxOt55Service'false],
  3548.             'App\\Controller\\User\\SecurityController:login' => ['privates''.service_locator.lB7IHi8''get_ServiceLocator_LB7IHi8Service'false],
  3549.             'App\\Controller\\User\\SecurityController:motDePasseOublie' => ['privates''.service_locator.sKmUknj''get_ServiceLocator_SKmUknjService'false],
  3550.             'App\\Controller\\User\\UtilController:loginAsUserAction' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3551.             'App\\Controller\\Visa\\VisaController:EmailLot' => ['privates''.service_locator.kJcBm2V''get_ServiceLocator_KJcBm2VService'false],
  3552.             'App\\Controller\\Visa\\VisaController:cible' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3553.             'App\\Controller\\Visa\\VisaController:exigence' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3554.             'App\\Controller\\Visa\\VisaController:exigenceSupp' => ['privates''.service_locator.LQi.NXp''get_ServiceLocator_LQi_NXpService'false],
  3555.             'App\\Controller\\Visa\\VisaController:exigencedz' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3556.             'App\\Controller\\Visa\\VisaController:fichierLot' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3557.             'App\\Controller\\Visa\\VisaController:fichierSupp' => ['privates''.service_locator.vCITWb1''get_ServiceLocator_VCITWb1Service'false],
  3558.             'App\\Controller\\Visa\\VisaController:index' => ['privates''.service_locator.gu5No2f''get_ServiceLocator_Gu5No2fService'false],
  3559.             'App\\Controller\\Visa\\VisaController:listeContacts' => ['privates''.service_locator.y.UAYvk''get_ServiceLocator_Y_UAYvkService'false],
  3560.             'App\\Controller\\Visa\\VisaController:listeExigences' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3561.             'App\\Controller\\Visa\\VisaController:lot' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3562.             'App\\Controller\\Visa\\VisaController:lotDownloadZipFiles' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3563.             'App\\Controller\\Visa\\VisaController:nouvelleExigence' => ['privates''.service_locator.9CmfMbP''get_ServiceLocator_9CmfMbPService'false],
  3564.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFiles' => ['privates''.service_locator.95sl7F.''get_ServiceLocator_95sl7F_Service'false],
  3565.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFilesByCible' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3566.             'App\\Controller\\Visa\\VisaController:tri' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3567.             'App\\Controller\\Visa\\VisaController:visa_edit_contact' => ['privates''.service_locator.4wfjgM3''get_ServiceLocator_4wfjgM3Service'false],
  3568.             'App\\Controller\\Visa\\VisaController:visa_nouveau_contact' => ['privates''.service_locator.j1dXv3k''get_ServiceLocator_J1dXv3kService'false],
  3569.             'App\\Controller\\Visa\\VisaController:visa_nouveau_projet' => ['privates''.service_locator.blKJm1i''get_ServiceLocator_BlKJm1iService'false],
  3570.             'App\\Controller\\Visiteur\\SiteclientController:admin' => ['privates''.service_locator.Ict6Ehg''get_ServiceLocator_Ict6EhgService'false],
  3571.             'App\\Controller\\Visiteur\\SiteclientController:efae' => ['privates''.service_locator.wsouKss''get_ServiceLocator_WsouKssService'false],
  3572.             'App\\Controller\\Visiteur\\SiteclientController:homepage' => ['privates''.service_locator.dx9atRD''get_ServiceLocator_Dx9atRDService'false],
  3573.             'App\\Controller\\Visiteur\\SiteclientController:index' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3574.             'App\\Controller\\Visiteur\\SiteclientController:infiltration' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3575.             'App\\Controller\\Visiteur\\SiteclientController:listePluvio' => ['privates''.service_locator.ouBckhn''get_ServiceLocator_OuBckhnService'false],
  3576.             'App\\Controller\\Visiteur\\SiteclientController:pluvioId' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3577.             'App\\Controller\\Visiteur\\SiteclientController:postConnexion' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3578.             'App\\Controller\\Visiteur\\SiteclientController:retutilisationBilanPdf' => ['privates''.service_locator.qKGnwPO''get_ServiceLocator_QKGnwPOService'false],
  3579.             'App\\Controller\\Visiteur\\SiteclientController:reutilisation' => ['privates''.service_locator._0B8_H1''get_ServiceLocator_0B8H1Service'false],
  3580.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzone' => ['privates''.service_locator.EEvPBe_''get_ServiceLocator_EEvPBeService'false],
  3581.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzoneTest' => ['privates''.service_locator.jw78yFm''get_ServiceLocator_Jw78yFmService'false],
  3582.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3583.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3584.         ], [
  3585.             'App\\Controller\\CaniculeController::canicule' => '?',
  3586.             'App\\Controller\\Fiche\\FicheBatimentController::analyse' => '?',
  3587.             'App\\Controller\\Fiche\\FicheBatimentController::delete' => '?',
  3588.             'App\\Controller\\Fiche\\FicheBatimentController::doublons' => '?',
  3589.             'App\\Controller\\Fiche\\FicheBatimentController::doublonsDeleteAll' => '?',
  3590.             'App\\Controller\\Fiche\\FicheBatimentController::index' => '?',
  3591.             'App\\Controller\\Fiche\\FicheBatimentExempleController::change' => '?',
  3592.             'App\\Controller\\Fiche\\FicheExportController::xlsx' => '?',
  3593.             'App\\Controller\\FichierMeteoController::fichierMeteo' => '?',
  3594.             'App\\Controller\\MeteoController::getAllStationsData' => '?',
  3595.             'App\\Controller\\MeteoController::listeDesStations' => '?',
  3596.             'App\\Controller\\MeteoController::listeStation' => '?',
  3597.             'App\\Controller\\User\\ManageController::add' => '?',
  3598.             'App\\Controller\\User\\ManageController::delete' => '?',
  3599.             'App\\Controller\\User\\ManageController::edit' => '?',
  3600.             'App\\Controller\\User\\ManageController::fiche' => '?',
  3601.             'App\\Controller\\User\\ManageController::index' => '?',
  3602.             'App\\Controller\\User\\ProfileController::changeIsComparaisonAll' => '?',
  3603.             'App\\Controller\\User\\ProfileController::changePasswordAction' => '?',
  3604.             'App\\Controller\\User\\SecurityController::activation' => '?',
  3605.             'App\\Controller\\User\\SecurityController::inscription' => '?',
  3606.             'App\\Controller\\User\\SecurityController::login' => '?',
  3607.             'App\\Controller\\User\\SecurityController::motDePasseOublie' => '?',
  3608.             'App\\Controller\\User\\UtilController::loginAsUserAction' => '?',
  3609.             'App\\Controller\\Visa\\VisaController::EmailLot' => '?',
  3610.             'App\\Controller\\Visa\\VisaController::cible' => '?',
  3611.             'App\\Controller\\Visa\\VisaController::exigence' => '?',
  3612.             'App\\Controller\\Visa\\VisaController::exigenceSupp' => '?',
  3613.             'App\\Controller\\Visa\\VisaController::exigencedz' => '?',
  3614.             'App\\Controller\\Visa\\VisaController::fichierLot' => '?',
  3615.             'App\\Controller\\Visa\\VisaController::fichierSupp' => '?',
  3616.             'App\\Controller\\Visa\\VisaController::index' => '?',
  3617.             'App\\Controller\\Visa\\VisaController::listeContacts' => '?',
  3618.             'App\\Controller\\Visa\\VisaController::listeExigences' => '?',
  3619.             'App\\Controller\\Visa\\VisaController::lot' => '?',
  3620.             'App\\Controller\\Visa\\VisaController::lotDownloadZipFiles' => '?',
  3621.             'App\\Controller\\Visa\\VisaController::nouvelleExigence' => '?',
  3622.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFiles' => '?',
  3623.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFilesByCible' => '?',
  3624.             'App\\Controller\\Visa\\VisaController::tri' => '?',
  3625.             'App\\Controller\\Visa\\VisaController::visa_edit_contact' => '?',
  3626.             'App\\Controller\\Visa\\VisaController::visa_nouveau_contact' => '?',
  3627.             'App\\Controller\\Visa\\VisaController::visa_nouveau_projet' => '?',
  3628.             'App\\Controller\\Visiteur\\SiteclientController::admin' => '?',
  3629.             'App\\Controller\\Visiteur\\SiteclientController::efae' => '?',
  3630.             'App\\Controller\\Visiteur\\SiteclientController::homepage' => '?',
  3631.             'App\\Controller\\Visiteur\\SiteclientController::index' => '?',
  3632.             'App\\Controller\\Visiteur\\SiteclientController::infiltration' => '?',
  3633.             'App\\Controller\\Visiteur\\SiteclientController::listePluvio' => '?',
  3634.             'App\\Controller\\Visiteur\\SiteclientController::pluvioId' => '?',
  3635.             'App\\Controller\\Visiteur\\SiteclientController::postConnexion' => '?',
  3636.             'App\\Controller\\Visiteur\\SiteclientController::retutilisationBilanPdf' => '?',
  3637.             'App\\Controller\\Visiteur\\SiteclientController::reutilisation' => '?',
  3638.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzone' => '?',
  3639.             'App\\Controller\\Visiteur\\SiteclientController::uploadDropzoneTest' => '?',
  3640.             'kernel::loadRoutes' => '?',
  3641.             'kernel::registerContainerConfiguration' => '?',
  3642.             'App\\Controller\\CaniculeController:canicule' => '?',
  3643.             'App\\Controller\\Fiche\\FicheBatimentController:analyse' => '?',
  3644.             'App\\Controller\\Fiche\\FicheBatimentController:delete' => '?',
  3645.             'App\\Controller\\Fiche\\FicheBatimentController:doublons' => '?',
  3646.             'App\\Controller\\Fiche\\FicheBatimentController:doublonsDeleteAll' => '?',
  3647.             'App\\Controller\\Fiche\\FicheBatimentController:index' => '?',
  3648.             'App\\Controller\\Fiche\\FicheBatimentExempleController:change' => '?',
  3649.             'App\\Controller\\Fiche\\FicheExportController:xlsx' => '?',
  3650.             'App\\Controller\\FichierMeteoController:fichierMeteo' => '?',
  3651.             'App\\Controller\\MeteoController:getAllStationsData' => '?',
  3652.             'App\\Controller\\MeteoController:listeDesStations' => '?',
  3653.             'App\\Controller\\MeteoController:listeStation' => '?',
  3654.             'App\\Controller\\User\\ManageController:add' => '?',
  3655.             'App\\Controller\\User\\ManageController:delete' => '?',
  3656.             'App\\Controller\\User\\ManageController:edit' => '?',
  3657.             'App\\Controller\\User\\ManageController:fiche' => '?',
  3658.             'App\\Controller\\User\\ManageController:index' => '?',
  3659.             'App\\Controller\\User\\ProfileController:changeIsComparaisonAll' => '?',
  3660.             'App\\Controller\\User\\ProfileController:changePasswordAction' => '?',
  3661.             'App\\Controller\\User\\SecurityController:activation' => '?',
  3662.             'App\\Controller\\User\\SecurityController:inscription' => '?',
  3663.             'App\\Controller\\User\\SecurityController:login' => '?',
  3664.             'App\\Controller\\User\\SecurityController:motDePasseOublie' => '?',
  3665.             'App\\Controller\\User\\UtilController:loginAsUserAction' => '?',
  3666.             'App\\Controller\\Visa\\VisaController:EmailLot' => '?',
  3667.             'App\\Controller\\Visa\\VisaController:cible' => '?',
  3668.             'App\\Controller\\Visa\\VisaController:exigence' => '?',
  3669.             'App\\Controller\\Visa\\VisaController:exigenceSupp' => '?',
  3670.             'App\\Controller\\Visa\\VisaController:exigencedz' => '?',
  3671.             'App\\Controller\\Visa\\VisaController:fichierLot' => '?',
  3672.             'App\\Controller\\Visa\\VisaController:fichierSupp' => '?',
  3673.             'App\\Controller\\Visa\\VisaController:index' => '?',
  3674.             'App\\Controller\\Visa\\VisaController:listeContacts' => '?',
  3675.             'App\\Controller\\Visa\\VisaController:listeExigences' => '?',
  3676.             'App\\Controller\\Visa\\VisaController:lot' => '?',
  3677.             'App\\Controller\\Visa\\VisaController:lotDownloadZipFiles' => '?',
  3678.             'App\\Controller\\Visa\\VisaController:nouvelleExigence' => '?',
  3679.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFiles' => '?',
  3680.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFilesByCible' => '?',
  3681.             'App\\Controller\\Visa\\VisaController:tri' => '?',
  3682.             'App\\Controller\\Visa\\VisaController:visa_edit_contact' => '?',
  3683.             'App\\Controller\\Visa\\VisaController:visa_nouveau_contact' => '?',
  3684.             'App\\Controller\\Visa\\VisaController:visa_nouveau_projet' => '?',
  3685.             'App\\Controller\\Visiteur\\SiteclientController:admin' => '?',
  3686.             'App\\Controller\\Visiteur\\SiteclientController:efae' => '?',
  3687.             'App\\Controller\\Visiteur\\SiteclientController:homepage' => '?',
  3688.             'App\\Controller\\Visiteur\\SiteclientController:index' => '?',
  3689.             'App\\Controller\\Visiteur\\SiteclientController:infiltration' => '?',
  3690.             'App\\Controller\\Visiteur\\SiteclientController:listePluvio' => '?',
  3691.             'App\\Controller\\Visiteur\\SiteclientController:pluvioId' => '?',
  3692.             'App\\Controller\\Visiteur\\SiteclientController:postConnexion' => '?',
  3693.             'App\\Controller\\Visiteur\\SiteclientController:retutilisationBilanPdf' => '?',
  3694.             'App\\Controller\\Visiteur\\SiteclientController:reutilisation' => '?',
  3695.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzone' => '?',
  3696.             'App\\Controller\\Visiteur\\SiteclientController:uploadDropzoneTest' => '?',
  3697.             'kernel:loadRoutes' => '?',
  3698.             'kernel:registerContainerConfiguration' => '?',
  3699.         ]);
  3700.     }
  3701.     /**
  3702.      * Gets the private '.service_locator.Vo0NxYX' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3705.      */
  3706.     protected function get_ServiceLocator_Vo0NxYXService()
  3707.     {
  3708.         return $this->privates['.service_locator.Vo0NxYX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3709.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3710.         ], [
  3711.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3712.         ]);
  3713.     }
  3714.     /**
  3715.      * Gets the private '.service_locator.W6Gn6mF' shared service.
  3716.      *
  3717.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3718.      */
  3719.     protected function get_ServiceLocator_W6Gn6mFService()
  3720.     {
  3721.         return $this->privates['.service_locator.W6Gn6mF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3722.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3723.             '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.'],
  3724.             'slugger' => ['privates''slugger''getSluggerService'false],
  3725.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3726.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3727.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3728.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3729.         ], [
  3730.             'em' => '?',
  3731.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3732.             'slugger' => '?',
  3733.             'thePaginator' => '?',
  3734.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3735.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3736.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3737.         ]);
  3738.     }
  3739.     /**
  3740.      * Gets the private '.service_locator.XsyfP82' shared service.
  3741.      *
  3742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3743.      */
  3744.     protected function get_ServiceLocator_XsyfP82Service()
  3745.     {
  3746.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3747.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3748.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3749.         ], [
  3750.             'event_dispatcher' => '?',
  3751.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3752.         ]);
  3753.     }
  3754.     /**
  3755.      * Gets the private '.service_locator._0B8_H1' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3758.      */
  3759.     protected function get_ServiceLocator_0B8H1Service()
  3760.     {
  3761.         return $this->privates['.service_locator._0B8_H1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3762.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3763.             'pluvioRepo' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  3764.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3765.             '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.'],
  3766.         ], [
  3767.             'em' => '?',
  3768.             'pluvioRepo' => 'App\\Repository\\PluvioDatabaseRepository',
  3769.             'security' => '?',
  3770.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3771.         ]);
  3772.     }
  3773.     /**
  3774.      * Gets the private '.service_locator.baR3Skb' shared service.
  3775.      *
  3776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3777.      */
  3778.     protected function get_ServiceLocator_BaR3SkbService()
  3779.     {
  3780.         return $this->privates['.service_locator.baR3Skb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3781.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3782.             '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.'],
  3783.             'slugger' => ['privates''slugger''getSluggerService'false],
  3784.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3785.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3786.             'visaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3787.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3788.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3789.         ], [
  3790.             'em' => '?',
  3791.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3792.             'slugger' => '?',
  3793.             'thePaginator' => '?',
  3794.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3795.             'visaContactsRepository' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3796.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3797.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3798.         ]);
  3799.     }
  3800.     /**
  3801.      * Gets the private '.service_locator.blKJm1i' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3804.      */
  3805.     protected function get_ServiceLocator_BlKJm1iService()
  3806.     {
  3807.         return $this->privates['.service_locator.blKJm1i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3808.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3809.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3810.             '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.'],
  3811.         ], [
  3812.             'em' => '?',
  3813.             'security' => '?',
  3814.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3815.         ]);
  3816.     }
  3817.     /**
  3818.      * Gets the private '.service_locator.dNG_.Gh' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3821.      */
  3822.     protected function get_ServiceLocator_DNG_GhService()
  3823.     {
  3824.         return $this->privates['.service_locator.dNG_.Gh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3825.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3826.         ], [
  3827.             'theUserPasswordHasherInterface' => '?',
  3828.         ]);
  3829.     }
  3830.     /**
  3831.      * Gets the private '.service_locator.dbFJ5zg' shared service.
  3832.      *
  3833.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3834.      */
  3835.     protected function get_ServiceLocator_DbFJ5zgService()
  3836.     {
  3837.         return $this->privates['.service_locator.dbFJ5zg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3838.             '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.'],
  3839.         ], [
  3840.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3841.         ]);
  3842.     }
  3843.     /**
  3844.      * Gets the private '.service_locator.dx9atRD' shared service.
  3845.      *
  3846.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3847.      */
  3848.     protected function get_ServiceLocator_Dx9atRDService()
  3849.     {
  3850.         return $this->privates['.service_locator.dx9atRD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3851.             'ficheBatRep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3852.             'fichebatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3853.             '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.'],
  3854.             'theFicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  3855.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3856.         ], [
  3857.             'ficheBatRep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3858.             'fichebatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3859.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3860.             'theFicheBatimentExempleRepository' => 'App\\Repository\\Fiche\\FicheBatimentExempleRepository',
  3861.             'thePaginator' => '?',
  3862.         ]);
  3863.     }
  3864.     /**
  3865.      * Gets the private '.service_locator.gu5No2f' shared service.
  3866.      *
  3867.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3868.      */
  3869.     protected function get_ServiceLocator_Gu5No2fService()
  3870.     {
  3871.         return $this->privates['.service_locator.gu5No2f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3872.             '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.'],
  3873.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3874.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3875.         ], [
  3876.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3877.             'thePaginator' => '?',
  3878.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3879.         ]);
  3880.     }
  3881.     /**
  3882.      * Gets the private '.service_locator.j1dXv3k' shared service.
  3883.      *
  3884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3885.      */
  3886.     protected function get_ServiceLocator_J1dXv3kService()
  3887.     {
  3888.         return $this->privates['.service_locator.j1dXv3k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3889.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3890.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3891.             '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.'],
  3892.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3893.         ], [
  3894.             'em' => '?',
  3895.             'security' => '?',
  3896.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3897.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3898.         ]);
  3899.     }
  3900.     /**
  3901.      * Gets the private '.service_locator.jw78yFm' shared service.
  3902.      *
  3903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3904.      */
  3905.     protected function get_ServiceLocator_Jw78yFmService()
  3906.     {
  3907.         return $this->privates['.service_locator.jw78yFm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3908.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3909.             'ficheBatRep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3910.             '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.'],
  3911.         ], [
  3912.             'em' => '?',
  3913.             'ficheBatRep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3914.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3915.         ]);
  3916.     }
  3917.     /**
  3918.      * Gets the private '.service_locator.kJcBm2V' shared service.
  3919.      *
  3920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3921.      */
  3922.     protected function get_ServiceLocator_KJcBm2VService()
  3923.     {
  3924.         return $this->privates['.service_locator.kJcBm2V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3925.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3926.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3927.             '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.'],
  3928.             'slugger' => ['privates''slugger''getSluggerService'false],
  3929.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3930.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3931.             'visaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3932.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3933.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3934.         ], [
  3935.             'em' => '?',
  3936.             'mailer' => '?',
  3937.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3938.             'slugger' => '?',
  3939.             'thePaginator' => '?',
  3940.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3941.             'visaContactsRepository' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3942.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3943.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3944.         ]);
  3945.     }
  3946.     /**
  3947.      * Gets the private '.service_locator.lB7IHi8' shared service.
  3948.      *
  3949.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3950.      */
  3951.     protected function get_ServiceLocator_LB7IHi8Service()
  3952.     {
  3953.         return $this->privates['.service_locator.lB7IHi8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3954.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3955.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3956.         ], [
  3957.             'authenticationUtils' => '?',
  3958.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3959.         ]);
  3960.     }
  3961.     /**
  3962.      * Gets the private '.service_locator.lJ.uJFs' shared service.
  3963.      *
  3964.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3965.      */
  3966.     protected function get_ServiceLocator_LJ_UJFsService()
  3967.     {
  3968.         return $this->privates['.service_locator.lJ.uJFs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3969.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3970.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3971.         ], [
  3972.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3973.             'theManagerRegistry' => '?',
  3974.         ]);
  3975.     }
  3976.     /**
  3977.      * Gets the private '.service_locator.mx0UMmY' shared service.
  3978.      *
  3979.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3980.      */
  3981.     protected function get_ServiceLocator_Mx0UMmYService()
  3982.     {
  3983.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3984.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3985.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3986.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3987.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3988.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3989.             'router' => ['services''router''getRouterService'false],
  3990.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3991.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3992.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3993.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3994.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3995.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3996.         ], [
  3997.             'doctrine' => '?',
  3998.             'form.factory' => '?',
  3999.             'http_kernel' => '?',
  4000.             'parameter_bag' => '?',
  4001.             'request_stack' => '?',
  4002.             'router' => '?',
  4003.             'security.authorization_checker' => '?',
  4004.             'security.csrf.token_manager' => '?',
  4005.             'security.token_storage' => '?',
  4006.             'serializer' => '?',
  4007.             'session' => '.session.deprecated',
  4008.             'twig' => '?',
  4009.         ]);
  4010.     }
  4011.     /**
  4012.      * Gets the private '.service_locator.ouBckhn' shared service.
  4013.      *
  4014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4015.      */
  4016.     protected function get_ServiceLocator_OuBckhnService()
  4017.     {
  4018.         return $this->privates['.service_locator.ouBckhn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4019.             'pluvioRepo' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  4020.             '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.'],
  4021.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4022.         ], [
  4023.             'pluvioRepo' => 'App\\Repository\\PluvioDatabaseRepository',
  4024.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4025.             'thePaginator' => '?',
  4026.         ]);
  4027.     }
  4028.     /**
  4029.      * Gets the private '.service_locator.qKGnwPO' shared service.
  4030.      *
  4031.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4032.      */
  4033.     protected function get_ServiceLocator_QKGnwPOService()
  4034.     {
  4035.         return $this->privates['.service_locator.qKGnwPO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4036.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  4037.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4038.             'pluvioDatabaseRepository' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  4039.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4040.             '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.'],
  4041.         ], [
  4042.             'knpSnappyPdf' => '?',
  4043.             'logger' => '?',
  4044.             'pluvioDatabaseRepository' => 'App\\Repository\\PluvioDatabaseRepository',
  4045.             'serializer' => '?',
  4046.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4047.         ]);
  4048.     }
  4049.     /**
  4050.      * Gets the private '.service_locator.qgJeq67' shared service.
  4051.      *
  4052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4053.      */
  4054.     protected function get_ServiceLocator_QgJeq67Service()
  4055.     {
  4056.         return $this->privates['.service_locator.qgJeq67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4057.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4058.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  4059.         ], [
  4060.             'theManagerRegistry' => '?',
  4061.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  4062.         ]);
  4063.     }
  4064.     /**
  4065.      * Gets the private '.service_locator.sKmUknj' shared service.
  4066.      *
  4067.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4068.      */
  4069.     protected function get_ServiceLocator_SKmUknjService()
  4070.     {
  4071.         return $this->privates['.service_locator.sKmUknj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4072.             'theMailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4073.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4074.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  4075.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  4076.         ], [
  4077.             'theMailer' => '?',
  4078.             'theManagerRegistry' => '?',
  4079.             'theUserPasswordHasherInterface' => '?',
  4080.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  4081.         ]);
  4082.     }
  4083.     /**
  4084.      * Gets the private '.service_locator.t6i3vFk' shared service.
  4085.      *
  4086.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4087.      */
  4088.     protected function get_ServiceLocator_T6i3vFkService()
  4089.     {
  4090.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4091.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4092.         ], [
  4093.             'em' => '?',
  4094.         ]);
  4095.     }
  4096.     /**
  4097.      * Gets the private '.service_locator.uE3NHej' shared service.
  4098.      *
  4099.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4100.      */
  4101.     protected function get_ServiceLocator_UE3NHejService()
  4102.     {
  4103.         return $this->privates['.service_locator.uE3NHej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4104.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4105.         ], [
  4106.             'theManagerRegistry' => '?',
  4107.         ]);
  4108.     }
  4109.     /**
  4110.      * Gets the private '.service_locator.vCITWb1' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4113.      */
  4114.     protected function get_ServiceLocator_VCITWb1Service()
  4115.     {
  4116.         return $this->privates['.service_locator.vCITWb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4117.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4118.             '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.'],
  4119.             'slugger' => ['privates''slugger''getSluggerService'false],
  4120.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  4121.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  4122.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  4123.         ], [
  4124.             'em' => '?',
  4125.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4126.             'slugger' => '?',
  4127.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  4128.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  4129.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  4130.         ]);
  4131.     }
  4132.     /**
  4133.      * Gets the private '.service_locator.wsouKss' shared service.
  4134.      *
  4135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4136.      */
  4137.     protected function get_ServiceLocator_WsouKssService()
  4138.     {
  4139.         return $this->privates['.service_locator.wsouKss'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4140.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4141.             'rep' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  4142.         ], [
  4143.             'em' => '?',
  4144.             'rep' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  4145.         ]);
  4146.     }
  4147.     /**
  4148.      * Gets the private '.service_locator.xUrKPVU' shared service.
  4149.      *
  4150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4151.      */
  4152.     protected function get_ServiceLocator_XUrKPVUService()
  4153.     {
  4154.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4155.             '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".'],
  4156.         ], [
  4157.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4158.         ]);
  4159.     }
  4160.     /**
  4161.      * Gets the private '.service_locator.y.UAYvk' shared service.
  4162.      *
  4163.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4164.      */
  4165.     protected function get_ServiceLocator_Y_UAYvkService()
  4166.     {
  4167.         return $this->privates['.service_locator.y.UAYvk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4168.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4169.             '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.'],
  4170.             'slugger' => ['privates''slugger''getSluggerService'false],
  4171.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4172.             'visaContactsRepo' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  4173.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  4174.         ], [
  4175.             'em' => '?',
  4176.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4177.             'slugger' => '?',
  4178.             'thePaginator' => '?',
  4179.             'visaContactsRepo' => 'App\\Repository\\Visa\\VisaContactsRepository',
  4180.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  4181.         ]);
  4182.     }
  4183.     /**
  4184.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4185.      *
  4186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4187.      */
  4188.     protected function get_ServiceLocator_ZJyh7qSService()
  4189.     {
  4190.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4191.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4192.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4193.         ], [
  4194.             'security.firewall.map.context.dev' => '?',
  4195.             'security.firewall.map.context.main' => '?',
  4196.         ]);
  4197.     }
  4198.     /**
  4199.      * Gets the private '.session.deprecated' shared service.
  4200.      *
  4201.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4202.      */
  4203.     protected function get_Session_DeprecatedService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4207.         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();
  4208.     }
  4209.     /**
  4210.      * Gets the private '.twig.command.debug.lazy' shared service.
  4211.      *
  4212.      * @return \Symfony\Component\Console\Command\LazyCommand
  4213.      */
  4214.     protected function get_Twig_Command_Debug_LazyService()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4218.         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 {
  4219.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4220.         });
  4221.     }
  4222.     /**
  4223.      * Gets the private '.twig.command.lint.lazy' shared service.
  4224.      *
  4225.      * @return \Symfony\Component\Console\Command\LazyCommand
  4226.      */
  4227.     protected function get_Twig_Command_Lint_LazyService()
  4228.     {
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4231.         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 {
  4232.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4233.         });
  4234.     }
  4235.     /**
  4236.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4237.      *
  4238.      * @return \Symfony\Component\Console\Command\LazyCommand
  4239.      */
  4240.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4241.     {
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4244.         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 {
  4245.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4246.         });
  4247.     }
  4248.     /**
  4249.      * Gets the private 'App\Command\Fiche\FicheBatimentReimport' shared autowired service.
  4250.      *
  4251.      * @return \App\Command\Fiche\FicheBatimentReimport
  4252.      */
  4253.     protected function getFicheBatimentReimportService()
  4254.     {
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4256.         include_once \dirname(__DIR__4).'/src/Command/Fiche/FicheBatimentReimport.php';
  4257.         $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()));
  4258.         $instance->setName('fiche:fiche-batiment-reimport');
  4259.         return $instance;
  4260.     }
  4261.     /**
  4262.      * Gets the private 'App\Command\ReminderLotCommand' shared autowired service.
  4263.      *
  4264.      * @return \App\Command\ReminderLotCommand
  4265.      */
  4266.     protected function getReminderLotCommandService()
  4267.     {
  4268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4269.         include_once \dirname(__DIR__4).'/src/Command/ReminderLotCommand.php';
  4270.         $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()));
  4271.         $instance->setName('app:ReminderLot');
  4272.         $instance->setDescription('Envoi des rappels Ã  15 jours');
  4273.         return $instance;
  4274.     }
  4275.     /**
  4276.      * Gets the private 'App\Command\User\CreateUserCommand' shared autowired service.
  4277.      *
  4278.      * @return \App\Command\User\CreateUserCommand
  4279.      */
  4280.     protected function getCreateUserCommandService()
  4281.     {
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4283.         include_once \dirname(__DIR__4).'/src/Command/User/CreateUserCommand.php';
  4284.         $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()));
  4285.         $instance->setName('user:create');
  4286.         return $instance;
  4287.     }
  4288.     /**
  4289.      * Gets the private 'App\Form\AffichageGraphiqueType' shared autowired service.
  4290.      *
  4291.      * @return \App\Form\AffichageGraphiqueType
  4292.      */
  4293.     protected function getAffichageGraphiqueTypeService()
  4294.     {
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4297.         include_once \dirname(__DIR__4).'/src/Form/AffichageGraphiqueType.php';
  4298.         return $this->privates['App\\Form\\AffichageGraphiqueType'] = new \App\Form\AffichageGraphiqueType();
  4299.     }
  4300.     /**
  4301.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4302.      *
  4303.      * @return \App\Form\ContactType
  4304.      */
  4305.     protected function getContactTypeService()
  4306.     {
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4309.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4310.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4311.     }
  4312.     /**
  4313.      * Gets the private 'App\Form\Fiche\FicheBatimentFilterType' shared autowired service.
  4314.      *
  4315.      * @return \App\Form\Fiche\FicheBatimentFilterType
  4316.      */
  4317.     protected function getFicheBatimentFilterTypeService()
  4318.     {
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4321.         include_once \dirname(__DIR__4).'/src/Form/Fiche/FicheBatimentFilterType.php';
  4322.         return $this->privates['App\\Form\\Fiche\\FicheBatimentFilterType'] = new \App\Form\Fiche\FicheBatimentFilterType();
  4323.     }
  4324.     /**
  4325.      * Gets the private 'App\Form\FichierMeteoType' shared autowired service.
  4326.      *
  4327.      * @return \App\Form\FichierMeteoType
  4328.      */
  4329.     protected function getFichierMeteoTypeService()
  4330.     {
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4333.         include_once \dirname(__DIR__4).'/src/Form/FichierMeteoType.php';
  4334.         return $this->privates['App\\Form\\FichierMeteoType'] = new \App\Form\FichierMeteoType();
  4335.     }
  4336.     /**
  4337.      * Gets the private 'App\Form\InfiltrationType' shared autowired service.
  4338.      *
  4339.      * @return \App\Form\InfiltrationType
  4340.      */
  4341.     protected function getInfiltrationTypeService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4345.         include_once \dirname(__DIR__4).'/src/Form/InfiltrationType.php';
  4346.         return $this->privates['App\\Form\\InfiltrationType'] = new \App\Form\InfiltrationType();
  4347.     }
  4348.     /**
  4349.      * Gets the private 'App\Form\ReutilisationType' shared autowired service.
  4350.      *
  4351.      * @return \App\Form\ReutilisationType
  4352.      */
  4353.     protected function getReutilisationTypeService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4357.         include_once \dirname(__DIR__4).'/src/Form/ReutilisationType.php';
  4358.         return $this->privates['App\\Form\\ReutilisationType'] = new \App\Form\ReutilisationType();
  4359.     }
  4360.     /**
  4361.      * Gets the private 'App\Form\StationMeteoType' shared autowired service.
  4362.      *
  4363.      * @return \App\Form\StationMeteoType
  4364.      */
  4365.     protected function getStationMeteoTypeService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4369.         include_once \dirname(__DIR__4).'/src/Form/StationMeteoType.php';
  4370.         return $this->privates['App\\Form\\StationMeteoType'] = new \App\Form\StationMeteoType();
  4371.     }
  4372.     /**
  4373.      * Gets the private 'App\Form\UploadFichierType' shared autowired service.
  4374.      *
  4375.      * @return \App\Form\UploadFichierType
  4376.      */
  4377.     protected function getUploadFichierTypeService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4381.         include_once \dirname(__DIR__4).'/src/Form/UploadFichierType.php';
  4382.         return $this->privates['App\\Form\\UploadFichierType'] = new \App\Form\UploadFichierType();
  4383.     }
  4384.     /**
  4385.      * Gets the private 'App\Form\User\InscriptionType' shared autowired service.
  4386.      *
  4387.      * @return \App\Form\User\InscriptionType
  4388.      */
  4389.     protected function getInscriptionTypeService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4393.         include_once \dirname(__DIR__4).'/src/Form/User/InscriptionType.php';
  4394.         return $this->privates['App\\Form\\User\\InscriptionType'] = new \App\Form\User\InscriptionType();
  4395.     }
  4396.     /**
  4397.      * Gets the private 'App\Form\User\LoginType' shared autowired service.
  4398.      *
  4399.      * @return \App\Form\User\LoginType
  4400.      */
  4401.     protected function getLoginTypeService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4405.         include_once \dirname(__DIR__4).'/src/Form/User/LoginType.php';
  4406.         return $this->privates['App\\Form\\User\\LoginType'] = new \App\Form\User\LoginType();
  4407.     }
  4408.     /**
  4409.      * Gets the private 'App\Form\User\MotDePasseOublieType' shared autowired service.
  4410.      *
  4411.      * @return \App\Form\User\MotDePasseOublieType
  4412.      */
  4413.     protected function getMotDePasseOublieTypeService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4417.         include_once \dirname(__DIR__4).'/src/Form/User/MotDePasseOublieType.php';
  4418.         return $this->privates['App\\Form\\User\\MotDePasseOublieType'] = new \App\Form\User\MotDePasseOublieType();
  4419.     }
  4420.     /**
  4421.      * Gets the private 'App\Form\User\UserChangePasswordType' shared autowired service.
  4422.      *
  4423.      * @return \App\Form\User\UserChangePasswordType
  4424.      */
  4425.     protected function getUserChangePasswordTypeService()
  4426.     {
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4429.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  4430.         include_once \dirname(__DIR__4).'/src/Form/User/UserChangePasswordType.php';
  4431.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4432.         if (isset($this->privates['App\\Form\\User\\UserChangePasswordType'])) {
  4433.             return $this->privates['App\\Form\\User\\UserChangePasswordType'];
  4434.         }
  4435.         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);
  4436.     }
  4437.     /**
  4438.      * Gets the private 'App\Form\User\UserEditType' shared autowired service.
  4439.      *
  4440.      * @return \App\Form\User\UserEditType
  4441.      */
  4442.     protected function getUserEditTypeService()
  4443.     {
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4446.         include_once \dirname(__DIR__4).'/src/Form/User/UserEditType.php';
  4447.         return $this->privates['App\\Form\\User\\UserEditType'] = new \App\Form\User\UserEditType();
  4448.     }
  4449.     /**
  4450.      * Gets the private 'App\Form\User\UserFilterType' shared autowired service.
  4451.      *
  4452.      * @return \App\Form\User\UserFilterType
  4453.      */
  4454.     protected function getUserFilterTypeService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4458.         include_once \dirname(__DIR__4).'/src/Form/User/UserFilterType.php';
  4459.         return $this->privates['App\\Form\\User\\UserFilterType'] = new \App\Form\User\UserFilterType();
  4460.     }
  4461.     /**
  4462.      * Gets the private 'App\Form\User\UserType' shared autowired service.
  4463.      *
  4464.      * @return \App\Form\User\UserType
  4465.      */
  4466.     protected function getUserTypeService()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4470.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  4471.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4472.         if (isset($this->privates['App\\Form\\User\\UserType'])) {
  4473.             return $this->privates['App\\Form\\User\\UserType'];
  4474.         }
  4475.         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);
  4476.     }
  4477.     /**
  4478.      * Gets the private 'App\Form\User\UserUpdateProfileType' shared autowired service.
  4479.      *
  4480.      * @return \App\Form\User\UserUpdateProfileType
  4481.      */
  4482.     protected function getUserUpdateProfileTypeService()
  4483.     {
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4486.         include_once \dirname(__DIR__4).'/src/Form/User/UserUpdateProfileType.php';
  4487.         return $this->privates['App\\Form\\User\\UserUpdateProfileType'] = new \App\Form\User\UserUpdateProfileType();
  4488.     }
  4489.     /**
  4490.      * Gets the private 'App\Form\Visa\VisaCommentaireEntrepriseType' shared autowired service.
  4491.      *
  4492.      * @return \App\Form\Visa\VisaCommentaireEntrepriseType
  4493.      */
  4494.     protected function getVisaCommentaireEntrepriseTypeService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4498.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaCommentaireEntrepriseType.php';
  4499.         return $this->privates['App\\Form\\Visa\\VisaCommentaireEntrepriseType'] = new \App\Form\Visa\VisaCommentaireEntrepriseType();
  4500.     }
  4501.     /**
  4502.      * Gets the private 'App\Form\Visa\VisaContactEmail' shared autowired service.
  4503.      *
  4504.      * @return \App\Form\Visa\VisaContactEmail
  4505.      */
  4506.     protected function getVisaContactEmailService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4510.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaContactEmail.php';
  4511.         return $this->privates['App\\Form\\Visa\\VisaContactEmail'] = new \App\Form\Visa\VisaContactEmail();
  4512.     }
  4513.     /**
  4514.      * Gets the private 'App\Form\Visa\VisaContactsType' shared autowired service.
  4515.      *
  4516.      * @return \App\Form\Visa\VisaContactsType
  4517.      */
  4518.     protected function getVisaContactsTypeService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4522.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaContactsType.php';
  4523.         return $this->privates['App\\Form\\Visa\\VisaContactsType'] = new \App\Form\Visa\VisaContactsType();
  4524.     }
  4525.     /**
  4526.      * Gets the private 'App\Form\Visa\VisaExigencesType' shared autowired service.
  4527.      *
  4528.      * @return \App\Form\Visa\VisaExigencesType
  4529.      */
  4530.     protected function getVisaExigencesTypeService()
  4531.     {
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4534.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaExigencesType.php';
  4535.         return $this->privates['App\\Form\\Visa\\VisaExigencesType'] = new \App\Form\Visa\VisaExigencesType();
  4536.     }
  4537.     /**
  4538.      * Gets the private 'App\Form\Visa\VisaLotBilan' shared autowired service.
  4539.      *
  4540.      * @return \App\Form\Visa\VisaLotBilan
  4541.      */
  4542.     protected function getVisaLotBilanService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4546.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaLotBilan.php';
  4547.         return $this->privates['App\\Form\\Visa\\VisaLotBilan'] = new \App\Form\Visa\VisaLotBilan();
  4548.     }
  4549.     /**
  4550.      * Gets the private 'App\Form\Visa\VisaNouvelleExigenceType' shared autowired service.
  4551.      *
  4552.      * @return \App\Form\Visa\VisaNouvelleExigenceType
  4553.      */
  4554.     protected function getVisaNouvelleExigenceTypeService()
  4555.     {
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4558.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaNouvelleExigenceType.php';
  4559.         return $this->privates['App\\Form\\Visa\\VisaNouvelleExigenceType'] = new \App\Form\Visa\VisaNouvelleExigenceType();
  4560.     }
  4561.     /**
  4562.      * Gets the private 'App\Form\Visa\VisaProjetBilan' shared autowired service.
  4563.      *
  4564.      * @return \App\Form\Visa\VisaProjetBilan
  4565.      */
  4566.     protected function getVisaProjetBilanService()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4570.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaProjetBilan.php';
  4571.         return $this->privates['App\\Form\\Visa\\VisaProjetBilan'] = new \App\Form\Visa\VisaProjetBilan();
  4572.     }
  4573.     /**
  4574.      * Gets the private 'App\Form\Visa\VisaProjetsFormType' shared autowired service.
  4575.      *
  4576.      * @return \App\Form\Visa\VisaProjetsFormType
  4577.      */
  4578.     protected function getVisaProjetsFormTypeService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4582.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaProjetsFormType.php';
  4583.         return $this->privates['App\\Form\\Visa\\VisaProjetsFormType'] = new \App\Form\Visa\VisaProjetsFormType();
  4584.     }
  4585.     /**
  4586.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  4587.      *
  4588.      * @return \App\Repository\ContactRepository
  4589.      */
  4590.     protected function getContactRepositoryService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4598.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  4599.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4600.     }
  4601.     /**
  4602.      * Gets the private 'App\Repository\Fiche\FicheBatimentExempleRepository' shared autowired service.
  4603.      *
  4604.      * @return \App\Repository\Fiche\FicheBatimentExempleRepository
  4605.      */
  4606.     protected function getFicheBatimentExempleRepositoryService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4614.         include_once \dirname(__DIR__4).'/src/Repository/Fiche/FicheBatimentExempleRepository.php';
  4615.         return $this->privates['App\\Repository\\Fiche\\FicheBatimentExempleRepository'] = new \App\Repository\Fiche\FicheBatimentExempleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4616.     }
  4617.     /**
  4618.      * Gets the private 'App\Repository\Fiche\FicheBatimentRepository' shared autowired service.
  4619.      *
  4620.      * @return \App\Repository\Fiche\FicheBatimentRepository
  4621.      */
  4622.     protected function getFicheBatimentRepositoryService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4630.         include_once \dirname(__DIR__4).'/src/Repository/Fiche/FicheBatimentRepository.php';
  4631.         return $this->privates['App\\Repository\\Fiche\\FicheBatimentRepository'] = new \App\Repository\Fiche\FicheBatimentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4632.     }
  4633.     /**
  4634.      * Gets the private 'App\Repository\FichierRepository' shared autowired service.
  4635.      *
  4636.      * @return \App\Repository\FichierRepository
  4637.      */
  4638.     protected function getFichierRepositoryService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4646.         include_once \dirname(__DIR__4).'/src/Repository/FichierRepository.php';
  4647.         return $this->privates['App\\Repository\\FichierRepository'] = new \App\Repository\FichierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'App\Repository\IdUserRepository' shared autowired service.
  4651.      *
  4652.      * @return \App\Repository\IdUserRepository
  4653.      */
  4654.     protected function getIdUserRepositoryService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4662.         include_once \dirname(__DIR__4).'/src/Repository/IdUserRepository.php';
  4663.         return $this->privates['App\\Repository\\IdUserRepository'] = new \App\Repository\IdUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4664.     }
  4665.     /**
  4666.      * Gets the private 'App\Repository\InfiltrationRepository' shared autowired service.
  4667.      *
  4668.      * @return \App\Repository\InfiltrationRepository
  4669.      */
  4670.     protected function getInfiltrationRepositoryService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4678.         include_once \dirname(__DIR__4).'/src/Repository/InfiltrationRepository.php';
  4679.         return $this->privates['App\\Repository\\InfiltrationRepository'] = new \App\Repository\InfiltrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4680.     }
  4681.     /**
  4682.      * Gets the private 'App\Repository\PluvioDatabaseRepository' shared autowired service.
  4683.      *
  4684.      * @return \App\Repository\PluvioDatabaseRepository
  4685.      */
  4686.     protected function getPluvioDatabaseRepositoryService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4694.         include_once \dirname(__DIR__4).'/src/Repository/PluvioDatabaseRepository.php';
  4695.         return $this->privates['App\\Repository\\PluvioDatabaseRepository'] = new \App\Repository\PluvioDatabaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4696.     }
  4697.     /**
  4698.      * Gets the private 'App\Repository\StationsMeteoRepository' shared autowired service.
  4699.      *
  4700.      * @return \App\Repository\StationsMeteoRepository
  4701.      */
  4702.     protected function getStationsMeteoRepositoryService()
  4703.     {
  4704.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4710.         include_once \dirname(__DIR__4).'/src/Repository/StationsMeteoRepository.php';
  4711.         return $this->privates['App\\Repository\\StationsMeteoRepository'] = new \App\Repository\StationsMeteoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4712.     }
  4713.     /**
  4714.      * Gets the private 'App\Repository\User\UserRepository' shared autowired service.
  4715.      *
  4716.      * @return \App\Repository\User\UserRepository
  4717.      */
  4718.     protected function getUserRepositoryService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4726.         include_once \dirname(__DIR__4).'/src/Repository/User/UserRepository.php';
  4727.         return $this->privates['App\\Repository\\User\\UserRepository'] = new \App\Repository\User\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4728.     }
  4729.     /**
  4730.      * Gets the private 'App\Repository\User\UserTentativeConnexionRepository' shared autowired service.
  4731.      *
  4732.      * @return \App\Repository\User\UserTentativeConnexionRepository
  4733.      */
  4734.     protected function getUserTentativeConnexionRepositoryService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4742.         include_once \dirname(__DIR__4).'/src/Repository/User/UserTentativeConnexionRepository.php';
  4743.         return $this->privates['App\\Repository\\User\\UserTentativeConnexionRepository'] = new \App\Repository\User\UserTentativeConnexionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4744.     }
  4745.     /**
  4746.      * Gets the private 'App\Repository\Visa\VisaBilansRepository' shared autowired service.
  4747.      *
  4748.      * @return \App\Repository\Visa\VisaBilansRepository
  4749.      */
  4750.     protected function getVisaBilansRepositoryService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4758.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaBilansRepository.php';
  4759.         return $this->privates['App\\Repository\\Visa\\VisaBilansRepository'] = new \App\Repository\Visa\VisaBilansRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4760.     }
  4761.     /**
  4762.      * Gets the private 'App\Repository\Visa\VisaContactsRepository' shared autowired service.
  4763.      *
  4764.      * @return \App\Repository\Visa\VisaContactsRepository
  4765.      */
  4766.     protected function getVisaContactsRepositoryService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4774.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaContactsRepository.php';
  4775.         return $this->privates['App\\Repository\\Visa\\VisaContactsRepository'] = new \App\Repository\Visa\VisaContactsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4776.     }
  4777.     /**
  4778.      * Gets the private 'App\Repository\Visa\VisaExigencesRepository' shared autowired service.
  4779.      *
  4780.      * @return \App\Repository\Visa\VisaExigencesRepository
  4781.      */
  4782.     protected function getVisaExigencesRepositoryService()
  4783.     {
  4784.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4790.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaExigencesRepository.php';
  4791.         return $this->privates['App\\Repository\\Visa\\VisaExigencesRepository'] = new \App\Repository\Visa\VisaExigencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4792.     }
  4793.     /**
  4794.      * Gets the private 'App\Repository\Visa\VisaJustificatifsRepository' shared autowired service.
  4795.      *
  4796.      * @return \App\Repository\Visa\VisaJustificatifsRepository
  4797.      */
  4798.     protected function getVisaJustificatifsRepositoryService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4806.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaJustificatifsRepository.php';
  4807.         return $this->privates['App\\Repository\\Visa\\VisaJustificatifsRepository'] = new \App\Repository\Visa\VisaJustificatifsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4808.     }
  4809.     /**
  4810.      * Gets the private 'App\Repository\Visa\VisaProjetsRepository' shared autowired service.
  4811.      *
  4812.      * @return \App\Repository\Visa\VisaProjetsRepository
  4813.      */
  4814.     protected function getVisaProjetsRepositoryService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4822.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaProjetsRepository.php';
  4823.         return $this->privates['App\\Repository\\Visa\\VisaProjetsRepository'] = new \App\Repository\Visa\VisaProjetsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4824.     }
  4825.     /**
  4826.      * Gets the private 'App\Security\User\FormLoginAuthenticator' shared autowired service.
  4827.      *
  4828.      * @return \App\Security\User\FormLoginAuthenticator
  4829.      */
  4830.     protected function getFormLoginAuthenticatorService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4837.         include_once \dirname(__DIR__4).'/src/Security/User/FormLoginAuthenticator.php';
  4838.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4839.         if (isset($this->privates['App\\Security\\User\\FormLoginAuthenticator'])) {
  4840.             return $this->privates['App\\Security\\User\\FormLoginAuthenticator'];
  4841.         }
  4842.         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());
  4843.     }
  4844.     /**
  4845.      * Gets the private 'App\Service\Fiche\FicheBatimentImportService' shared autowired service.
  4846.      *
  4847.      * @return \App\Service\Fiche\FicheBatimentImportService
  4848.      */
  4849.     protected function getFicheBatimentImportServiceService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/src/Service/Fiche/FicheBatimentImportService.php';
  4852.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4853.         if (isset($this->privates['App\\Service\\Fiche\\FicheBatimentImportService'])) {
  4854.             return $this->privates['App\\Service\\Fiche\\FicheBatimentImportService'];
  4855.         }
  4856.         return $this->privates['App\\Service\\Fiche\\FicheBatimentImportService'] = new \App\Service\Fiche\FicheBatimentImportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  4857.     }
  4858.     /**
  4859.      * Gets the private 'App\Service\MeteoFranceService' shared autowired service.
  4860.      *
  4861.      * @return \App\Service\MeteoFranceService
  4862.      */
  4863.     protected function getMeteoFranceServiceService()
  4864.     {
  4865.         include_once \dirname(__DIR__4).'/src/Service/MeteoFranceService.php';
  4866.         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'));
  4867.     }
  4868.     /**
  4869.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4870.      *
  4871.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4872.      */
  4873.     protected function getManagerRegistryAwareConnectionProviderService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4877.         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'));
  4878.     }
  4879.     /**
  4880.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4881.      *
  4882.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4883.      */
  4884.     protected function getRunSqlCommandService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4889.         $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()));
  4890.         $instance->setName('dbal:run-sql');
  4891.         return $instance;
  4892.     }
  4893.     /**
  4894.      * Gets the private 'annotations.cache_adapter' shared service.
  4895.      *
  4896.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4897.      */
  4898.     protected function getAnnotations_CacheAdapterService()
  4899.     {
  4900.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4901.     }
  4902.     /**
  4903.      * Gets the private 'annotations.cache_warmer' shared service.
  4904.      *
  4905.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4906.      */
  4907.     protected function getAnnotations_CacheWarmerService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4912.         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);
  4913.     }
  4914.     /**
  4915.      * Gets the private 'annotations.cached_reader' shared service.
  4916.      *
  4917.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4918.      */
  4919.     protected function getAnnotations_CachedReaderService()
  4920.     {
  4921.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4922.     }
  4923.     /**
  4924.      * Gets the private 'annotations.reader' shared service.
  4925.      *
  4926.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4927.      */
  4928.     protected function getAnnotations_ReaderService()
  4929.     {
  4930.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4931.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4932.         $a->registerUniqueLoader('class_exists');
  4933.         $instance->addGlobalIgnoredName('required'$a);
  4934.         return $instance;
  4935.     }
  4936.     /**
  4937.      * Gets the private 'cache.annotations' shared service.
  4938.      *
  4939.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4940.      */
  4941.     protected function getCache_AnnotationsService()
  4942.     {
  4943.         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())));
  4944.     }
  4945.     /**
  4946.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4949.      */
  4950.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4951.     {
  4952.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4953.     }
  4954.     /**
  4955.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4956.      *
  4957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4958.      */
  4959.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4960.     {
  4961.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4962.     }
  4963.     /**
  4964.      * Gets the private 'cache.property_info' shared service.
  4965.      *
  4966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4967.      */
  4968.     protected function getCache_PropertyInfoService()
  4969.     {
  4970.         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())));
  4971.     }
  4972.     /**
  4973.      * Gets the private 'cache.security_expression_language' shared service.
  4974.      *
  4975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4976.      */
  4977.     protected function getCache_SecurityExpressionLanguageService()
  4978.     {
  4979.         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())));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'cache.serializer' shared service.
  4983.      *
  4984.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4985.      */
  4986.     protected function getCache_SerializerService()
  4987.     {
  4988.         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())));
  4989.     }
  4990.     /**
  4991.      * Gets the private 'cache.validator' shared service.
  4992.      *
  4993.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4994.      */
  4995.     protected function getCache_ValidatorService()
  4996.     {
  4997.         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())));
  4998.     }
  4999.     /**
  5000.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5001.      *
  5002.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5003.      */
  5004.     protected function getCachePoolClearer_CacheWarmerService()
  5005.     {
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5008.         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']);
  5009.     }
  5010.     /**
  5011.      * Gets the private 'config_builder.warmer' shared service.
  5012.      *
  5013.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5014.      */
  5015.     protected function getConfigBuilder_WarmerService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5019.         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()));
  5020.     }
  5021.     /**
  5022.      * Gets the private 'config_cache_factory' shared service.
  5023.      *
  5024.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5025.      */
  5026.     protected function getConfigCacheFactoryService()
  5027.     {
  5028.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5029.             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)));
  5030.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5031.         }, 2));
  5032.     }
  5033.     /**
  5034.      * Gets the private 'console.command.about' shared service.
  5035.      *
  5036.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5037.      */
  5038.     protected function getConsole_Command_AboutService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5042.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5043.         $instance->setName('about');
  5044.         $instance->setDescription('Display information about the current project');
  5045.         return $instance;
  5046.     }
  5047.     /**
  5048.      * Gets the private 'console.command.assets_install' shared service.
  5049.      *
  5050.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5051.      */
  5052.     protected function getConsole_Command_AssetsInstallService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5057.         $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));
  5058.         $instance->setName('assets:install');
  5059.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5060.         return $instance;
  5061.     }
  5062.     /**
  5063.      * Gets the private 'console.command.cache_clear' shared service.
  5064.      *
  5065.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5066.      */
  5067.     protected function getConsole_Command_CacheClearService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5072.         $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())));
  5073.         $instance->setName('cache:clear');
  5074.         $instance->setDescription('Clear the cache');
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5079.      *
  5080.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5081.      */
  5082.     protected function getConsole_Command_CachePoolClearService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5086.         $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']);
  5087.         $instance->setName('cache:pool:clear');
  5088.         $instance->setDescription('Clear cache pools');
  5089.         return $instance;
  5090.     }
  5091.     /**
  5092.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5093.      *
  5094.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5095.      */
  5096.     protected function getConsole_Command_CachePoolDeleteService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5100.         $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']);
  5101.         $instance->setName('cache:pool:delete');
  5102.         $instance->setDescription('Delete an item from a cache pool');
  5103.         return $instance;
  5104.     }
  5105.     /**
  5106.      * Gets the private 'console.command.cache_pool_list' shared service.
  5107.      *
  5108.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5109.      */
  5110.     protected function getConsole_Command_CachePoolListService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5114.         $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']);
  5115.         $instance->setName('cache:pool:list');
  5116.         $instance->setDescription('List available cache pools');
  5117.         return $instance;
  5118.     }
  5119.     /**
  5120.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5121.      *
  5122.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5123.      */
  5124.     protected function getConsole_Command_CachePoolPruneService()
  5125.     {
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5128.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5129.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5130.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5131.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5132.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5133.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5134.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5135.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5136.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5137.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5138.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5139.         }, 10));
  5140.         $instance->setName('cache:pool:prune');
  5141.         $instance->setDescription('Prune cache pools');
  5142.         return $instance;
  5143.     }
  5144.     /**
  5145.      * Gets the private 'console.command.cache_warmup' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5148.      */
  5149.     protected function getConsole_Command_CacheWarmupService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5153.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5154.         $instance->setName('cache:warmup');
  5155.         $instance->setDescription('Warm up an empty cache');
  5156.         return $instance;
  5157.     }
  5158.     /**
  5159.      * Gets the private 'console.command.config_debug' shared service.
  5160.      *
  5161.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5162.      */
  5163.     protected function getConsole_Command_ConfigDebugService()
  5164.     {
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5170.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5171.         $instance->setName('debug:config');
  5172.         $instance->setDescription('Dump the current configuration for an extension');
  5173.         return $instance;
  5174.     }
  5175.     /**
  5176.      * Gets the private 'console.command.config_dump_reference' shared service.
  5177.      *
  5178.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5179.      */
  5180.     protected function getConsole_Command_ConfigDumpReferenceService()
  5181.     {
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5187.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5188.         $instance->setName('config:dump-reference');
  5189.         $instance->setDescription('Dump the default configuration for an extension');
  5190.         return $instance;
  5191.     }
  5192.     /**
  5193.      * Gets the private 'console.command.container_debug' shared service.
  5194.      *
  5195.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5196.      */
  5197.     protected function getConsole_Command_ContainerDebugService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5202.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5203.         $instance->setName('debug:container');
  5204.         $instance->setDescription('Display current services for an application');
  5205.         return $instance;
  5206.     }
  5207.     /**
  5208.      * Gets the private 'console.command.container_lint' shared service.
  5209.      *
  5210.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5211.      */
  5212.     protected function getConsole_Command_ContainerLintService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5216.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5217.         $instance->setName('lint:container');
  5218.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5219.         return $instance;
  5220.     }
  5221.     /**
  5222.      * Gets the private 'console.command.debug_autowiring' shared service.
  5223.      *
  5224.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5225.      */
  5226.     protected function getConsole_Command_DebugAutowiringService()
  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/DebugAutowiringCommand.php';
  5232.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5233.         $instance->setName('debug:autowiring');
  5234.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5235.         return $instance;
  5236.     }
  5237.     /**
  5238.      * Gets the private 'console.command.dotenv_debug' shared service.
  5239.      *
  5240.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5241.      */
  5242.     protected function getConsole_Command_DotenvDebugService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5246.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  5247.         $instance->setName('debug:dotenv');
  5248.         $instance->setDescription('Lists all dotenv files with variables and values');
  5249.         return $instance;
  5250.     }
  5251.     /**
  5252.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5253.      *
  5254.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5255.      */
  5256.     protected function getConsole_Command_EventDispatcherDebugService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5260.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  5261.         $instance->setName('debug:event-dispatcher');
  5262.         $instance->setDescription('Display configured listeners for an application');
  5263.         return $instance;
  5264.     }
  5265.     /**
  5266.      * Gets the private 'console.command.form_debug' shared service.
  5267.      *
  5268.      * @return \Symfony\Component\Form\Command\DebugCommand
  5269.      */
  5270.     protected function getConsole_Command_FormDebugService()
  5271.     {
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5274.         $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\\ContactType'=> 'App\\Form\\Fiche\\FicheBatimentFilterType'=> 'App\\Form\\FichierMeteoType'=> 'App\\Form\\InfiltrationType'=> 'App\\Form\\ReutilisationType'=> 'App\\Form\\StationMeteoType'=> 'App\\Form\\UploadFichierType'=> 'App\\Form\\User\\InscriptionType'=> 'App\\Form\\User\\LoginType'10 => 'App\\Form\\User\\MotDePasseOublieType'11 => 'App\\Form\\User\\UserChangePasswordType'12 => 'App\\Form\\User\\UserEditType'13 => 'App\\Form\\User\\UserFilterType'14 => 'App\\Form\\User\\UserType'15 => 'App\\Form\\User\\UserUpdateProfileType'16 => 'App\\Form\\Visa\\VisaCommentaireEntrepriseType'17 => 'App\\Form\\Visa\\VisaContactEmail'18 => 'App\\Form\\Visa\\VisaContactsType'19 => 'App\\Form\\Visa\\VisaExigencesType'20 => 'App\\Form\\Visa\\VisaLotBilan'21 => 'App\\Form\\Visa\\VisaNouvelleExigenceType'22 => 'App\\Form\\Visa\\VisaProjetBilan'23 => 'App\\Form\\Visa\\VisaProjetsFormType'24 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'25 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'26 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'27 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'28 => '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()));
  5275.         $instance->setName('debug:form');
  5276.         $instance->setDescription('Display form type information');
  5277.         return $instance;
  5278.     }
  5279.     /**
  5280.      * Gets the private 'console.command.router_debug' shared service.
  5281.      *
  5282.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5283.      */
  5284.     protected function getConsole_Command_RouterDebugService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5289.         $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()));
  5290.         $instance->setName('debug:router');
  5291.         $instance->setDescription('Display current routes for an application');
  5292.         return $instance;
  5293.     }
  5294.     /**
  5295.      * Gets the private 'console.command.router_match' shared service.
  5296.      *
  5297.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5298.      */
  5299.     protected function getConsole_Command_RouterMatchService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5303.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5304.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5305.         }, 1));
  5306.         $instance->setName('router:match');
  5307.         $instance->setDescription('Help debug routes by simulating a path info match');
  5308.         return $instance;
  5309.     }
  5310.     /**
  5311.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5312.      *
  5313.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5314.      */
  5315.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5316.     {
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5321.         $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')))));
  5322.         $instance->setName('secrets:decrypt-to-local');
  5323.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5324.         return $instance;
  5325.     }
  5326.     /**
  5327.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5328.      *
  5329.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5330.      */
  5331.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5337.         $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')))));
  5338.         $instance->setName('secrets:encrypt-from-local');
  5339.         $instance->setDescription('Encrypt all local secrets to the vault');
  5340.         return $instance;
  5341.     }
  5342.     /**
  5343.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5344.      *
  5345.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5346.      */
  5347.     protected function getConsole_Command_SecretsGenerateKeyService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5353.         $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')))));
  5354.         $instance->setName('secrets:generate-keys');
  5355.         $instance->setDescription('Generate new encryption keys');
  5356.         return $instance;
  5357.     }
  5358.     /**
  5359.      * Gets the private 'console.command.secrets_list' shared service.
  5360.      *
  5361.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5362.      */
  5363.     protected function getConsole_Command_SecretsListService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5369.         $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')))));
  5370.         $instance->setName('secrets:list');
  5371.         $instance->setDescription('List all secrets');
  5372.         return $instance;
  5373.     }
  5374.     /**
  5375.      * Gets the private 'console.command.secrets_remove' shared service.
  5376.      *
  5377.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5378.      */
  5379.     protected function getConsole_Command_SecretsRemoveService()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5385.         $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')))));
  5386.         $instance->setName('secrets:remove');
  5387.         $instance->setDescription('Remove a secret from the vault');
  5388.         return $instance;
  5389.     }
  5390.     /**
  5391.      * Gets the private 'console.command.secrets_set' shared service.
  5392.      *
  5393.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5394.      */
  5395.     protected function getConsole_Command_SecretsSetService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5401.         $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')))));
  5402.         $instance->setName('secrets:set');
  5403.         $instance->setDescription('Set a secret in the vault');
  5404.         return $instance;
  5405.     }
  5406.     /**
  5407.      * Gets the private 'console.command.translation_debug' shared service.
  5408.      *
  5409.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5410.      */
  5411.     protected function getConsole_Command_TranslationDebugService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5415.         $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')], []);
  5416.         $instance->setName('debug:translation');
  5417.         $instance->setDescription('Display translation messages information');
  5418.         return $instance;
  5419.     }
  5420.     /**
  5421.      * Gets the private 'console.command.translation_extract' shared service.
  5422.      *
  5423.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5424.      */
  5425.     protected function getConsole_Command_TranslationExtractService()
  5426.     {
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5429.         $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')], []);
  5430.         $instance->setName('translation:extract');
  5431.         $instance->setAliases([=> 'translation:update']);
  5432.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  5433.         return $instance;
  5434.     }
  5435.     /**
  5436.      * Gets the private 'console.command.translation_pull' shared service.
  5437.      *
  5438.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  5439.      */
  5440.     protected function getConsole_Command_TranslationPullService()
  5441.     {
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5445.         $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', [], []);
  5446.         $instance->setName('translation:pull');
  5447.         $instance->setDescription('Pull translations from a given provider.');
  5448.         return $instance;
  5449.     }
  5450.     /**
  5451.      * Gets the private 'console.command.translation_push' shared service.
  5452.      *
  5453.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5454.      */
  5455.     protected function getConsole_Command_TranslationPushService()
  5456.     {
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5460.         $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()), [], []);
  5461.         $instance->setName('translation:push');
  5462.         $instance->setDescription('Push translations to a given provider.');
  5463.         return $instance;
  5464.     }
  5465.     /**
  5466.      * Gets the private 'console.command.validator_debug' shared service.
  5467.      *
  5468.      * @return \Symfony\Component\Validator\Command\DebugCommand
  5469.      */
  5470.     protected function getConsole_Command_ValidatorDebugService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5474.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5475.         $instance->setName('debug:validator');
  5476.         $instance->setDescription('Display validation constraints for classes');
  5477.         return $instance;
  5478.     }
  5479.     /**
  5480.      * Gets the private 'console.command.xliff_lint' shared service.
  5481.      *
  5482.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5483.      */
  5484.     protected function getConsole_Command_XliffLintService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5488.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5489.         $instance->setName('lint:xliff');
  5490.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5491.         return $instance;
  5492.     }
  5493.     /**
  5494.      * Gets the private 'console.command.yaml_lint' shared service.
  5495.      *
  5496.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5497.      */
  5498.     protected function getConsole_Command_YamlLintService()
  5499.     {
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5503.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5504.         $instance->setName('lint:yaml');
  5505.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5506.         return $instance;
  5507.     }
  5508.     /**
  5509.      * Gets the private 'console.error_listener' shared service.
  5510.      *
  5511.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5512.      */
  5513.     protected function getConsole_ErrorListenerService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5516.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5517.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5518.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5519.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5520.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5521.     }
  5522.     /**
  5523.      * Gets the private 'container.env_var_processor' shared service.
  5524.      *
  5525.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5526.      */
  5527.     protected function getContainer_EnvVarProcessorService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5531.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5532.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5533.         }, 1));
  5534.     }
  5535.     /**
  5536.      * Gets the private 'container.getenv' shared service.
  5537.      *
  5538.      * @return \Closure
  5539.      */
  5540.     protected function getContainer_GetenvService()
  5541.     {
  5542.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  5543.     }
  5544.     /**
  5545.      * Gets the private 'data_collector.form' shared service.
  5546.      *
  5547.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5548.      */
  5549.     protected function getDataCollector_FormService()
  5550.     {
  5551.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5552.     }
  5553.     /**
  5554.      * Gets the private 'data_collector.request' shared service.
  5555.      *
  5556.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5557.      */
  5558.     protected function getDataCollector_RequestService()
  5559.     {
  5560.         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())));
  5561.     }
  5562.     /**
  5563.      * Gets the private 'data_collector.request.session_collector' shared service.
  5564.      *
  5565.      * @return \Closure
  5566.      */
  5567.     protected function getDataCollector_Request_SessionCollectorService()
  5568.     {
  5569.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  5570.     }
  5571.     /**
  5572.      * Gets the private 'debug.argument_resolver.default' shared service.
  5573.      *
  5574.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5575.      */
  5576.     protected function getDebug_ArgumentResolver_DefaultService()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5581.         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))));
  5582.     }
  5583.     /**
  5584.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5585.      *
  5586.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5587.      */
  5588.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5589.     {
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5593.         $a = ($this->privates['.service_locator.VPegusi'] ?? $this->get_ServiceLocator_VPegusiService());
  5594.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  5595.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  5596.         }
  5597.         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))));
  5598.     }
  5599.     /**
  5600.      * Gets the private 'debug.argument_resolver.request' shared service.
  5601.      *
  5602.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5603.      */
  5604.     protected function getDebug_ArgumentResolver_RequestService()
  5605.     {
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5609.         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))));
  5610.     }
  5611.     /**
  5612.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5613.      *
  5614.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5615.      */
  5616.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5621.         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))));
  5622.     }
  5623.     /**
  5624.      * Gets the private 'debug.argument_resolver.service' shared service.
  5625.      *
  5626.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5627.      */
  5628.     protected function getDebug_ArgumentResolver_ServiceService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5633.         $a = ($this->privates['.service_locator.VPegusi'] ?? $this->get_ServiceLocator_VPegusiService());
  5634.         if (isset($this->privates['debug.argument_resolver.service'])) {
  5635.             return $this->privates['debug.argument_resolver.service'];
  5636.         }
  5637.         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))));
  5638.     }
  5639.     /**
  5640.      * Gets the private 'debug.argument_resolver.session' shared service.
  5641.      *
  5642.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5643.      */
  5644.     protected function getDebug_ArgumentResolver_SessionService()
  5645.     {
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5649.         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))));
  5650.     }
  5651.     /**
  5652.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5653.      *
  5654.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5655.      */
  5656.     protected function getDebug_ArgumentResolver_VariadicService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5661.         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))));
  5662.     }
  5663.     /**
  5664.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5665.      *
  5666.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5667.      */
  5668.     protected function getDebug_DebugHandlersListenerService()
  5669.     {
  5670.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5671.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5672.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5673.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5674.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5675.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5676.     }
  5677.     /**
  5678.      * Gets the private 'debug.dump_listener' shared service.
  5679.      *
  5680.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5681.      */
  5682.     protected function getDebug_DumpListenerService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5686.         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()));
  5687.     }
  5688.     /**
  5689.      * Gets the private 'debug.file_link_formatter' shared service.
  5690.      *
  5691.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5692.      */
  5693.     protected function getDebug_FileLinkFormatterService()
  5694.     {
  5695.         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 () {
  5696.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5697.         });
  5698.     }
  5699.     /**
  5700.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5701.      *
  5702.      * @return \string
  5703.      */
  5704.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5705.     {
  5706.         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');
  5707.     }
  5708.     /**
  5709.      * Gets the private 'debug.log_processor' shared service.
  5710.      *
  5711.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5712.      */
  5713.     protected function getDebug_LogProcessorService()
  5714.     {
  5715.         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())));
  5716.     }
  5717.     /**
  5718.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5719.      *
  5720.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5721.      */
  5722.     protected function getDebug_Security_Access_DecisionManagerService()
  5723.     {
  5724.         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 () {
  5725.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5726.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5727.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5728.             yield => ($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'] ?? $this->getFicheBatimentVoterService());
  5729.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5730.     }
  5731.     /**
  5732.      * Gets the private 'debug.security.firewall' shared service.
  5733.      *
  5734.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5735.      */
  5736.     protected function getDebug_Security_FirewallService()
  5737.     {
  5738.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5739.         if (isset($this->privates['debug.security.firewall'])) {
  5740.             return $this->privates['debug.security.firewall'];
  5741.         }
  5742.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5743.         if (isset($this->privates['debug.security.firewall'])) {
  5744.             return $this->privates['debug.security.firewall'];
  5745.         }
  5746.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5747.     }
  5748.     /**
  5749.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5750.      *
  5751.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5752.      */
  5753.     protected function getDebug_Security_UserValueResolverService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5758.         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))));
  5759.     }
  5760.     /**
  5761.      * Gets the private 'debug.security.voter.App\Voter\Fiche\FicheBatimentVoter' shared service.
  5762.      *
  5763.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5764.      */
  5765.     protected function getFicheBatimentVoterService()
  5766.     {
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  5771.         include_once \dirname(__DIR__4).'/src/Voter/Fiche/FicheBatimentVoter.php';
  5772.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5773.         if (isset($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'])) {
  5774.             return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'];
  5775.         }
  5776.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5777.         if (isset($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'])) {
  5778.             return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'];
  5779.         }
  5780.         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);
  5781.     }
  5782.     /**
  5783.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5784.      *
  5785.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5786.      */
  5787.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5793.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5794.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5795.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5796.         }
  5797.         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);
  5798.     }
  5799.     /**
  5800.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5801.      *
  5802.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5803.      */
  5804.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5805.     {
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5810.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5811.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5812.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5813.         }
  5814.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5815.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5816.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5817.         }
  5818.         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);
  5819.     }
  5820.     /**
  5821.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5822.      *
  5823.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5824.      */
  5825.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5832.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5833.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  5834.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  5835.         }
  5836.         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);
  5837.     }
  5838.     /**
  5839.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5840.      *
  5841.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5842.      */
  5843.     protected function getDebug_Security_Voter_VoteListenerService()
  5844.     {
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5846.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5847.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5848.             return $this->privates['debug.security.voter.vote_listener'];
  5849.         }
  5850.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5851.     }
  5852.     /**
  5853.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5854.      *
  5855.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  5856.      */
  5857.     protected function getDoctrine_CacheClearMetadataCommandService()
  5858.     {
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5863.         $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()));
  5864.         $instance->setName('doctrine:cache:clear-metadata');
  5865.         return $instance;
  5866.     }
  5867.     /**
  5868.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5869.      *
  5870.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  5871.      */
  5872.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  5878.         $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()));
  5879.         $instance->setName('doctrine:cache:clear-query');
  5880.         return $instance;
  5881.     }
  5882.     /**
  5883.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5884.      *
  5885.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  5886.      */
  5887.     protected function getDoctrine_CacheClearResultCommandService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  5893.         $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()));
  5894.         $instance->setName('doctrine:cache:clear-result');
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5899.      *
  5900.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  5901.      */
  5902.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5908.         $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()));
  5909.         $instance->setName('doctrine:cache:clear-collection-region');
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5914.      *
  5915.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  5916.      */
  5917.     protected function getDoctrine_ClearEntityRegionCommandService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5923.         $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()));
  5924.         $instance->setName('doctrine:cache:clear-entity-region');
  5925.         return $instance;
  5926.     }
  5927.     /**
  5928.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5929.      *
  5930.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  5931.      */
  5932.     protected function getDoctrine_ClearQueryRegionCommandService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5938.         $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()));
  5939.         $instance->setName('doctrine:cache:clear-query-region');
  5940.         return $instance;
  5941.     }
  5942.     /**
  5943.      * Gets the private 'doctrine.database_create_command' shared service.
  5944.      *
  5945.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5946.      */
  5947.     protected function getDoctrine_DatabaseCreateCommandService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  5952.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5953.         $instance->setName('doctrine:database:create');
  5954.         return $instance;
  5955.     }
  5956.     /**
  5957.      * Gets the private 'doctrine.database_drop_command' shared service.
  5958.      *
  5959.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5960.      */
  5961.     protected function getDoctrine_DatabaseDropCommandService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  5966.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5967.         $instance->setName('doctrine:database:drop');
  5968.         return $instance;
  5969.     }
  5970.     /**
  5971.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  5972.      *
  5973.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  5974.      */
  5975.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  5976.     {
  5977.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5978.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  5979.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  5980.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  5981.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  5982.         ], [
  5983.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5984.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5985.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5986.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5987.         ]), [=> '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']]);
  5988.     }
  5989.     /**
  5990.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5991.      *
  5992.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  5993.      */
  5994.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6000.         $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()));
  6001.         $instance->setName('doctrine:ensure-production-settings');
  6002.         return $instance;
  6003.     }
  6004.     /**
  6005.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6006.      *
  6007.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6008.      */
  6009.     protected function getDoctrine_FixturesLoadCommandService()
  6010.     {
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/OrderedFixtureInterface.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/FixtureGroupInterface.php';
  6027.         include_once \dirname(__DIR__4).'/src/DataFixtures/User/UserAdminFixture.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
  6030.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6031.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\User\UserAdminFixture(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []]]);
  6032.         $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()]);
  6033.         $instance->setName('doctrine:fixtures:load');
  6034.         return $instance;
  6035.     }
  6036.     /**
  6037.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6038.      *
  6039.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6040.      */
  6041.     protected function getDoctrine_MappingConvertCommandService()
  6042.     {
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  6047.         $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()));
  6048.         $instance->setName('doctrine:mapping:convert');
  6049.         return $instance;
  6050.     }
  6051.     /**
  6052.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6053.      *
  6054.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6055.      */
  6056.     protected function getDoctrine_MappingImportCommandService()
  6057.     {
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  6061.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6062.         $instance->setName('doctrine:mapping:import');
  6063.         return $instance;
  6064.     }
  6065.     /**
  6066.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6067.      *
  6068.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6069.      */
  6070.     protected function getDoctrine_MappingInfoCommandService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  6076.         $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()));
  6077.         $instance->setName('doctrine:mapping:info');
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6082.      *
  6083.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6084.      */
  6085.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6089.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6090.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6091.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6092.         }
  6093.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6094.     }
  6095.     /**
  6096.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6097.      *
  6098.      * @return \Doctrine\Migrations\DependencyFactory
  6099.      */
  6100.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6110.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6111.         $a->setAllOrNothing(false);
  6112.         $a->setCheckDatabasePlatform(true);
  6113.         $a->setTransactional(true);
  6114.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6115.         $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()));
  6116.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6117.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6118.         });
  6119.         return $instance;
  6120.     }
  6121.     /**
  6122.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6123.      *
  6124.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6125.      */
  6126.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6127.     {
  6128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6130.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6131.     }
  6132.     /**
  6133.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6134.      *
  6135.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6136.      */
  6137.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6140.         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()));
  6141.     }
  6142.     /**
  6143.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6144.      *
  6145.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6146.      */
  6147.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6148.     {
  6149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  6150.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6151.     }
  6152.     /**
  6153.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6154.      *
  6155.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6156.      */
  6157.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6158.     {
  6159.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6161.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6162.     }
  6163.     /**
  6164.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6165.      *
  6166.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6167.      */
  6168.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6169.     {
  6170.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6172.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6173.             return new \EmptyIterator();
  6174.         }, 0));
  6175.     }
  6176.     /**
  6177.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6178.      *
  6179.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6180.      */
  6181.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6182.     {
  6183.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6185.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6186.     }
  6187.     /**
  6188.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6189.      *
  6190.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6191.      */
  6192.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6196.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6197.     }
  6198.     /**
  6199.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6200.      *
  6201.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6202.      */
  6203.     protected function getDoctrine_Orm_Validator_UniqueService()
  6204.     {
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6208.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6209.     }
  6210.     /**
  6211.      * Gets the private 'doctrine.query_dql_command' shared service.
  6212.      *
  6213.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6214.      */
  6215.     protected function getDoctrine_QueryDqlCommandService()
  6216.     {
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  6221.         $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()));
  6222.         $instance->setName('doctrine:query:dql');
  6223.         return $instance;
  6224.     }
  6225.     /**
  6226.      * Gets the private 'doctrine.query_sql_command' shared service.
  6227.      *
  6228.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6229.      */
  6230.     protected function getDoctrine_QuerySqlCommandService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  6236.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6237.         $instance->setName('doctrine:query:sql');
  6238.         return $instance;
  6239.     }
  6240.     /**
  6241.      * Gets the private 'doctrine.schema_create_command' shared service.
  6242.      *
  6243.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6244.      */
  6245.     protected function getDoctrine_SchemaCreateCommandService()
  6246.     {
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6248.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6249.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6252.         $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()));
  6253.         $instance->setName('doctrine:schema:create');
  6254.         return $instance;
  6255.     }
  6256.     /**
  6257.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6258.      *
  6259.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6260.      */
  6261.     protected function getDoctrine_SchemaDropCommandService()
  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/SchemaTool/AbstractCommand.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  6268.         $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()));
  6269.         $instance->setName('doctrine:schema:drop');
  6270.         return $instance;
  6271.     }
  6272.     /**
  6273.      * Gets the private 'doctrine.schema_update_command' shared service.
  6274.      *
  6275.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6276.      */
  6277.     protected function getDoctrine_SchemaUpdateCommandService()
  6278.     {
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6284.         $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()));
  6285.         $instance->setName('doctrine:schema:update');
  6286.         return $instance;
  6287.     }
  6288.     /**
  6289.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6290.      *
  6291.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6292.      */
  6293.     protected function getDoctrine_SchemaValidateCommandService()
  6294.     {
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  6299.         $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()));
  6300.         $instance->setName('doctrine:schema:validate');
  6301.         return $instance;
  6302.     }
  6303.     /**
  6304.      * Gets the private 'doctrine.ulid_generator' shared service.
  6305.      *
  6306.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6307.      */
  6308.     protected function getDoctrine_UlidGeneratorService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6312.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6313.     }
  6314.     /**
  6315.      * Gets the private 'doctrine.uuid_generator' shared service.
  6316.      *
  6317.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6318.      */
  6319.     protected function getDoctrine_UuidGeneratorService()
  6320.     {
  6321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6323.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6324.     }
  6325.     /**
  6326.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6327.      *
  6328.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6329.      */
  6330.     protected function getDoctrineMigrations_CurrentCommandService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  6335.         $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');
  6336.         $instance->setName('doctrine:migrations:current');
  6337.         $instance->setDescription('Outputs the current version');
  6338.         return $instance;
  6339.     }
  6340.     /**
  6341.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6342.      *
  6343.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6344.      */
  6345.     protected function getDoctrineMigrations_DiffCommandService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  6350.         $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');
  6351.         $instance->setName('doctrine:migrations:diff');
  6352.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  6353.         return $instance;
  6354.     }
  6355.     /**
  6356.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6357.      *
  6358.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6359.      */
  6360.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  6365.         $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');
  6366.         $instance->setName('doctrine:migrations:dump-schema');
  6367.         $instance->setDescription('Dump the schema for your database to a migration.');
  6368.         return $instance;
  6369.     }
  6370.     /**
  6371.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6372.      *
  6373.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6374.      */
  6375.     protected function getDoctrineMigrations_ExecuteCommandService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  6380.         $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');
  6381.         $instance->setName('doctrine:migrations:execute');
  6382.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  6383.         return $instance;
  6384.     }
  6385.     /**
  6386.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6387.      *
  6388.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6389.      */
  6390.     protected function getDoctrineMigrations_GenerateCommandService()
  6391.     {
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  6395.         $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');
  6396.         $instance->setName('doctrine:migrations:generate');
  6397.         $instance->setDescription('Generate a blank migration class.');
  6398.         return $instance;
  6399.     }
  6400.     /**
  6401.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6402.      *
  6403.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6404.      */
  6405.     protected function getDoctrineMigrations_LatestCommandService()
  6406.     {
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  6410.         $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');
  6411.         $instance->setName('doctrine:migrations:latest');
  6412.         $instance->setDescription('Outputs the latest version');
  6413.         return $instance;
  6414.     }
  6415.     /**
  6416.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6417.      *
  6418.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6419.      */
  6420.     protected function getDoctrineMigrations_MigrateCommandService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  6425.         $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');
  6426.         $instance->setName('doctrine:migrations:migrate');
  6427.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  6428.         return $instance;
  6429.     }
  6430.     /**
  6431.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6432.      *
  6433.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6434.      */
  6435.     protected function getDoctrineMigrations_RollupCommandService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  6440.         $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');
  6441.         $instance->setName('doctrine:migrations:rollup');
  6442.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  6443.         return $instance;
  6444.     }
  6445.     /**
  6446.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6447.      *
  6448.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6449.      */
  6450.     protected function getDoctrineMigrations_StatusCommandService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  6455.         $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');
  6456.         $instance->setName('doctrine:migrations:status');
  6457.         $instance->setDescription('View the status of a set of migrations.');
  6458.         return $instance;
  6459.     }
  6460.     /**
  6461.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6462.      *
  6463.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6464.      */
  6465.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  6470.         $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');
  6471.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6472.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6477.      *
  6478.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6479.      */
  6480.     protected function getDoctrineMigrations_UpToDateCommandService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  6485.         $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');
  6486.         $instance->setName('doctrine:migrations:up-to-date');
  6487.         $instance->setDescription('Tells you if your schema is up-to-date.');
  6488.         return $instance;
  6489.     }
  6490.     /**
  6491.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6492.      *
  6493.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6494.      */
  6495.     protected function getDoctrineMigrations_VersionCommandService()
  6496.     {
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  6500.         $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');
  6501.         $instance->setName('doctrine:migrations:version');
  6502.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6507.      *
  6508.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6509.      */
  6510.     protected function getDoctrineMigrations_VersionsCommandService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  6515.         $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');
  6516.         $instance->setName('doctrine:migrations:list');
  6517.         $instance->setDescription('Display a list of all available migrations and their status.');
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6524.      */
  6525.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6529.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6530.         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()));
  6531.     }
  6532.     /**
  6533.      * Gets the private 'exception_listener' shared service.
  6534.      *
  6535.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6536.      */
  6537.     protected function getExceptionListenerService()
  6538.     {
  6539.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6540.     }
  6541.     /**
  6542.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6543.      *
  6544.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6545.      */
  6546.     protected function getForm_ChoiceListFactory_CachedService()
  6547.     {
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6552.         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())));
  6553.     }
  6554.     /**
  6555.      * Gets the private 'form.registry' shared service.
  6556.      *
  6557.      * @return \Symfony\Component\Form\FormRegistry
  6558.      */
  6559.     protected function getForm_RegistryService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6568.         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, [
  6569.             'App\\Form\\AffichageGraphiqueType' => ['privates''App\\Form\\AffichageGraphiqueType''getAffichageGraphiqueTypeService'false],
  6570.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  6571.             'App\\Form\\Fiche\\FicheBatimentFilterType' => ['privates''App\\Form\\Fiche\\FicheBatimentFilterType''getFicheBatimentFilterTypeService'false],
  6572.             'App\\Form\\FichierMeteoType' => ['privates''App\\Form\\FichierMeteoType''getFichierMeteoTypeService'false],
  6573.             'App\\Form\\InfiltrationType' => ['privates''App\\Form\\InfiltrationType''getInfiltrationTypeService'false],
  6574.             'App\\Form\\ReutilisationType' => ['privates''App\\Form\\ReutilisationType''getReutilisationTypeService'false],
  6575.             'App\\Form\\StationMeteoType' => ['privates''App\\Form\\StationMeteoType''getStationMeteoTypeService'false],
  6576.             'App\\Form\\UploadFichierType' => ['privates''App\\Form\\UploadFichierType''getUploadFichierTypeService'false],
  6577.             'App\\Form\\User\\InscriptionType' => ['privates''App\\Form\\User\\InscriptionType''getInscriptionTypeService'false],
  6578.             'App\\Form\\User\\LoginType' => ['privates''App\\Form\\User\\LoginType''getLoginTypeService'false],
  6579.             'App\\Form\\User\\MotDePasseOublieType' => ['privates''App\\Form\\User\\MotDePasseOublieType''getMotDePasseOublieTypeService'false],
  6580.             'App\\Form\\User\\UserChangePasswordType' => ['privates''App\\Form\\User\\UserChangePasswordType''getUserChangePasswordTypeService'false],
  6581.             'App\\Form\\User\\UserEditType' => ['privates''App\\Form\\User\\UserEditType''getUserEditTypeService'false],
  6582.             'App\\Form\\User\\UserFilterType' => ['privates''App\\Form\\User\\UserFilterType''getUserFilterTypeService'false],
  6583.             'App\\Form\\User\\UserType' => ['privates''App\\Form\\User\\UserType''getUserTypeService'false],
  6584.             'App\\Form\\User\\UserUpdateProfileType' => ['privates''App\\Form\\User\\UserUpdateProfileType''getUserUpdateProfileTypeService'false],
  6585.             'App\\Form\\Visa\\VisaCommentaireEntrepriseType' => ['privates''App\\Form\\Visa\\VisaCommentaireEntrepriseType''getVisaCommentaireEntrepriseTypeService'false],
  6586.             'App\\Form\\Visa\\VisaContactEmail' => ['privates''App\\Form\\Visa\\VisaContactEmail''getVisaContactEmailService'false],
  6587.             'App\\Form\\Visa\\VisaContactsType' => ['privates''App\\Form\\Visa\\VisaContactsType''getVisaContactsTypeService'false],
  6588.             'App\\Form\\Visa\\VisaExigencesType' => ['privates''App\\Form\\Visa\\VisaExigencesType''getVisaExigencesTypeService'false],
  6589.             'App\\Form\\Visa\\VisaLotBilan' => ['privates''App\\Form\\Visa\\VisaLotBilan''getVisaLotBilanService'false],
  6590.             'App\\Form\\Visa\\VisaNouvelleExigenceType' => ['privates''App\\Form\\Visa\\VisaNouvelleExigenceType''getVisaNouvelleExigenceTypeService'false],
  6591.             'App\\Form\\Visa\\VisaProjetBilan' => ['privates''App\\Form\\Visa\\VisaProjetBilan''getVisaProjetBilanService'false],
  6592.             'App\\Form\\Visa\\VisaProjetsFormType' => ['privates''App\\Form\\Visa\\VisaProjetsFormType''getVisaProjetsFormTypeService'false],
  6593.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6594.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6595.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6596.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6597.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6598.         ], [
  6599.             'App\\Form\\AffichageGraphiqueType' => '?',
  6600.             'App\\Form\\ContactType' => '?',
  6601.             'App\\Form\\Fiche\\FicheBatimentFilterType' => '?',
  6602.             'App\\Form\\FichierMeteoType' => '?',
  6603.             'App\\Form\\InfiltrationType' => '?',
  6604.             'App\\Form\\ReutilisationType' => '?',
  6605.             'App\\Form\\StationMeteoType' => '?',
  6606.             'App\\Form\\UploadFichierType' => '?',
  6607.             'App\\Form\\User\\InscriptionType' => '?',
  6608.             'App\\Form\\User\\LoginType' => '?',
  6609.             'App\\Form\\User\\MotDePasseOublieType' => '?',
  6610.             'App\\Form\\User\\UserChangePasswordType' => '?',
  6611.             'App\\Form\\User\\UserEditType' => '?',
  6612.             'App\\Form\\User\\UserFilterType' => '?',
  6613.             'App\\Form\\User\\UserType' => '?',
  6614.             'App\\Form\\User\\UserUpdateProfileType' => '?',
  6615.             'App\\Form\\Visa\\VisaCommentaireEntrepriseType' => '?',
  6616.             'App\\Form\\Visa\\VisaContactEmail' => '?',
  6617.             'App\\Form\\Visa\\VisaContactsType' => '?',
  6618.             'App\\Form\\Visa\\VisaExigencesType' => '?',
  6619.             'App\\Form\\Visa\\VisaLotBilan' => '?',
  6620.             'App\\Form\\Visa\\VisaNouvelleExigenceType' => '?',
  6621.             'App\\Form\\Visa\\VisaProjetBilan' => '?',
  6622.             'App\\Form\\Visa\\VisaProjetsFormType' => '?',
  6623.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6624.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6625.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6626.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6627.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6628.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6629.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6630.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6631.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6632.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6633.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6634.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6635.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6636.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6637.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6638.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6639.         }, 1)], new RewindableGenerator(function () {
  6640.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6641.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6642.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6643.     }
  6644.     /**
  6645.      * Gets the private 'form.server_params' shared service.
  6646.      *
  6647.      * @return \Symfony\Component\Form\Util\ServerParams
  6648.      */
  6649.     protected function getForm_ServerParamsService()
  6650.     {
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6652.         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())));
  6653.     }
  6654.     /**
  6655.      * Gets the private 'form.type.choice' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6658.      */
  6659.     protected function getForm_Type_ChoiceService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6664.         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()));
  6665.     }
  6666.     /**
  6667.      * Gets the private 'form.type.color' shared service.
  6668.      *
  6669.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6670.      */
  6671.     protected function getForm_Type_ColorService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6676.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6677.     }
  6678.     /**
  6679.      * Gets the private 'form.type.entity' shared service.
  6680.      *
  6681.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6682.      */
  6683.     protected function getForm_Type_EntityService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6689.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6690.     }
  6691.     /**
  6692.      * Gets the private 'form.type.form' shared service.
  6693.      *
  6694.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6695.      */
  6696.     protected function getForm_Type_FormService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6702.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6703.     }
  6704.     /**
  6705.      * Gets the private 'form.type_extension.csrf' shared service.
  6706.      *
  6707.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6708.      */
  6709.     protected function getForm_TypeExtension_CsrfService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6714.         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()));
  6715.     }
  6716.     /**
  6717.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6718.      *
  6719.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6720.      */
  6721.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6722.     {
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6726.         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()));
  6727.     }
  6728.     /**
  6729.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6730.      *
  6731.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6732.      */
  6733.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6740.         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())));
  6741.     }
  6742.     /**
  6743.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6744.      *
  6745.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6746.      */
  6747.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6752.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6753.     }
  6754.     /**
  6755.      * Gets the private 'form.type_extension.form.validator' shared service.
  6756.      *
  6757.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6758.      */
  6759.     protected function getForm_TypeExtension_Form_ValidatorService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6765.         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()));
  6766.     }
  6767.     /**
  6768.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6769.      *
  6770.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6771.      */
  6772.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6773.     {
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6777.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6778.     }
  6779.     /**
  6780.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6781.      *
  6782.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6783.      */
  6784.     protected function getForm_TypeGuesser_DoctrineService()
  6785.     {
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6788.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6789.     }
  6790.     /**
  6791.      * Gets the private 'form.type_guesser.validator' shared service.
  6792.      *
  6793.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6794.      */
  6795.     protected function getForm_TypeGuesser_ValidatorService()
  6796.     {
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6799.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6800.     }
  6801.     /**
  6802.      * Gets the private 'fos_js_routing.dump_command' shared service.
  6803.      *
  6804.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  6805.      */
  6806.     protected function getFosJsRouting_DumpCommandService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  6810.         $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);
  6811.         $instance->setName('fos:js-routing:dump');
  6812.         return $instance;
  6813.     }
  6814.     /**
  6815.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  6816.      *
  6817.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  6818.      */
  6819.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  6820.     {
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  6823.         $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()));
  6824.         $instance->setName('fos:js-routing:debug');
  6825.         return $instance;
  6826.     }
  6827.     /**
  6828.      * Gets the private 'fragment.renderer.inline' shared service.
  6829.      *
  6830.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6831.      */
  6832.     protected function getFragment_Renderer_InlineService()
  6833.     {
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6837.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6838.         if (isset($this->privates['fragment.renderer.inline'])) {
  6839.             return $this->privates['fragment.renderer.inline'];
  6840.         }
  6841.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6842.         if (isset($this->privates['fragment.renderer.inline'])) {
  6843.             return $this->privates['fragment.renderer.inline'];
  6844.         }
  6845.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  6846.         $instance->setFragmentPath('/_fragment');
  6847.         return $instance;
  6848.     }
  6849.     /**
  6850.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6851.      *
  6852.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6853.      */
  6854.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6855.     {
  6856.         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())));
  6857.     }
  6858.     /**
  6859.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6860.      *
  6861.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6862.      */
  6863.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6864.     {
  6865.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6866.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6867.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6868.         }
  6869.         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);
  6870.     }
  6871.     /**
  6872.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  6873.      *
  6874.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  6875.      */
  6876.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  6877.     {
  6878.         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]);
  6879.     }
  6880.     /**
  6881.      * Gets the private 'locale_aware_listener' shared service.
  6882.      *
  6883.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6884.      */
  6885.     protected function getLocaleAwareListenerService()
  6886.     {
  6887.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6888.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  6889.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6890.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6891.     }
  6892.     /**
  6893.      * Gets the private 'locale_listener' shared service.
  6894.      *
  6895.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6896.      */
  6897.     protected function getLocaleListenerService()
  6898.     {
  6899.         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, []);
  6900.     }
  6901.     /**
  6902.      * Gets the private 'mailer.mailer' shared service.
  6903.      *
  6904.      * @return \Symfony\Component\Mailer\Mailer
  6905.      */
  6906.     protected function getMailer_MailerService()
  6907.     {
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6913.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6914.         if (isset($this->privates['mailer.mailer'])) {
  6915.             return $this->privates['mailer.mailer'];
  6916.         }
  6917.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6918.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6919.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6920.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6921.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6922.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  6923.     }
  6924.     /**
  6925.      * Gets the private 'mailer.transport_factory.native' shared service.
  6926.      *
  6927.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  6928.      */
  6929.     protected function getMailer_TransportFactory_NativeService()
  6930.     {
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  6934.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6935.         if (isset($this->privates['mailer.transport_factory.native'])) {
  6936.             return $this->privates['mailer.transport_factory.native'];
  6937.         }
  6938.         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()));
  6939.     }
  6940.     /**
  6941.      * Gets the private 'mailer.transport_factory.null' shared service.
  6942.      *
  6943.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  6944.      */
  6945.     protected function getMailer_TransportFactory_NullService()
  6946.     {
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6949.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  6950.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6951.         if (isset($this->privates['mailer.transport_factory.null'])) {
  6952.             return $this->privates['mailer.transport_factory.null'];
  6953.         }
  6954.         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()));
  6955.     }
  6956.     /**
  6957.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  6958.      *
  6959.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  6960.      */
  6961.     protected function getMailer_TransportFactory_SendmailService()
  6962.     {
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  6966.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6967.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  6968.             return $this->privates['mailer.transport_factory.sendmail'];
  6969.         }
  6970.         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()));
  6971.     }
  6972.     /**
  6973.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  6974.      *
  6975.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  6976.      */
  6977.     protected function getMailer_TransportFactory_SmtpService()
  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/Smtp/EsmtpTransportFactory.php';
  6982.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6983.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  6984.             return $this->privates['mailer.transport_factory.smtp'];
  6985.         }
  6986.         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()));
  6987.     }
  6988.     /**
  6989.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6990.      *
  6991.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6992.      */
  6993.     protected function getMaker_AutoCommand_MakeAuthService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7003.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7004.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7005.         $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')))));
  7006.         $instance->setName('make:auth');
  7007.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7008.         return $instance;
  7009.     }
  7010.     /**
  7011.      * Gets the private 'maker.auto_command.make_command' shared service.
  7012.      *
  7013.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7014.      */
  7015.     protected function getMaker_AutoCommand_MakeCommandService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7023.         $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')))));
  7024.         $instance->setName('make:command');
  7025.         $instance->setDescription('Creates a new console command class');
  7026.         return $instance;
  7027.     }
  7028.     /**
  7029.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7030.      *
  7031.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7032.      */
  7033.     protected function getMaker_AutoCommand_MakeControllerService()
  7034.     {
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7041.         $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')))));
  7042.         $instance->setName('make:controller');
  7043.         $instance->setDescription('Creates a new controller class');
  7044.         return $instance;
  7045.     }
  7046.     /**
  7047.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7048.      *
  7049.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7050.      */
  7051.     protected function getMaker_AutoCommand_MakeCrudService()
  7052.     {
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7059.         $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')))));
  7060.         $instance->setName('make:crud');
  7061.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7062.         return $instance;
  7063.     }
  7064.     /**
  7065.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7066.      *
  7067.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7068.      */
  7069.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7077.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7078.         $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')))));
  7079.         $instance->setName('make:docker:database');
  7080.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7081.         return $instance;
  7082.     }
  7083.     /**
  7084.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7085.      *
  7086.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7087.      */
  7088.     protected function getMaker_AutoCommand_MakeEntityService()
  7089.     {
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7097.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7098.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7099.         $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')))));
  7100.         $instance->setName('make:entity');
  7101.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7102.         return $instance;
  7103.     }
  7104.     /**
  7105.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7106.      *
  7107.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7108.      */
  7109.     protected function getMaker_AutoCommand_MakeFixturesService()
  7110.     {
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7117.         $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')))));
  7118.         $instance->setName('make:fixtures');
  7119.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7120.         return $instance;
  7121.     }
  7122.     /**
  7123.      * Gets the private 'maker.auto_command.make_form' shared service.
  7124.      *
  7125.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7126.      */
  7127.     protected function getMaker_AutoCommand_MakeFormService()
  7128.     {
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7135.         $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')))));
  7136.         $instance->setName('make:form');
  7137.         $instance->setDescription('Creates a new form class');
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the private 'maker.auto_command.make_message' shared service.
  7142.      *
  7143.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7144.      */
  7145.     protected function getMaker_AutoCommand_MakeMessageService()
  7146.     {
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7153.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7154.         $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')))));
  7155.         $instance->setName('make:message');
  7156.         $instance->setDescription('Creates a new message and handler');
  7157.         return $instance;
  7158.     }
  7159.     /**
  7160.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7161.      *
  7162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7163.      */
  7164.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7165.     {
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7172.         $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')))));
  7173.         $instance->setName('make:messenger-middleware');
  7174.         $instance->setDescription('Creates a new messenger middleware');
  7175.         return $instance;
  7176.     }
  7177.     /**
  7178.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7179.      *
  7180.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7181.      */
  7182.     protected function getMaker_AutoCommand_MakeMigrationService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7191.         $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')))));
  7192.         $instance->setName('make:migration');
  7193.         $instance->setDescription('Creates a new migration based on database changes');
  7194.         return $instance;
  7195.     }
  7196.     /**
  7197.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7198.      *
  7199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7200.      */
  7201.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7202.     {
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7209.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7210.         $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')))));
  7211.         $instance->setName('make:registration-form');
  7212.         $instance->setDescription('Creates a new registration form system');
  7213.         return $instance;
  7214.     }
  7215.     /**
  7216.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7217.      *
  7218.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7219.      */
  7220.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7228.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7229.         $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')))));
  7230.         $instance->setName('make:reset-password');
  7231.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7232.         return $instance;
  7233.     }
  7234.     /**
  7235.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  7236.      *
  7237.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7238.      */
  7239.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7249.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7250.         $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')))));
  7251.         $instance->setName('make:security:form-login');
  7252.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7257.      *
  7258.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7259.      */
  7260.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7268.         $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')))));
  7269.         $instance->setName('make:serializer:encoder');
  7270.         $instance->setDescription('Creates a new serializer encoder class');
  7271.         return $instance;
  7272.     }
  7273.     /**
  7274.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7275.      *
  7276.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7277.      */
  7278.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7279.     {
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7286.         $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')))));
  7287.         $instance->setName('make:serializer:normalizer');
  7288.         $instance->setDescription('Creates a new serializer normalizer class');
  7289.         return $instance;
  7290.     }
  7291.     /**
  7292.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7293.      *
  7294.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7295.      */
  7296.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7297.     {
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7304.         $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')))));
  7305.         $instance->setName('make:stimulus-controller');
  7306.         $instance->setDescription('Creates a new Stimulus controller');
  7307.         return $instance;
  7308.     }
  7309.     /**
  7310.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7311.      *
  7312.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7313.      */
  7314.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7315.     {
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7323.         $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')))));
  7324.         $instance->setName('make:subscriber');
  7325.         $instance->setDescription('Creates a new event subscriber class');
  7326.         return $instance;
  7327.     }
  7328.     /**
  7329.      * Gets the private 'maker.auto_command.make_test' shared service.
  7330.      *
  7331.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7332.      */
  7333.     protected function getMaker_AutoCommand_MakeTestService()
  7334.     {
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7342.         $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')))));
  7343.         $instance->setName('make:test');
  7344.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7345.         $instance->setDescription('Creates a new test class');
  7346.         return $instance;
  7347.     }
  7348.     /**
  7349.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  7350.      *
  7351.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7352.      */
  7353.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  7354.     {
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7361.         $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')))));
  7362.         $instance->setName('make:twig-component');
  7363.         $instance->setDescription('Creates a twig (or live) component');
  7364.         return $instance;
  7365.     }
  7366.     /**
  7367.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7368.      *
  7369.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7370.      */
  7371.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7372.     {
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7379.         $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')))));
  7380.         $instance->setName('make:twig-extension');
  7381.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  7382.         return $instance;
  7383.     }
  7384.     /**
  7385.      * Gets the private 'maker.auto_command.make_user' shared service.
  7386.      *
  7387.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7388.      */
  7389.     protected function getMaker_AutoCommand_MakeUserService()
  7390.     {
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7399.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7400.         $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')))));
  7401.         $instance->setName('make:user');
  7402.         $instance->setDescription('Creates a new security user class');
  7403.         return $instance;
  7404.     }
  7405.     /**
  7406.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7407.      *
  7408.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7409.      */
  7410.     protected function getMaker_AutoCommand_MakeValidatorService()
  7411.     {
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7418.         $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')))));
  7419.         $instance->setName('make:validator');
  7420.         $instance->setDescription('Creates a new validator and constraint class');
  7421.         return $instance;
  7422.     }
  7423.     /**
  7424.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7425.      *
  7426.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7427.      */
  7428.     protected function getMaker_AutoCommand_MakeVoterService()
  7429.     {
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7436.         $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')))));
  7437.         $instance->setName('make:voter');
  7438.         $instance->setDescription('Creates a new security voter class');
  7439.         return $instance;
  7440.     }
  7441.     /**
  7442.      * Gets the private 'maker.doctrine_helper' shared service.
  7443.      *
  7444.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7445.      */
  7446.     protected function getMaker_DoctrineHelperService()
  7447.     {
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7449.         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)))]]]);
  7450.     }
  7451.     /**
  7452.      * Gets the private 'maker.entity_class_generator' shared service.
  7453.      *
  7454.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7455.      */
  7456.     protected function getMaker_EntityClassGeneratorService()
  7457.     {
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7459.         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()));
  7460.     }
  7461.     /**
  7462.      * Gets the private 'maker.file_link_formatter' shared service.
  7463.      *
  7464.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  7465.      */
  7466.     protected function getMaker_FileLinkFormatterService()
  7467.     {
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7469.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7470.     }
  7471.     /**
  7472.      * Gets the private 'maker.file_manager' shared service.
  7473.      *
  7474.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7475.      */
  7476.     protected function getMaker_FileManagerService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7482.         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'));
  7483.     }
  7484.     /**
  7485.      * Gets the private 'maker.generator' shared service.
  7486.      *
  7487.      * @return \Symfony\Bundle\MakerBundle\Generator
  7488.      */
  7489.     protected function getMaker_GeneratorService()
  7490.     {
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7493.         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());
  7494.     }
  7495.     /**
  7496.      * Gets the private 'maker.php_compat_util' shared service.
  7497.      *
  7498.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7499.      */
  7500.     protected function getMaker_PhpCompatUtilService()
  7501.     {
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7503.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7504.     }
  7505.     /**
  7506.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7507.      *
  7508.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7509.      */
  7510.     protected function getMaker_Renderer_FormTypeRendererService()
  7511.     {
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7513.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7514.     }
  7515.     /**
  7516.      * Gets the private 'mime_types' shared service.
  7517.      *
  7518.      * @return \Symfony\Component\Mime\MimeTypes
  7519.      */
  7520.     protected function getMimeTypesService()
  7521.     {
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7525.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7526.         $instance->setDefault($instance);
  7527.         return $instance;
  7528.     }
  7529.     /**
  7530.      * Gets the private 'monolog.command.server_log' shared service.
  7531.      *
  7532.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7533.      */
  7534.     protected function getMonolog_Command_ServerLogService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7538.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7539.         $instance->setName('server:log');
  7540.         $instance->setDescription('Start a log server that displays logs in real time');
  7541.         return $instance;
  7542.     }
  7543.     /**
  7544.      * Gets the private 'monolog.handler.console' shared service.
  7545.      *
  7546.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7547.      */
  7548.     protected function getMonolog_Handler_ConsoleService()
  7549.     {
  7550.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7551.     }
  7552.     /**
  7553.      * Gets the private 'monolog.handler.main' shared service.
  7554.      *
  7555.      * @return \Monolog\Handler\StreamHandler
  7556.      */
  7557.     protected function getMonolog_Handler_MainService()
  7558.     {
  7559.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  7560.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7561.         return $instance;
  7562.     }
  7563.     /**
  7564.      * Gets the private 'monolog.logger' shared service.
  7565.      *
  7566.      * @return \Symfony\Bridge\Monolog\Logger
  7567.      */
  7568.     protected function getMonolog_LoggerService()
  7569.     {
  7570.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7571.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7572.         $instance->useMicrosecondTimestamps(true);
  7573.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7574.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7575.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7576.         return $instance;
  7577.     }
  7578.     /**
  7579.      * Gets the private 'monolog.logger.cache' shared service.
  7580.      *
  7581.      * @return \Symfony\Bridge\Monolog\Logger
  7582.      */
  7583.     protected function getMonolog_Logger_CacheService()
  7584.     {
  7585.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7586.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7587.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7588.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7589.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7590.         return $instance;
  7591.     }
  7592.     /**
  7593.      * Gets the private 'monolog.logger.mailer' shared service.
  7594.      *
  7595.      * @return \Symfony\Bridge\Monolog\Logger
  7596.      */
  7597.     protected function getMonolog_Logger_MailerService()
  7598.     {
  7599.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  7600.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7601.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7602.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7604.         return $instance;
  7605.     }
  7606.     /**
  7607.      * Gets the private 'monolog.logger.request' shared service.
  7608.      *
  7609.      * @return \Symfony\Bridge\Monolog\Logger
  7610.      */
  7611.     protected function getMonolog_Logger_RequestService()
  7612.     {
  7613.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7614.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7615.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7616.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7618.         return $instance;
  7619.     }
  7620.     /**
  7621.      * Gets the private 'monolog.logger.security' shared service.
  7622.      *
  7623.      * @return \Symfony\Bridge\Monolog\Logger
  7624.      */
  7625.     protected function getMonolog_Logger_SecurityService()
  7626.     {
  7627.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7628.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7629.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7630.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7631.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7632.         return $instance;
  7633.     }
  7634.     /**
  7635.      * Gets the private 'monolog.logger.snappy' shared service.
  7636.      *
  7637.      * @return \Symfony\Bridge\Monolog\Logger
  7638.      */
  7639.     protected function getMonolog_Logger_SnappyService()
  7640.     {
  7641.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  7642.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7643.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7644.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7645.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7646.         return $instance;
  7647.     }
  7648.     /**
  7649.      * Gets the private 'parameter_bag' shared service.
  7650.      *
  7651.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7652.      */
  7653.     protected function getParameterBagService()
  7654.     {
  7655.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7656.     }
  7657.     /**
  7658.      * Gets the private 'profiler_listener' shared service.
  7659.      *
  7660.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7661.      */
  7662.     protected function getProfilerListenerService()
  7663.     {
  7664.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7665.         if (isset($this->privates['profiler_listener'])) {
  7666.             return $this->privates['profiler_listener'];
  7667.         }
  7668.         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);
  7669.     }
  7670.     /**
  7671.      * Gets the private 'property_accessor' shared service.
  7672.      *
  7673.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7674.      */
  7675.     protected function getPropertyAccessorService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7683.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7684.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7685.     }
  7686.     /**
  7687.      * Gets the private 'property_info' shared service.
  7688.      *
  7689.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7690.      */
  7691.     protected function getPropertyInfoService()
  7692.     {
  7693.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7694.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7695.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7696.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7697.         }, 3), new RewindableGenerator(function () {
  7698.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7699.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7700.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7701.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7702.         }, 4), new RewindableGenerator(function () {
  7703.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7704.         }, 1), new RewindableGenerator(function () {
  7705.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7706.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7707.         }, 2), new RewindableGenerator(function () {
  7708.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7709.         }, 1));
  7710.     }
  7711.     /**
  7712.      * Gets the private 'property_info.serializer_extractor' shared service.
  7713.      *
  7714.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7715.      */
  7716.     protected function getPropertyInfo_SerializerExtractorService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7719.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7720.     }
  7721.     /**
  7722.      * Gets the private 'router.cache_warmer' shared service.
  7723.      *
  7724.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7725.      */
  7726.     protected function getRouter_CacheWarmerService()
  7727.     {
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7730.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7731.             'router' => ['services''router''getRouterService'false],
  7732.         ], [
  7733.             'router' => '?',
  7734.         ]))->withContext('router.cache_warmer'$this));
  7735.     }
  7736.     /**
  7737.      * Gets the private 'router.expression_language_provider' shared service.
  7738.      *
  7739.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7740.      */
  7741.     protected function getRouter_ExpressionLanguageProviderService()
  7742.     {
  7743.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7744.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7745.         ], [
  7746.             'env' => 'Closure',
  7747.         ]));
  7748.     }
  7749.     /**
  7750.      * Gets the private 'router.request_context' shared service.
  7751.      *
  7752.      * @return \Symfony\Component\Routing\RequestContext
  7753.      */
  7754.     protected function getRouter_RequestContextService()
  7755.     {
  7756.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7757.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7758.         return $instance;
  7759.     }
  7760.     /**
  7761.      * Gets the private 'router_listener' shared service.
  7762.      *
  7763.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7764.      */
  7765.     protected function getRouterListenerService()
  7766.     {
  7767.         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);
  7768.     }
  7769.     /**
  7770.      * Gets the private 'secrets.vault' shared service.
  7771.      *
  7772.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7773.      */
  7774.     protected function getSecrets_VaultService()
  7775.     {
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7780.         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'));
  7781.     }
  7782.     /**
  7783.      * Gets the private 'security.access_listener' shared service.
  7784.      *
  7785.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7786.      */
  7787.     protected function getSecurity_AccessListenerService()
  7788.     {
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7792.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7793.         if (isset($this->privates['security.access_listener'])) {
  7794.             return $this->privates['security.access_listener'];
  7795.         }
  7796.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7797.         if (isset($this->privates['security.access_listener'])) {
  7798.             return $this->privates['security.access_listener'];
  7799.         }
  7800.         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);
  7801.     }
  7802.     /**
  7803.      * Gets the private 'security.access_map' shared service.
  7804.      *
  7805.      * @return \Symfony\Component\Security\Http\AccessMap
  7806.      */
  7807.     protected function getSecurity_AccessMapService()
  7808.     {
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7813.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7814.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  7815.         return $instance;
  7816.     }
  7817.     /**
  7818.      * Gets the private 'security.authentication.guard_handler' shared service.
  7819.      *
  7820.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7821.      *
  7822.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7823.      */
  7824.     protected function getSecurity_Authentication_GuardHandlerService()
  7825.     {
  7826.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7829.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7830.         if (isset($this->privates['security.authentication.guard_handler'])) {
  7831.             return $this->privates['security.authentication.guard_handler'];
  7832.         }
  7833.         $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, []);
  7834.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7835.         return $instance;
  7836.     }
  7837.     /**
  7838.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7839.      *
  7840.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7841.      *
  7842.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7843.      */
  7844.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7845.     {
  7846.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7847.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7848.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  7849.             return $this->privates['security.authentication.listener.anonymous.main'];
  7850.         }
  7851.         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);
  7852.     }
  7853.     /**
  7854.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  7855.      *
  7856.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7857.      *
  7858.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  7859.      */
  7860.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  7861.     {
  7862.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  7863.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  7864.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7865.             return $this->privates['security.authentication.listener.guard.main'];
  7866.         }
  7867.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7868.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7869.             return $this->privates['security.authentication.listener.guard.main'];
  7870.         }
  7871.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  7872.             yield => ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7873.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7874.     }
  7875.     /**
  7876.      * Gets the private 'security.authentication.manager' shared service.
  7877.      *
  7878.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7879.      *
  7880.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7881.      */
  7882.     protected function getSecurity_Authentication_ManagerService()
  7883.     {
  7884.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7885.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7886.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7887.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7888.         }, 2), true);
  7889.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7890.         return $instance;
  7891.     }
  7892.     /**
  7893.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7894.      *
  7895.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7896.      *
  7897.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7898.      */
  7899.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7900.     {
  7901.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7902.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7903.     }
  7904.     /**
  7905.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7906.      *
  7907.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7908.      *
  7909.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  7910.      */
  7911.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7912.     {
  7913.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  7914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7916.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7917.             yield => ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7918.         }, 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()));
  7919.     }
  7920.     /**
  7921.      * Gets the private 'security.authentication_utils' shared service.
  7922.      *
  7923.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7924.      */
  7925.     protected function getSecurity_AuthenticationUtilsService()
  7926.     {
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7928.         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())));
  7929.     }
  7930.     /**
  7931.      * Gets the private 'security.channel_listener' shared service.
  7932.      *
  7933.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7934.      */
  7935.     protected function getSecurity_ChannelListenerService()
  7936.     {
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7940.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7941.         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());
  7942.     }
  7943.     /**
  7944.      * Gets the private 'security.command.debug_firewall' shared service.
  7945.      *
  7946.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7947.      */
  7948.     protected function getSecurity_Command_DebugFirewallService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7952.         $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);
  7953.         $instance->setName('debug:firewall');
  7954.         $instance->setDescription('Display information about your security firewall(s)');
  7955.         return $instance;
  7956.     }
  7957.     /**
  7958.      * Gets the private 'security.command.user_password_encoder' shared service.
  7959.      *
  7960.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7961.      *
  7962.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7963.      */
  7964.     protected function getSecurity_Command_UserPasswordEncoderService()
  7965.     {
  7966.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7967.         $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']);
  7968.         $instance->setName('security:encode-password');
  7969.         $instance->setDescription('Encode a password');
  7970.         return $instance;
  7971.     }
  7972.     /**
  7973.      * Gets the private 'security.command.user_password_hash' shared service.
  7974.      *
  7975.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7976.      */
  7977.     protected function getSecurity_Command_UserPasswordHashService()
  7978.     {
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7981.         $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']);
  7982.         $instance->setName('security:hash-password');
  7983.         $instance->setDescription('Hash a user password');
  7984.         return $instance;
  7985.     }
  7986.     /**
  7987.      * Gets the private 'security.context_listener.0' shared service.
  7988.      *
  7989.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7990.      */
  7991.     protected function getSecurity_ContextListener_0Service()
  7992.     {
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7996.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7997.         if (isset($this->privates['security.context_listener.0'])) {
  7998.             return $this->privates['security.context_listener.0'];
  7999.         }
  8000.         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 () {
  8001.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  8002.         }, 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']);
  8003.     }
  8004.     /**
  8005.      * Gets the private 'security.csrf.token_storage' shared service.
  8006.      *
  8007.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8008.      */
  8009.     protected function getSecurity_Csrf_TokenStorageService()
  8010.     {
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8014.         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())));
  8015.     }
  8016.     /**
  8017.      * Gets the private 'security.encoder_factory.generic' shared service.
  8018.      *
  8019.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8020.      *
  8021.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8022.      */
  8023.     protected function getSecurity_EncoderFactory_GenericService()
  8024.     {
  8025.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8026.         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]]);
  8027.     }
  8028.     /**
  8029.      * Gets the private 'security.event_dispatcher.main' shared service.
  8030.      *
  8031.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8032.      */
  8033.     protected function getSecurity_EventDispatcher_MainService()
  8034.     {
  8035.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8036.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8037.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8038.         }, => 'onLogout'], 64);
  8039.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8040.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8041.         }, => 'onLogout'], 0);
  8042.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8043.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8044.         }, => 'onLogout'], 0);
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the private 'security.firewall.map' shared service.
  8049.      *
  8050.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8051.      */
  8052.     protected function getSecurity_Firewall_MapService()
  8053.     {
  8054.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8055.         if (isset($this->privates['security.firewall.map'])) {
  8056.             return $this->privates['security.firewall.map'];
  8057.         }
  8058.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8059.             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)/')));
  8060.             yield 'security.firewall.map.context.main' => NULL;
  8061.         }, 2));
  8062.     }
  8063.     /**
  8064.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8065.      *
  8066.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8067.      */
  8068.     protected function getSecurity_Firewall_Map_Context_DevService()
  8069.     {
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8072.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8073.             return new \EmptyIterator();
  8074.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8075.     }
  8076.     /**
  8077.      * Gets the private 'security.firewall.map.context.main' shared service.
  8078.      *
  8079.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  8080.      */
  8081.     protected function getSecurity_Firewall_Map_Context_MainService()
  8082.     {
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8091.         $a = ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  8092.         if (isset($this->privates['security.firewall.map.context.main'])) {
  8093.             return $this->privates['security.firewall.map.context.main'];
  8094.         }
  8095.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8096.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8097.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  8098.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8099.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8100.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8101.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8102.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8103.         }, 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())));
  8104.     }
  8105.     /**
  8106.      * Gets the private 'security.helper' shared service.
  8107.      *
  8108.      * @return \Symfony\Component\Security\Core\Security
  8109.      */
  8110.     protected function getSecurity_HelperService()
  8111.     {
  8112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8113.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8114.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8115.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8116.         ], [
  8117.             'security.authorization_checker' => '?',
  8118.             'security.token_storage' => '?',
  8119.         ]));
  8120.     }
  8121.     /**
  8122.      * Gets the private 'security.http_utils' shared service.
  8123.      *
  8124.      * @return \Symfony\Component\Security\Http\HttpUtils
  8125.      */
  8126.     protected function getSecurity_HttpUtilsService()
  8127.     {
  8128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8129.         $a = ($this->services['router'] ?? $this->getRouterService());
  8130.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8131.     }
  8132.     /**
  8133.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8134.      *
  8135.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8136.      */
  8137.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8138.     {
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8140.         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()));
  8141.     }
  8142.     /**
  8143.      * Gets the private 'security.logout.listener.default.main' shared service.
  8144.      *
  8145.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8146.      */
  8147.     protected function getSecurity_Logout_Listener_Default_MainService()
  8148.     {
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8150.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  8151.     }
  8152.     /**
  8153.      * Gets the private 'security.logout_url_generator' shared service.
  8154.      *
  8155.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8156.      */
  8157.     protected function getSecurity_LogoutUrlGeneratorService()
  8158.     {
  8159.         $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()));
  8160.         $instance->registerListener('main''user_security_logout''logout''_csrf_token'NULLNULL);
  8161.         return $instance;
  8162.     }
  8163.     /**
  8164.      * Gets the private 'security.password_hasher_factory' shared service.
  8165.      *
  8166.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8167.      */
  8168.     protected function getSecurity_PasswordHasherFactoryService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8172.         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]]);
  8173.     }
  8174.     /**
  8175.      * Gets the private 'security.role_hierarchy' shared service.
  8176.      *
  8177.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8178.      */
  8179.     protected function getSecurity_RoleHierarchyService()
  8180.     {
  8181.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8182.     }
  8183.     /**
  8184.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  8185.      *
  8186.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8187.      */
  8188.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  8189.     {
  8190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8192.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8193.         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);
  8194.     }
  8195.     /**
  8196.      * Gets the private 'security.user_password_hasher' shared service.
  8197.      *
  8198.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8199.      */
  8200.     protected function getSecurity_UserPasswordHasherService()
  8201.     {
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8204.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8205.     }
  8206.     /**
  8207.      * Gets the private 'security.validator.user_password' shared service.
  8208.      *
  8209.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8210.      */
  8211.     protected function getSecurity_Validator_UserPasswordService()
  8212.     {
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8216.         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()));
  8217.     }
  8218.     /**
  8219.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8220.      *
  8221.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8222.      */
  8223.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8224.     {
  8225.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8226.     }
  8227.     /**
  8228.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8229.      *
  8230.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8231.      */
  8232.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8233.     {
  8234.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8235.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8236.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8237.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8238.     }
  8239.     /**
  8240.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8241.      *
  8242.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8243.      */
  8244.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8245.     {
  8246.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8247.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8248.             return $this->privates['sensio_framework_extra.security.listener'];
  8249.         }
  8250.         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()));
  8251.     }
  8252.     /**
  8253.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8254.      *
  8255.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8256.      */
  8257.     protected function getSensioFrameworkExtra_View_ListenerService()
  8258.     {
  8259.         $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))));
  8260.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8261.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8262.         ], [
  8263.             'twig' => '?',
  8264.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8265.         return $instance;
  8266.     }
  8267.     /**
  8268.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8269.      *
  8270.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8271.      */
  8272.     protected function getSerializer_Mapping_CacheWarmerService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8279.         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'));
  8280.     }
  8281.     /**
  8282.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8283.      *
  8284.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8285.      */
  8286.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8294.         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()))]));
  8295.     }
  8296.     /**
  8297.      * Gets the private 'session.factory' shared service.
  8298.      *
  8299.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8300.      */
  8301.     protected function getSession_FactoryService()
  8302.     {
  8303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  8305.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8306.         if (isset($this->privates['session.factory'])) {
  8307.             return $this->privates['session.factory'];
  8308.         }
  8309.         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']);
  8310.     }
  8311.     /**
  8312.      * Gets the private 'session.flash_bag' shared service.
  8313.      *
  8314.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  8315.      *
  8316.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  8317.      */
  8318.     protected function getSession_FlashBagService()
  8319.     {
  8320.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  8321.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  8322.     }
  8323.     /**
  8324.      * Gets the private 'session.storage.factory.service' shared service.
  8325.      *
  8326.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8327.      *
  8328.      * @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.
  8329.      */
  8330.     protected function getSession_Storage_Factory_ServiceService()
  8331.     {
  8332.         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.');
  8333.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8334.     }
  8335.     /**
  8336.      * Gets the private 'session.storage.metadata_bag' shared service.
  8337.      *
  8338.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8339.      *
  8340.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8341.      */
  8342.     protected function getSession_Storage_MetadataBagService()
  8343.     {
  8344.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8345.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8346.     }
  8347.     /**
  8348.      * Gets the private 'session.storage.native' shared service.
  8349.      *
  8350.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8351.      *
  8352.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8353.      */
  8354.     protected function getSession_Storage_NativeService()
  8355.     {
  8356.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8359.         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());
  8360.     }
  8361.     /**
  8362.      * Gets the private 'session_listener' shared service.
  8363.      *
  8364.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8365.      */
  8366.     protected function getSessionListenerService()
  8367.     {
  8368.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8369.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8370.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8371.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8372.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8373.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8374.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8375.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8376.         ], [
  8377.             'initialized_session' => '?',
  8378.             'logger' => '?',
  8379.             'request_stack' => '?',
  8380.             'session' => '?',
  8381.             'session_collector' => '?',
  8382.             'session_factory' => '?',
  8383.             'session_storage' => '?',
  8384.         ]), true$this->parameters['session.storage.options']);
  8385.     }
  8386.     /**
  8387.      * Gets the private 'slugger' shared service.
  8388.      *
  8389.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  8390.      */
  8391.     protected function getSluggerService()
  8392.     {
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  8394.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  8395.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  8396.     }
  8397.     /**
  8398.      * Gets the private 'translation.extractor' shared service.
  8399.      *
  8400.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8401.      */
  8402.     protected function getTranslation_ExtractorService()
  8403.     {
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8409.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8410.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8411.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8412.         return $instance;
  8413.     }
  8414.     /**
  8415.      * Gets the private 'translation.loader.csv' shared service.
  8416.      *
  8417.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8418.      */
  8419.     protected function getTranslation_Loader_CsvService()
  8420.     {
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8425.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8426.     }
  8427.     /**
  8428.      * Gets the private 'translation.loader.dat' shared service.
  8429.      *
  8430.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8431.      */
  8432.     protected function getTranslation_Loader_DatService()
  8433.     {
  8434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8437.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8438.     }
  8439.     /**
  8440.      * Gets the private 'translation.loader.ini' shared service.
  8441.      *
  8442.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8443.      */
  8444.     protected function getTranslation_Loader_IniService()
  8445.     {
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8450.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8451.     }
  8452.     /**
  8453.      * Gets the private 'translation.loader.json' shared service.
  8454.      *
  8455.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8456.      */
  8457.     protected function getTranslation_Loader_JsonService()
  8458.     {
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8463.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8464.     }
  8465.     /**
  8466.      * Gets the private 'translation.loader.mo' shared service.
  8467.      *
  8468.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8469.      */
  8470.     protected function getTranslation_Loader_MoService()
  8471.     {
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8476.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8477.     }
  8478.     /**
  8479.      * Gets the private 'translation.loader.php' shared service.
  8480.      *
  8481.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8482.      */
  8483.     protected function getTranslation_Loader_PhpService()
  8484.     {
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8489.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8490.     }
  8491.     /**
  8492.      * Gets the private 'translation.loader.po' shared service.
  8493.      *
  8494.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8495.      */
  8496.     protected function getTranslation_Loader_PoService()
  8497.     {
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8502.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8503.     }
  8504.     /**
  8505.      * Gets the private 'translation.loader.qt' shared service.
  8506.      *
  8507.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8508.      */
  8509.     protected function getTranslation_Loader_QtService()
  8510.     {
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8513.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8514.     }
  8515.     /**
  8516.      * Gets the private 'translation.loader.res' shared service.
  8517.      *
  8518.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8519.      */
  8520.     protected function getTranslation_Loader_ResService()
  8521.     {
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8524.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8525.     }
  8526.     /**
  8527.      * Gets the private 'translation.loader.xliff' shared service.
  8528.      *
  8529.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8530.      */
  8531.     protected function getTranslation_Loader_XliffService()
  8532.     {
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8535.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8536.     }
  8537.     /**
  8538.      * Gets the private 'translation.loader.yml' shared service.
  8539.      *
  8540.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8541.      */
  8542.     protected function getTranslation_Loader_YmlService()
  8543.     {
  8544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8548.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8549.     }
  8550.     /**
  8551.      * Gets the private 'translation.provider_collection' shared service.
  8552.      *
  8553.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8554.      */
  8555.     protected function getTranslation_ProviderCollectionService()
  8556.     {
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8559.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8560.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8561.         }, 1), []))->fromConfig([]);
  8562.     }
  8563.     /**
  8564.      * Gets the private 'translation.reader' shared service.
  8565.      *
  8566.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8567.      */
  8568.     protected function getTranslation_ReaderService()
  8569.     {
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8586.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8587.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8588.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8589.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8590.         $instance->addLoader('yaml'$a);
  8591.         $instance->addLoader('yml'$a);
  8592.         $instance->addLoader('xlf'$b);
  8593.         $instance->addLoader('xliff'$b);
  8594.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8595.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8596.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8597.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8598.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8599.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8600.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8601.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8602.         return $instance;
  8603.     }
  8604.     /**
  8605.      * Gets the private 'translation.warmer' shared service.
  8606.      *
  8607.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8608.      */
  8609.     protected function getTranslation_WarmerService()
  8610.     {
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8613.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8614.             'translator' => ['services''translator''getTranslatorService'false],
  8615.         ], [
  8616.             'translator' => '?',
  8617.         ]))->withContext('translation.warmer'$this));
  8618.     }
  8619.     /**
  8620.      * Gets the private 'translation.writer' shared service.
  8621.      *
  8622.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8623.      */
  8624.     protected function getTranslation_WriterService()
  8625.     {
  8626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8640.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8641.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8642.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8643.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8644.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8645.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8646.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8647.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8648.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8649.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8650.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8651.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8652.         return $instance;
  8653.     }
  8654.     /**
  8655.      * Gets the private 'translator.default' shared service.
  8656.      *
  8657.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8658.      */
  8659.     protected function getTranslator_DefaultService()
  8660.     {
  8661.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8662.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8663.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8664.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8665.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8666.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8667.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8668.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8669.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8670.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8671.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8672.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8673.         ], [
  8674.             'translation.loader.csv' => '?',
  8675.             'translation.loader.dat' => '?',
  8676.             'translation.loader.ini' => '?',
  8677.             'translation.loader.json' => '?',
  8678.             'translation.loader.mo' => '?',
  8679.             'translation.loader.php' => '?',
  8680.             'translation.loader.po' => '?',
  8681.             'translation.loader.qt' => '?',
  8682.             'translation.loader.res' => '?',
  8683.             'translation.loader.xliff' => '?',
  8684.             'translation.loader.yml' => '?',
  8685.         ]), 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']]], []);
  8686.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8687.         $instance->setFallbackLocales([=> 'en']);
  8688.         return $instance;
  8689.     }
  8690.     /**
  8691.      * Gets the private 'twig.command.debug' shared service.
  8692.      *
  8693.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8694.      */
  8695.     protected function getTwig_Command_DebugService()
  8696.     {
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8699.         $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()));
  8700.         $instance->setName('debug:twig');
  8701.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8702.         return $instance;
  8703.     }
  8704.     /**
  8705.      * Gets the private 'twig.command.lint' shared service.
  8706.      *
  8707.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8708.      */
  8709.     protected function getTwig_Command_LintService()
  8710.     {
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8714.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8715.         $instance->setName('lint:twig');
  8716.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8717.         return $instance;
  8718.     }
  8719.     /**
  8720.      * Gets the private 'twig.form.engine' shared service.
  8721.      *
  8722.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8723.      */
  8724.     protected function getTwig_Form_EngineService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8729.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8730.         if (isset($this->privates['twig.form.engine'])) {
  8731.             return $this->privates['twig.form.engine'];
  8732.         }
  8733.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8734.     }
  8735.     /**
  8736.      * Gets the private 'twig.form.renderer' shared service.
  8737.      *
  8738.      * @return \Symfony\Component\Form\FormRenderer
  8739.      */
  8740.     protected function getTwig_Form_RendererService()
  8741.     {
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8744.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8745.         if (isset($this->privates['twig.form.renderer'])) {
  8746.             return $this->privates['twig.form.renderer'];
  8747.         }
  8748.         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()));
  8749.     }
  8750.     /**
  8751.      * Gets the private 'twig.mailer.message_listener' shared service.
  8752.      *
  8753.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8754.      */
  8755.     protected function getTwig_Mailer_MessageListenerService()
  8756.     {
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8760.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8761.         if (isset($this->privates['twig.mailer.message_listener'])) {
  8762.             return $this->privates['twig.mailer.message_listener'];
  8763.         }
  8764.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8765.     }
  8766.     /**
  8767.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8768.      *
  8769.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8770.      */
  8771.     protected function getTwig_Runtime_HttpkernelService()
  8772.     {
  8773.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  8779.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8780.         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, [
  8781.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8782.         ], [
  8783.             'inline' => '?',
  8784.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8785.     }
  8786.     /**
  8787.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8788.      *
  8789.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8790.      */
  8791.     protected function getTwig_Runtime_SecurityCsrfService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8794.         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()));
  8795.     }
  8796.     /**
  8797.      * Gets the private 'twig.runtime.serializer' shared service.
  8798.      *
  8799.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8800.      */
  8801.     protected function getTwig_Runtime_SerializerService()
  8802.     {
  8803.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8805.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8806.     }
  8807.     /**
  8808.      * Gets the private 'twig.template_cache_warmer' shared service.
  8809.      *
  8810.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8811.      */
  8812.     protected function getTwig_TemplateCacheWarmerService()
  8813.     {
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8817.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8818.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8819.         ], [
  8820.             'twig' => '?',
  8821.         ]))->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')));
  8822.     }
  8823.     /**
  8824.      * Gets the private 'validator.builder' shared service.
  8825.      *
  8826.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8827.      */
  8828.     protected function getValidator_BuilderService()
  8829.     {
  8830.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8831.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8832.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8833.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8834.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8835.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8836.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8837.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8838.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8839.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8840.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8841.         ], [
  8842.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8843.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8844.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8845.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8846.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8847.             'doctrine.orm.validator.unique' => '?',
  8848.             'security.validator.user_password' => '?',
  8849.             'validator.expression' => '?',
  8850.         ])));
  8851.         if ($this->has('translator')) {
  8852.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8853.         }
  8854.         $instance->setTranslationDomain('validators');
  8855.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8856.         $instance->enableAnnotationMapping(true);
  8857.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8858.         $instance->addMethodMapping('loadValidatorMetadata');
  8859.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8860.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8861.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8862.         return $instance;
  8863.     }
  8864.     /**
  8865.      * Gets the private 'validator.email' shared service.
  8866.      *
  8867.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8868.      */
  8869.     protected function getValidator_EmailService()
  8870.     {
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8874.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8875.     }
  8876.     /**
  8877.      * Gets the private 'validator.expression' shared service.
  8878.      *
  8879.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8880.      */
  8881.     protected function getValidator_ExpressionService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8886.         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())));
  8887.     }
  8888.     /**
  8889.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8890.      *
  8891.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8892.      */
  8893.     protected function getValidator_Mapping_CacheWarmerService()
  8894.     {
  8895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8898.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8899.     }
  8900.     /**
  8901.      * Gets the private 'validator.not_compromised_password' shared service.
  8902.      *
  8903.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8904.      */
  8905.     protected function getValidator_NotCompromisedPasswordService()
  8906.     {
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8909.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8910.         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);
  8911.     }
  8912.     /**
  8913.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8914.      *
  8915.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8916.      */
  8917.     protected function getVarDumper_Command_ServerDumpService()
  8918.     {
  8919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8920.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8925.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8926.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8927.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8928.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8929.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8930.         $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()))]);
  8931.         $instance->setName('server:dump');
  8932.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8933.         return $instance;
  8934.     }
  8935.     /**
  8936.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8937.      *
  8938.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8939.      */
  8940.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8941.     {
  8942.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8943.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8944.         return $instance;
  8945.     }
  8946.     /**
  8947.      * Gets the private 'var_dumper.html_dumper' shared service.
  8948.      *
  8949.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8950.      */
  8951.     protected function getVarDumper_HtmlDumperService()
  8952.     {
  8953.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8954.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8955.         return $instance;
  8956.     }
  8957.     /**
  8958.      * Gets the private 'var_dumper.server_connection' shared service.
  8959.      *
  8960.      * @return \Symfony\Component\VarDumper\Server\Connection
  8961.      */
  8962.     protected function getVarDumper_ServerConnectionService()
  8963.     {
  8964.         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()]);
  8965.     }
  8966.     /**
  8967.      * Gets the private 'web_profiler.csp.handler' shared service.
  8968.      *
  8969.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8970.      */
  8971.     protected function getWebProfiler_Csp_HandlerService()
  8972.     {
  8973.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8974.     }
  8975.     /**
  8976.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8977.      *
  8978.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8979.      */
  8980.     protected function getWebProfiler_DebugToolbarService()
  8981.     {
  8982.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8983.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8984.             return $this->privates['web_profiler.debug_toolbar'];
  8985.         }
  8986.         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()));
  8987.     }
  8988.     /**
  8989.      * Gets the public 'cache_clearer' alias.
  8990.      *
  8991.      * @return object The ".container.private.cache_clearer" service.
  8992.      */
  8993.     protected function getCacheClearerService()
  8994.     {
  8995.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8996.         return $this->get('.container.private.cache_clearer');
  8997.     }
  8998.     /**
  8999.      * Gets the public 'filesystem' alias.
  9000.      *
  9001.      * @return object The ".container.private.filesystem" service.
  9002.      */
  9003.     protected function getFilesystemService()
  9004.     {
  9005.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9006.         return $this->get('.container.private.filesystem');
  9007.     }
  9008.     /**
  9009.      * Gets the public 'serializer' alias.
  9010.      *
  9011.      * @return object The ".container.private.serializer" service.
  9012.      */
  9013.     protected function getSerializerService()
  9014.     {
  9015.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9016.         return $this->get('.container.private.serializer');
  9017.     }
  9018.     /**
  9019.      * Gets the public 'security.csrf.token_manager' alias.
  9020.      *
  9021.      * @return object The ".container.private.security.csrf.token_manager" service.
  9022.      */
  9023.     protected function getSecurity_Csrf_TokenManagerService()
  9024.     {
  9025.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9026.         return $this->get('.container.private.security.csrf.token_manager');
  9027.     }
  9028.     /**
  9029.      * Gets the public 'form.factory' alias.
  9030.      *
  9031.      * @return object The ".container.private.form.factory" service.
  9032.      */
  9033.     protected function getForm_FactoryService()
  9034.     {
  9035.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9036.         return $this->get('.container.private.form.factory');
  9037.     }
  9038.     /**
  9039.      * Gets the public 'form.type.file' alias.
  9040.      *
  9041.      * @return object The ".container.private.form.type.file" service.
  9042.      */
  9043.     protected function getForm_Type_FileService()
  9044.     {
  9045.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9046.         return $this->get('.container.private.form.type.file');
  9047.     }
  9048.     /**
  9049.      * Gets the public 'profiler' alias.
  9050.      *
  9051.      * @return object The ".container.private.profiler" service.
  9052.      */
  9053.     protected function getProfilerService()
  9054.     {
  9055.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9056.         return $this->get('.container.private.profiler');
  9057.     }
  9058.     /**
  9059.      * Gets the public 'twig' alias.
  9060.      *
  9061.      * @return object The ".container.private.twig" service.
  9062.      */
  9063.     protected function getTwigService()
  9064.     {
  9065.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9066.         return $this->get('.container.private.twig');
  9067.     }
  9068.     /**
  9069.      * Gets the public 'security.authorization_checker' alias.
  9070.      *
  9071.      * @return object The ".container.private.security.authorization_checker" service.
  9072.      */
  9073.     protected function getSecurity_AuthorizationCheckerService()
  9074.     {
  9075.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9076.         return $this->get('.container.private.security.authorization_checker');
  9077.     }
  9078.     /**
  9079.      * Gets the public 'security.token_storage' alias.
  9080.      *
  9081.      * @return object The ".container.private.security.token_storage" service.
  9082.      */
  9083.     protected function getSecurity_TokenStorageService()
  9084.     {
  9085.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9086.         return $this->get('.container.private.security.token_storage');
  9087.     }
  9088.     /**
  9089.      * Gets the public 'security.password_encoder' alias.
  9090.      *
  9091.      * @return object The ".container.private.security.password_encoder" service.
  9092.      */
  9093.     protected function getSecurity_PasswordEncoderService()
  9094.     {
  9095.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9096.         return $this->get('.container.private.security.password_encoder');
  9097.     }
  9098.     /**
  9099.      * Gets the public 'session' alias.
  9100.      *
  9101.      * @return object The ".container.private.session" service.
  9102.      */
  9103.     protected function getSessionService()
  9104.     {
  9105.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9106.         return $this->get('.container.private.session');
  9107.     }
  9108.     /**
  9109.      * Gets the public 'validator' alias.
  9110.      *
  9111.      * @return object The ".container.private.validator" service.
  9112.      */
  9113.     protected function getValidatorService()
  9114.     {
  9115.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9116.         return $this->get('.container.private.validator');
  9117.     }
  9118.     /**
  9119.      * @return array|bool|float|int|string|\UnitEnum|null
  9120.      */
  9121.     public function getParameter(string $name)
  9122.     {
  9123.         if (isset($this->buildParameters[$name])) {
  9124.             return $this->buildParameters[$name];
  9125.         }
  9126.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9127.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9128.         }
  9129.         if (isset($this->loadedDynamicParameters[$name])) {
  9130.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9131.         }
  9132.         return $this->parameters[$name];
  9133.     }
  9134.     public function hasParameter(string $name): bool
  9135.     {
  9136.         if (isset($this->buildParameters[$name])) {
  9137.             return true;
  9138.         }
  9139.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9140.     }
  9141.     public function setParameter(string $name$value): void
  9142.     {
  9143.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9144.     }
  9145.     public function getParameterBag(): ParameterBagInterface
  9146.     {
  9147.         if (null === $this->parameterBag) {
  9148.             $parameters $this->parameters;
  9149.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9150.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9151.             }
  9152.             foreach ($this->buildParameters as $name => $value) {
  9153.                 $parameters[$name] = $value;
  9154.             }
  9155.             $this->parameterBag = new FrozenParameterBag($parameters);
  9156.         }
  9157.         return $this->parameterBag;
  9158.     }
  9159.     private $loadedDynamicParameters = [
  9160.         'kernel.runtime_environment' => false,
  9161.         'kernel.build_dir' => false,
  9162.         'kernel.cache_dir' => false,
  9163.         'meteo_france.api_key' => false,
  9164.         'meteo_france.stations_url' => false,
  9165.         'meteo_france.commande_url' => false,
  9166.         'meteo_france.commande_horaire_url' => false,
  9167.         'meteo_france.fichier_url' => false,
  9168.         'kernel.secret' => false,
  9169.         'debug.container.dump' => false,
  9170.         'serializer.mapping.cache.file' => false,
  9171.         'validator.mapping.cache.file' => false,
  9172.         'profiler.storage.dsn' => false,
  9173.         'doctrine.orm.proxy_dir' => false,
  9174.         'knp_snappy.pdf.binary' => false,
  9175.         'knp_snappy.image.binary' => false,
  9176.     ];
  9177.     private $dynamicParameters = [];
  9178.     private function getDynamicParameter(string $name)
  9179.     {
  9180.         switch ($name) {
  9181.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9182.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9183.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9184.             case 'meteo_france.api_key'$value $this->getEnv('METEO_FRANCE_API_KEY'); break;
  9185.             case 'meteo_france.stations_url'$value $this->getEnv('METEO_FRANCE_STATIONS_URL'); break;
  9186.             case 'meteo_france.commande_url'$value $this->getEnv('METEO_FRANCE_COMMANDE_URL'); break;
  9187.             case 'meteo_france.commande_horaire_url'$value $this->getEnv('METEO_FRANCE_COMMANDE_HORAIRE_URL'); break;
  9188.             case 'meteo_france.fichier_url'$value $this->getEnv('METEO_FRANCE_FICHIER_URL'); break;
  9189.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9190.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9191.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9192.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9193.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9194.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9195.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  9196.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  9197.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9198.         }
  9199.         $this->loadedDynamicParameters[$name] = true;
  9200.         return $this->dynamicParameters[$name] = $value;
  9201.     }
  9202.     protected function getDefaultParameters(): array
  9203.     {
  9204.         return [
  9205.             'kernel.project_dir' => \dirname(__DIR__4),
  9206.             'kernel.environment' => 'dev',
  9207.             'kernel.debug' => true,
  9208.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9209.             'kernel.bundles' => [
  9210.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9211.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9212.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9213.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9214.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9215.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9216.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9217.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9218.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9219.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9220.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9221.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9222.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  9223.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9224.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  9225.             ],
  9226.             'kernel.bundles_metadata' => [
  9227.                 'FrameworkBundle' => [
  9228.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9229.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9230.                 ],
  9231.                 'TwigBundle' => [
  9232.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9233.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9234.                 ],
  9235.                 'TwigExtraBundle' => [
  9236.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9237.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9238.                 ],
  9239.                 'SensioFrameworkExtraBundle' => [
  9240.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9241.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9242.                 ],
  9243.                 'DoctrineBundle' => [
  9244.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9245.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9246.                 ],
  9247.                 'DoctrineMigrationsBundle' => [
  9248.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9249.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9250.                 ],
  9251.                 'SecurityBundle' => [
  9252.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9253.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9254.                 ],
  9255.                 'WebProfilerBundle' => [
  9256.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9257.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9258.                 ],
  9259.                 'MonologBundle' => [
  9260.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9261.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9262.                 ],
  9263.                 'DebugBundle' => [
  9264.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9265.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9266.                 ],
  9267.                 'MakerBundle' => [
  9268.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9269.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9270.                 ],
  9271.                 'DoctrineFixturesBundle' => [
  9272.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9273.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9274.                 ],
  9275.                 'KnpPaginatorBundle' => [
  9276.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  9277.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  9278.                 ],
  9279.                 'FOSJsRoutingBundle' => [
  9280.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9281.                     'namespace' => 'FOS\\JsRoutingBundle',
  9282.                 ],
  9283.                 'KnpSnappyBundle' => [
  9284.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  9285.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  9286.                 ],
  9287.             ],
  9288.             'kernel.charset' => 'UTF-8',
  9289.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9290.             'container.dumper.inline_class_loader' => true,
  9291.             'container.dumper.inline_factories' => true,
  9292.             'event_dispatcher.event_aliases' => [
  9293.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9294.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9295.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9296.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9297.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9298.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9299.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9300.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9301.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9302.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9303.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9304.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9305.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9306.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9307.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9308.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9309.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9310.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9311.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9312.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9313.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9314.             ],
  9315.             'fragment.renderer.hinclude.global_template' => NULL,
  9316.             'fragment.path' => '/_fragment',
  9317.             'kernel.http_method_override' => true,
  9318.             'kernel.trusted_hosts' => [
  9319.             ],
  9320.             'kernel.default_locale' => 'en',
  9321.             'kernel.enabled_locales' => [
  9322.             ],
  9323.             'kernel.error_controller' => 'error_controller',
  9324.             'debug.file_link_format' => NULL,
  9325.             'asset.request_context.base_path' => NULL,
  9326.             'asset.request_context.secure' => NULL,
  9327.             'translator.logging' => false,
  9328.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9329.             'debug.error_handler.throw_at' => -1,
  9330.             'router.request_context.host' => 'localhost',
  9331.             'router.request_context.scheme' => 'http',
  9332.             'router.request_context.base_url' => '',
  9333.             'router.resource' => 'kernel::loadRoutes',
  9334.             'request_listener.http_port' => 80,
  9335.             'request_listener.https_port' => 443,
  9336.             'session.metadata.storage_key' => '_sf2_meta',
  9337.             'session.storage.options' => [
  9338.                 'cache_limiter' => '0',
  9339.                 'cookie_secure' => 'auto',
  9340.                 'cookie_httponly' => true,
  9341.                 'cookie_samesite' => 'lax',
  9342.                 'gc_probability' => 1,
  9343.             ],
  9344.             'session.save_path' => NULL,
  9345.             'session.metadata.update_threshold' => 0,
  9346.             'form.type_extension.csrf.enabled' => true,
  9347.             'form.type_extension.csrf.field_name' => '_token',
  9348.             'validator.translation_domain' => 'validators',
  9349.             'profiler_listener.only_exceptions' => false,
  9350.             'profiler_listener.only_main_requests' => false,
  9351.             'twig.form.resources' => [
  9352.                 => 'form_div_layout.html.twig',
  9353.                 => 'bootstrap_4_layout.html.twig',
  9354.             ],
  9355.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9356.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9357.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9358.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9359.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9360.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9361.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9362.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9363.             'doctrine.entity_managers' => [
  9364.                 'default' => 'doctrine.orm.default_entity_manager',
  9365.             ],
  9366.             'doctrine.default_entity_manager' => 'default',
  9367.             'doctrine.dbal.connection_factory.types' => [
  9368.             ],
  9369.             'doctrine.connections' => [
  9370.                 'default' => 'doctrine.dbal.default_connection',
  9371.             ],
  9372.             'doctrine.default_connection' => 'default',
  9373.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9374.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9375.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9376.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9377.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9378.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9379.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9380.             'doctrine.orm.cache.memcache_port' => 11211,
  9381.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9382.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9383.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9384.             'doctrine.orm.cache.memcached_port' => 11211,
  9385.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9386.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9387.             'doctrine.orm.cache.redis_host' => 'localhost',
  9388.             'doctrine.orm.cache.redis_port' => 6379,
  9389.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9390.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9391.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9392.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9393.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9394.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9395.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9396.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9397.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9398.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9399.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9400.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9401.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9402.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9403.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9404.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9405.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9406.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9407.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9408.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9409.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9410.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9411.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  9412.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9413.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9414.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9415.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9416.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9417.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9418.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9419.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9420.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9421.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9422.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9423.             'doctrine.migrations.preferred_em' => NULL,
  9424.             'doctrine.migrations.preferred_connection' => NULL,
  9425.             'security.role_hierarchy.roles' => [
  9426.                 'ROLE_ADMIN' => [
  9427.                     => 'ROLE_USER',
  9428.                 ],
  9429.                 'ROLE_SUPER_ADMIN' => [
  9430.                     => 'ROLE_ADMIN',
  9431.                 ],
  9432.             ],
  9433.             'security.access.denied_url' => NULL,
  9434.             'security.authentication.manager.erase_credentials' => true,
  9435.             'security.authentication.session_strategy.strategy' => 'migrate',
  9436.             'security.access.always_authenticate_before_granting' => false,
  9437.             'security.authentication.hide_user_not_found' => true,
  9438.             'security.firewalls' => [
  9439.                 => 'dev',
  9440.                 => 'main',
  9441.             ],
  9442.             'security.main._indexed_authenticators' => [
  9443.             ],
  9444.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9445.             'web_profiler.debug_toolbar.mode' => 2,
  9446.             'monolog.use_microseconds' => true,
  9447.             'monolog.swift_mailer.handlers' => [
  9448.             ],
  9449.             'monolog.handlers_to_channels' => [
  9450.                 'monolog.handler.console' => [
  9451.                     'type' => 'exclusive',
  9452.                     'elements' => [
  9453.                         => 'event',
  9454.                         => 'doctrine',
  9455.                         => 'console',
  9456.                     ],
  9457.                 ],
  9458.                 'monolog.handler.main' => [
  9459.                     'type' => 'exclusive',
  9460.                     'elements' => [
  9461.                         => 'event',
  9462.                     ],
  9463.                 ],
  9464.             ],
  9465.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9466.             'knp_paginator.template.pagination' => 'pagination.html.twig',
  9467.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9468.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9469.             'knp_paginator.page_range' => 5,
  9470.             'knp_paginator.page_limit' => NULL,
  9471.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9472.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9473.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9474.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9475.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9476.             'fos_js_routing.request_context_base_url' => NULL,
  9477.             'fos_js_routing.cache_control' => [
  9478.                 'enabled' => false,
  9479.             ],
  9480.             'knp_snappy.pdf.options' => [
  9481.             ],
  9482.             'knp_snappy.pdf.env' => [
  9483.             ],
  9484.             'knp_snappy.image.options' => [
  9485.             ],
  9486.             'knp_snappy.image.env' => [
  9487.             ],
  9488.             'data_collector.templates' => [
  9489.                 'data_collector.request' => [
  9490.                     => 'request',
  9491.                     => '@WebProfiler/Collector/request.html.twig',
  9492.                 ],
  9493.                 'data_collector.time' => [
  9494.                     => 'time',
  9495.                     => '@WebProfiler/Collector/time.html.twig',
  9496.                 ],
  9497.                 'data_collector.memory' => [
  9498.                     => 'memory',
  9499.                     => '@WebProfiler/Collector/memory.html.twig',
  9500.                 ],
  9501.                 'data_collector.validator' => [
  9502.                     => 'validator',
  9503.                     => '@WebProfiler/Collector/validator.html.twig',
  9504.                 ],
  9505.                 'data_collector.ajax' => [
  9506.                     => 'ajax',
  9507.                     => '@WebProfiler/Collector/ajax.html.twig',
  9508.                 ],
  9509.                 'data_collector.form' => [
  9510.                     => 'form',
  9511.                     => '@WebProfiler/Collector/form.html.twig',
  9512.                 ],
  9513.                 'data_collector.exception' => [
  9514.                     => 'exception',
  9515.                     => '@WebProfiler/Collector/exception.html.twig',
  9516.                 ],
  9517.                 'data_collector.logger' => [
  9518.                     => 'logger',
  9519.                     => '@WebProfiler/Collector/logger.html.twig',
  9520.                 ],
  9521.                 'data_collector.events' => [
  9522.                     => 'events',
  9523.                     => '@WebProfiler/Collector/events.html.twig',
  9524.                 ],
  9525.                 'data_collector.router' => [
  9526.                     => 'router',
  9527.                     => '@WebProfiler/Collector/router.html.twig',
  9528.                 ],
  9529.                 'data_collector.cache' => [
  9530.                     => 'cache',
  9531.                     => '@WebProfiler/Collector/cache.html.twig',
  9532.                 ],
  9533.                 'data_collector.translation' => [
  9534.                     => 'translation',
  9535.                     => '@WebProfiler/Collector/translation.html.twig',
  9536.                 ],
  9537.                 'data_collector.security' => [
  9538.                     => 'security',
  9539.                     => '@Security/Collector/security.html.twig',
  9540.                 ],
  9541.                 'data_collector.twig' => [
  9542.                     => 'twig',
  9543.                     => '@WebProfiler/Collector/twig.html.twig',
  9544.                 ],
  9545.                 'data_collector.http_client' => [
  9546.                     => 'http_client',
  9547.                     => '@WebProfiler/Collector/http_client.html.twig',
  9548.                 ],
  9549.                 'data_collector.doctrine' => [
  9550.                     => 'db',
  9551.                     => '@Doctrine/Collector/db.html.twig',
  9552.                 ],
  9553.                 'data_collector.dump' => [
  9554.                     => 'dump',
  9555.                     => '@Debug/Profiler/dump.html.twig',
  9556.                 ],
  9557.                 'mailer.data_collector' => [
  9558.                     => 'mailer',
  9559.                     => '@WebProfiler/Collector/mailer.html.twig',
  9560.                 ],
  9561.                 'notifier.data_collector' => [
  9562.                     => 'notifier',
  9563.                     => '@WebProfiler/Collector/notifier.html.twig',
  9564.                 ],
  9565.                 'data_collector.config' => [
  9566.                     => 'config',
  9567.                     => '@WebProfiler/Collector/config.html.twig',
  9568.                 ],
  9569.             ],
  9570.             'console.command.ids' => [
  9571.             ],
  9572.         ];
  9573.     }
  9574.     protected function throw($message)
  9575.     {
  9576.         throw new RuntimeException($message);
  9577.     }
  9578. }