var/cache/dev/Container1iJvdi5/App_KernelDevDebugContainer.php line 9178

Open in your IDE?
  1. <?php
  2. namespace Container1iJvdi5;
  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\\CityController' => 'getCityControllerService',
  47.             'App\\Controller\\Fiche\\FicheBatimentController' => 'getFicheBatimentControllerService',
  48.             'App\\Controller\\Fiche\\FicheBatimentExempleController' => 'getFicheBatimentExempleControllerService',
  49.             'App\\Controller\\Fiche\\FicheExportController' => 'getFicheExportControllerService',
  50.             'App\\Controller\\User\\ManageController' => 'getManageControllerService',
  51.             'App\\Controller\\User\\ProfileController' => 'getProfileControllerService',
  52.             'App\\Controller\\User\\SecurityController' => 'getSecurityControllerService',
  53.             'App\\Controller\\User\\UtilController' => 'getUtilControllerService',
  54.             'App\\Controller\\Visa\\VisaController' => 'getVisaControllerService',
  55.             'App\\Controller\\Visiteur\\SiteclientController' => 'getSiteclientControllerService',
  56.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  58.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  59.             'cache.app' => 'getCache_AppService',
  60.             'cache.app_clearer' => 'getCache_AppClearerService',
  61.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  62.             'cache.system' => 'getCache_SystemService',
  63.             'cache.system_clearer' => 'getCache_SystemClearerService',
  64.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  65.             'cache_warmer' => 'getCacheWarmerService',
  66.             'console.command_loader' => 'getConsole_CommandLoaderService',
  67.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  68.             'data_collector.dump' => 'getDataCollector_DumpService',
  69.             'doctrine' => 'getDoctrineService',
  70.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  71.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  72.             'error_controller' => 'getErrorControllerService',
  73.             'event_dispatcher' => 'getEventDispatcherService',
  74.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  75.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  76.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  77.             'http_kernel' => 'getHttpKernelService',
  78.             'knp_paginator' => 'getKnpPaginatorService',
  79.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  80.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  81.             'request_stack' => 'getRequestStackService',
  82.             'router' => 'getRouterService',
  83.             'routing.loader' => 'getRouting_LoaderService',
  84.             'services_resetter' => 'getServicesResetterService',
  85.             'translator' => 'getTranslatorService',
  86.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  87.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  88.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  89.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  90.             'cache_clearer' => 'getCacheClearerService',
  91.             'filesystem' => 'getFilesystemService',
  92.             'serializer' => 'getSerializerService',
  93.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  94.             'form.factory' => 'getForm_FactoryService',
  95.             'form.type.file' => 'getForm_Type_FileService',
  96.             'profiler' => 'getProfilerService',
  97.             'twig' => 'getTwigService',
  98.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  99.             'security.token_storage' => 'getSecurity_TokenStorageService',
  100.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  101.             'session' => 'getSessionService',
  102.             'validator' => 'getValidatorService',
  103.         ];
  104.         $this->aliases = [
  105.             'database_connection' => 'doctrine.dbal.default_connection',
  106.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  107.         ];
  108.         $this->privates['service_container'] = function () {
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  115.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  128.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  191.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  193.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  228.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  317.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  329.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  413.             include_once __DIR__.'/proxy-classes.php';
  414.         };
  415.     }
  416.     public function compile(): void
  417.     {
  418.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  419.     }
  420.     public function isCompiled(): bool
  421.     {
  422.         return true;
  423.     }
  424.     public function getRemovedIds(): array
  425.     {
  426.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  427.     }
  428.     protected function createProxy($class\Closure $factory)
  429.     {
  430.         return $factory();
  431.     }
  432.     /**
  433.      * Gets the public '.container.private.cache_clearer' shared service.
  434.      *
  435.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  436.      */
  437.     protected function get_Container_Private_CacheClearerService()
  438.     {
  439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  441.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  442.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  443.         }, 1));
  444.     }
  445.     /**
  446.      * Gets the public '.container.private.filesystem' shared service.
  447.      *
  448.      * @return \Symfony\Component\Filesystem\Filesystem
  449.      */
  450.     protected function get_Container_Private_FilesystemService()
  451.     {
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  453.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  454.     }
  455.     /**
  456.      * Gets the public '.container.private.form.factory' shared service.
  457.      *
  458.      * @return \Symfony\Component\Form\FormFactory
  459.      */
  460.     protected function get_Container_Private_Form_FactoryService()
  461.     {
  462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  464.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  465.         if (isset($this->services['.container.private.form.factory'])) {
  466.             return $this->services['.container.private.form.factory'];
  467.         }
  468.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  469.     }
  470.     /**
  471.      * Gets the public '.container.private.form.type.file' shared service.
  472.      *
  473.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  474.      */
  475.     protected function get_Container_Private_Form_Type_FileService()
  476.     {
  477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  480.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  481.     }
  482.     /**
  483.      * Gets the public '.container.private.profiler' shared service.
  484.      *
  485.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  486.      */
  487.     protected function get_Container_Private_ProfilerService()
  488.     {
  489.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  490.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  491.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  492.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  493.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  494.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  495.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  496.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  497.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  498.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  499.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  500.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  501.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  502.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  503.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  504.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  505.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  506.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  507.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  508.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  509.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  510.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  511.         if ($this->has('kernel')) {
  512.             $f->setKernel($b);
  513.         }
  514.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  515.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  516.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  517.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  518.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  519.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  520.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  522.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  523.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  524.         $instance->add($d);
  525.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  526.         $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));
  527.         $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())));
  528.         $instance->add($e);
  529.         $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([])))));
  530.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  531.         $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()))));
  532.         $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()))));
  533.         $instance->add($f);
  534.         return $instance;
  535.     }
  536.     /**
  537.      * Gets the public '.container.private.security.authorization_checker' shared service.
  538.      *
  539.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  540.      */
  541.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  542.     {
  543.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  544.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  545.             return $this->services['.container.private.security.authorization_checker'];
  546.         }
  547.         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);
  548.     }
  549.     /**
  550.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  551.      *
  552.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  553.      */
  554.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  555.     {
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  560.         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())));
  561.     }
  562.     /**
  563.      * Gets the public '.container.private.security.password_encoder' shared service.
  564.      *
  565.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  566.      *
  567.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  568.      */
  569.     protected function get_Container_Private_Security_PasswordEncoderService()
  570.     {
  571.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  572.         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()));
  573.     }
  574.     /**
  575.      * Gets the public '.container.private.security.token_storage' shared service.
  576.      *
  577.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  578.      */
  579.     protected function get_Container_Private_Security_TokenStorageService()
  580.     {
  581.         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, [
  582.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  583.         ], [
  584.             'request_stack' => '?',
  585.         ]));
  586.     }
  587.     /**
  588.      * Gets the public '.container.private.serializer' shared service.
  589.      *
  590.      * @return \Symfony\Component\Serializer\Serializer
  591.      */
  592.     protected function get_Container_Private_SerializerService()
  593.     {
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  637.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  638.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  639.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  640.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  641.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  642.         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)], [=> 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()]);
  643.     }
  644.     /**
  645.      * Gets the public '.container.private.session' shared service.
  646.      *
  647.      * @return \Symfony\Component\HttpFoundation\Session\Session
  648.      */
  649.     protected function get_Container_Private_SessionService()
  650.     {
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  653.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  654.         if (isset($this->services['.container.private.session'])) {
  655.             return $this->services['.container.private.session'];
  656.         }
  657.         return $this->services['.container.private.session'] = $a->createSession();
  658.     }
  659.     /**
  660.      * Gets the public '.container.private.twig' shared service.
  661.      *
  662.      * @return \Twig\Environment
  663.      */
  664.     protected function get_Container_Private_TwigService()
  665.     {
  666.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  667.         $a->addPath('public/css''styles');
  668.         $a->addPath('public/img''images');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  681.         $a->addPath((\dirname(__DIR__4).'/templates'));
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  685.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  686.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  687.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  688.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  689.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  690.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  691.         $g = ($this->services['router'] ?? $this->getRouterService());
  692.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  693.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  694.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  695.         $j = new \Symfony\Bridge\Twig\AppVariable();
  696.         $j->setEnvironment('dev');
  697.         $j->setDebug(true);
  698.         if ($this->has('.container.private.security.token_storage')) {
  699.             $j->setTokenStorage($h);
  700.         }
  701.         if ($this->has('request_stack')) {
  702.             $j->setRequestStack($d);
  703.         }
  704.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  708.         $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 () {
  709.             return new \EmptyIterator();
  710.         }, 0))));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  722.         $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)));
  723.         $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())));
  724.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  725.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  726.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  727.         $instance->addGlobal('app'$j);
  728.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  729.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  730.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  731.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  732.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  733.         ], [
  734.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  735.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  736.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  737.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  738.         ])));
  739.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  740.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  741.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  742.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  743.         return $instance;
  744.     }
  745.     /**
  746.      * Gets the public '.container.private.validator' shared service.
  747.      *
  748.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  749.      */
  750.     protected function get_Container_Private_ValidatorService()
  751.     {
  752.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  753.     }
  754.     /**
  755.      * Gets the public 'App\Controller\CityController' shared autowired service.
  756.      *
  757.      * @return \App\Controller\CityController
  758.      */
  759.     protected function getCityControllerService()
  760.     {
  761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  762.         include_once \dirname(__DIR__4).'/src/Controller/CityController.php';
  763.         $this->services['App\\Controller\\CityController'] = $instance = new \App\Controller\CityController();
  764.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CityController'$this));
  765.         return $instance;
  766.     }
  767.     /**
  768.      * Gets the public 'App\Controller\Fiche\FicheBatimentController' shared autowired service.
  769.      *
  770.      * @return \App\Controller\Fiche\FicheBatimentController
  771.      */
  772.     protected function getFicheBatimentControllerService()
  773.     {
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  775.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheBatimentController.php';
  776.         $this->services['App\\Controller\\Fiche\\FicheBatimentController'] = $instance = new \App\Controller\Fiche\FicheBatimentController();
  777.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheBatimentController'$this));
  778.         return $instance;
  779.     }
  780.     /**
  781.      * Gets the public 'App\Controller\Fiche\FicheBatimentExempleController' shared autowired service.
  782.      *
  783.      * @return \App\Controller\Fiche\FicheBatimentExempleController
  784.      */
  785.     protected function getFicheBatimentExempleControllerService()
  786.     {
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  788.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheBatimentExempleController.php';
  789.         $this->services['App\\Controller\\Fiche\\FicheBatimentExempleController'] = $instance = new \App\Controller\Fiche\FicheBatimentExempleController();
  790.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheBatimentExempleController'$this));
  791.         return $instance;
  792.     }
  793.     /**
  794.      * Gets the public 'App\Controller\Fiche\FicheExportController' shared autowired service.
  795.      *
  796.      * @return \App\Controller\Fiche\FicheExportController
  797.      */
  798.     protected function getFicheExportControllerService()
  799.     {
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  801.         include_once \dirname(__DIR__4).'/src/Controller/Fiche/FicheExportController.php';
  802.         $this->services['App\\Controller\\Fiche\\FicheExportController'] = $instance = new \App\Controller\Fiche\FicheExportController();
  803.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Fiche\\FicheExportController'$this));
  804.         return $instance;
  805.     }
  806.     /**
  807.      * Gets the public 'App\Controller\User\ManageController' shared autowired service.
  808.      *
  809.      * @return \App\Controller\User\ManageController
  810.      */
  811.     protected function getManageControllerService()
  812.     {
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  814.         include_once \dirname(__DIR__4).'/src/Controller/User/ManageController.php';
  815.         $this->services['App\\Controller\\User\\ManageController'] = $instance = new \App\Controller\User\ManageController();
  816.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ManageController'$this));
  817.         return $instance;
  818.     }
  819.     /**
  820.      * Gets the public 'App\Controller\User\ProfileController' shared autowired service.
  821.      *
  822.      * @return \App\Controller\User\ProfileController
  823.      */
  824.     protected function getProfileControllerService()
  825.     {
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  827.         include_once \dirname(__DIR__4).'/src/Controller/User/ProfileController.php';
  828.         $this->services['App\\Controller\\User\\ProfileController'] = $instance = new \App\Controller\User\ProfileController();
  829.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ProfileController'$this));
  830.         return $instance;
  831.     }
  832.     /**
  833.      * Gets the public 'App\Controller\User\SecurityController' shared autowired service.
  834.      *
  835.      * @return \App\Controller\User\SecurityController
  836.      */
  837.     protected function getSecurityControllerService()
  838.     {
  839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  840.         include_once \dirname(__DIR__4).'/src/Controller/User/SecurityController.php';
  841.         $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))));
  842.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SecurityController'$this));
  843.         return $instance;
  844.     }
  845.     /**
  846.      * Gets the public 'App\Controller\User\UtilController' shared autowired service.
  847.      *
  848.      * @return \App\Controller\User\UtilController
  849.      */
  850.     protected function getUtilControllerService()
  851.     {
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  853.         include_once \dirname(__DIR__4).'/src/Controller/User/UtilController.php';
  854.         $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))));
  855.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\UtilController'$this));
  856.         return $instance;
  857.     }
  858.     /**
  859.      * Gets the public 'App\Controller\Visa\VisaController' shared autowired service.
  860.      *
  861.      * @return \App\Controller\Visa\VisaController
  862.      */
  863.     protected function getVisaControllerService()
  864.     {
  865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  866.         include_once \dirname(__DIR__4).'/src/Controller/Visa/VisaController.php';
  867.         $this->services['App\\Controller\\Visa\\VisaController'] = $instance = new \App\Controller\Visa\VisaController();
  868.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visa\\VisaController'$this));
  869.         return $instance;
  870.     }
  871.     /**
  872.      * Gets the public 'App\Controller\Visiteur\SiteclientController' shared autowired service.
  873.      *
  874.      * @return \App\Controller\Visiteur\SiteclientController
  875.      */
  876.     protected function getSiteclientControllerService()
  877.     {
  878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  879.         include_once \dirname(__DIR__4).'/src/Controller/Visiteur/SiteclientController.php';
  880.         $this->services['App\\Controller\\Visiteur\\SiteclientController'] = $instance = new \App\Controller\Visiteur\SiteclientController();
  881.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Visiteur\\SiteclientController'$this));
  882.         return $instance;
  883.     }
  884.     /**
  885.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  886.      *
  887.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  888.      */
  889.     protected function getProfilerControllerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  892.         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()));
  893.     }
  894.     /**
  895.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  896.      *
  897.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  898.      */
  899.     protected function getRedirectControllerService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  902.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  903.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  904.     }
  905.     /**
  906.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  907.      *
  908.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  909.      */
  910.     protected function getTemplateControllerService()
  911.     {
  912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  913.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  914.     }
  915.     /**
  916.      * Gets the public 'cache.app' shared service.
  917.      *
  918.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  919.      */
  920.     protected function getCache_AppService()
  921.     {
  922.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mMs9IK5InL'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  923.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  924.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  925.     }
  926.     /**
  927.      * Gets the public 'cache.app_clearer' shared service.
  928.      *
  929.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  930.      */
  931.     protected function getCache_AppClearerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  935.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  936.     }
  937.     /**
  938.      * Gets the public 'cache.global_clearer' shared service.
  939.      *
  940.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  941.      */
  942.     protected function getCache_GlobalClearerService()
  943.     {
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  945.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  946.         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())]);
  947.     }
  948.     /**
  949.      * Gets the public 'cache.system' shared service.
  950.      *
  951.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  952.      */
  953.     protected function getCache_SystemService()
  954.     {
  955.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JdfB6K4pMH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  956.     }
  957.     /**
  958.      * Gets the public 'cache.system_clearer' shared service.
  959.      *
  960.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  961.      */
  962.     protected function getCache_SystemClearerService()
  963.     {
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  966.         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())]);
  967.     }
  968.     /**
  969.      * Gets the public 'cache.validator_expression_language' shared service.
  970.      *
  971.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  972.      */
  973.     protected function getCache_ValidatorExpressionLanguageService()
  974.     {
  975.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZORiETOtm6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  976.     }
  977.     /**
  978.      * Gets the public 'cache_warmer' shared service.
  979.      *
  980.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  981.      */
  982.     protected function getCacheWarmerService()
  983.     {
  984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  986.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  987.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  988.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  989.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  990.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  991.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  992.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  993.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  994.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  995.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  996.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  997.     }
  998.     /**
  999.      * Gets the public 'console.command_loader' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1002.      */
  1003.     protected function getConsole_CommandLoaderService()
  1004.     {
  1005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1007.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1008.             'App\\Command\\Fiche\\FicheBatimentReimport' => ['privates''App\\Command\\Fiche\\FicheBatimentReimport''getFicheBatimentReimportService'false],
  1009.             'App\\Command\\ReminderLotCommand' => ['privates''.App\\Command\\ReminderLotCommand.lazy''getReminderLotCommand_LazyService'false],
  1010.             'App\\Command\\User\\CreateUserCommand' => ['privates''App\\Command\\User\\CreateUserCommand''getCreateUserCommandService'false],
  1011.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1012.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1013.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1014.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1015.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1016.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1017.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1018.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1019.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1020.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1021.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1022.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1023.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1024.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1025.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1026.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1027.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1028.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1029.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1030.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1031.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1032.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1033.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1034.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1035.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1036.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1037.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1038.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1039.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1040.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1041.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1042.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1043.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1044.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1045.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1046.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1047.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1048.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1049.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1050.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1051.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1052.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1053.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1054.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1055.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1056.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1057.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1058.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1059.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1060.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1061.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1062.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1063.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  1064.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  1065.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  1066.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  1067.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  1068.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  1069.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  1070.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  1071.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  1072.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  1073.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  1074.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1075.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1076.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1077.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1078.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1079.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1080.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1081.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1082.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1083.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1084.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1085.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1086.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1087.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1088.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1089.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1090.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1091.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1092.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1093.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1094.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1095.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1096.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1097.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1098.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1099.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1100.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1101.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1102.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1103.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1104.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1105.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1106.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1107.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1108.         ], [
  1109.             'App\\Command\\Fiche\\FicheBatimentReimport' => 'App\\Command\\Fiche\\FicheBatimentReimport',
  1110.             'App\\Command\\ReminderLotCommand' => '?',
  1111.             'App\\Command\\User\\CreateUserCommand' => 'App\\Command\\User\\CreateUserCommand',
  1112.             'console.command.about' => '?',
  1113.             'console.command.assets_install' => '?',
  1114.             'console.command.cache_clear' => '?',
  1115.             'console.command.cache_pool_clear' => '?',
  1116.             'console.command.cache_pool_prune' => '?',
  1117.             'console.command.cache_pool_delete' => '?',
  1118.             'console.command.cache_pool_list' => '?',
  1119.             'console.command.cache_warmup' => '?',
  1120.             'console.command.config_debug' => '?',
  1121.             'console.command.config_dump_reference' => '?',
  1122.             'console.command.container_debug' => '?',
  1123.             'console.command.container_lint' => '?',
  1124.             'console.command.debug_autowiring' => '?',
  1125.             'console.command.dotenv_debug' => '?',
  1126.             'console.command.event_dispatcher_debug' => '?',
  1127.             'console.command.router_debug' => '?',
  1128.             'console.command.router_match' => '?',
  1129.             'console.command.translation_debug' => '?',
  1130.             'console.command.translation_extract' => '?',
  1131.             'console.command.validator_debug' => '?',
  1132.             'console.command.translation_pull' => '?',
  1133.             'console.command.translation_push' => '?',
  1134.             'console.command.xliff_lint' => '?',
  1135.             'console.command.yaml_lint' => '?',
  1136.             'console.command.form_debug' => '?',
  1137.             'console.command.secrets_set' => '?',
  1138.             'console.command.secrets_remove' => '?',
  1139.             'console.command.secrets_generate_key' => '?',
  1140.             'console.command.secrets_list' => '?',
  1141.             'console.command.secrets_decrypt_to_local' => '?',
  1142.             'console.command.secrets_encrypt_from_local' => '?',
  1143.             'twig.command.debug' => '?',
  1144.             'twig.command.lint' => '?',
  1145.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1146.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1147.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1148.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1149.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1150.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1151.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1152.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1153.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1154.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1155.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1156.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1157.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1158.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1159.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1160.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1161.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1162.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1163.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1164.             'doctrine_migrations.diff_command' => '?',
  1165.             'doctrine_migrations.sync_metadata_command' => '?',
  1166.             'doctrine_migrations.versions_command' => '?',
  1167.             'doctrine_migrations.current_command' => '?',
  1168.             'doctrine_migrations.dump_schema_command' => '?',
  1169.             'doctrine_migrations.execute_command' => '?',
  1170.             'doctrine_migrations.generate_command' => '?',
  1171.             'doctrine_migrations.latest_command' => '?',
  1172.             'doctrine_migrations.migrate_command' => '?',
  1173.             'doctrine_migrations.rollup_command' => '?',
  1174.             'doctrine_migrations.status_command' => '?',
  1175.             'doctrine_migrations.up_to_date_command' => '?',
  1176.             'doctrine_migrations.version_command' => '?',
  1177.             'security.command.debug_firewall' => '?',
  1178.             'security.command.user_password_encoder' => '?',
  1179.             'security.command.user_password_hash' => '?',
  1180.             'var_dumper.command.server_dump' => '?',
  1181.             'monolog.command.server_log' => '?',
  1182.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1183.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1184.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1185.             'maker.auto_command.make_auth' => '?',
  1186.             'maker.auto_command.make_command' => '?',
  1187.             'maker.auto_command.make_twig_component' => '?',
  1188.             'maker.auto_command.make_controller' => '?',
  1189.             'maker.auto_command.make_crud' => '?',
  1190.             'maker.auto_command.make_docker_database' => '?',
  1191.             'maker.auto_command.make_entity' => '?',
  1192.             'maker.auto_command.make_fixtures' => '?',
  1193.             'maker.auto_command.make_form' => '?',
  1194.             'maker.auto_command.make_message' => '?',
  1195.             'maker.auto_command.make_messenger_middleware' => '?',
  1196.             'maker.auto_command.make_registration_form' => '?',
  1197.             'maker.auto_command.make_reset_password' => '?',
  1198.             'maker.auto_command.make_serializer_encoder' => '?',
  1199.             'maker.auto_command.make_serializer_normalizer' => '?',
  1200.             'maker.auto_command.make_subscriber' => '?',
  1201.             'maker.auto_command.make_twig_extension' => '?',
  1202.             'maker.auto_command.make_test' => '?',
  1203.             'maker.auto_command.make_validator' => '?',
  1204.             'maker.auto_command.make_voter' => '?',
  1205.             'maker.auto_command.make_user' => '?',
  1206.             'maker.auto_command.make_migration' => '?',
  1207.             'maker.auto_command.make_stimulus_controller' => '?',
  1208.             'maker.auto_command.make_security_form_login' => '?',
  1209.         ]), ['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']);
  1210.     }
  1211.     /**
  1212.      * Gets the public 'container.env_var_processors_locator' shared service.
  1213.      *
  1214.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1215.      */
  1216.     protected function getContainer_EnvVarProcessorsLocatorService()
  1217.     {
  1218.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1219.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1220.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1221.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1222.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1223.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1224.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1225.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1226.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1227.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1228.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1229.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1230.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1231.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1232.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1233.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1234.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1235.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1236.         ], [
  1237.             'base64' => '?',
  1238.             'bool' => '?',
  1239.             'const' => '?',
  1240.             'csv' => '?',
  1241.             'default' => '?',
  1242.             'file' => '?',
  1243.             'float' => '?',
  1244.             'int' => '?',
  1245.             'json' => '?',
  1246.             'key' => '?',
  1247.             'not' => '?',
  1248.             'query_string' => '?',
  1249.             'require' => '?',
  1250.             'resolve' => '?',
  1251.             'string' => '?',
  1252.             'trim' => '?',
  1253.             'url' => '?',
  1254.         ]);
  1255.     }
  1256.     /**
  1257.      * Gets the public 'data_collector.dump' shared service.
  1258.      *
  1259.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1260.      */
  1261.     protected function getDataCollector_DumpService()
  1262.     {
  1263.         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()));
  1264.     }
  1265.     /**
  1266.      * Gets the public 'doctrine' shared service.
  1267.      *
  1268.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1269.      */
  1270.     protected function getDoctrineService()
  1271.     {
  1272.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1273.     }
  1274.     /**
  1275.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1276.      *
  1277.      * @return \Doctrine\DBAL\Connection
  1278.      */
  1279.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1280.     {
  1281.         $a = new \Doctrine\DBAL\Configuration();
  1282.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1283.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1284.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1285.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1286.         $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))));
  1287.         $c->setConnectionName('default');
  1288.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1289.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1290.         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''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1291.     }
  1292.     /**
  1293.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1294.      *
  1295.      * @return \Doctrine\ORM\EntityManager
  1296.      */
  1297.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1298.     {
  1299.         if ($lazyLoad) {
  1300.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1301.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1302.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1303.                     $proxy->setProxyInitializer(null);
  1304.                     return true;
  1305.                 });
  1306.             });
  1307.         }
  1308.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1317.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1323.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1325.         $a = new \Doctrine\ORM\Configuration();
  1326.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1327.         $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');
  1328.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1329.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1330.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1331.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1332.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1333.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1334.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1335.         ], [
  1336.             'doctrine.ulid_generator' => '?',
  1337.             'doctrine.uuid_generator' => '?',
  1338.         ])));
  1339.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1340.         $a->setProxyNamespace('Proxies');
  1341.         $a->setAutoGenerateProxyClasses(true);
  1342.         $a->setSchemaIgnoreClasses([]);
  1343.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1344.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1345.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1346.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1347.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1348.         $a->setLazyGhostObjectEnabled(false);
  1349.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1350.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1351.             'App\\Repository\\Fiche\\FicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  1352.             'App\\Repository\\Fiche\\FicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  1353.             'App\\Repository\\FichierRepository' => ['privates''App\\Repository\\FichierRepository''getFichierRepositoryService'false],
  1354.             'App\\Repository\\IdUserRepository' => ['privates''App\\Repository\\IdUserRepository''getIdUserRepositoryService'false],
  1355.             'App\\Repository\\InfiltrationRepository' => ['privates''App\\Repository\\InfiltrationRepository''getInfiltrationRepositoryService'false],
  1356.             'App\\Repository\\PluvioDatabaseRepository' => ['privates''App\\Repository\\PluvioDatabaseRepository''getPluvioDatabaseRepositoryService'false],
  1357.             'App\\Repository\\User\\UserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  1358.             'App\\Repository\\User\\UserTentativeConnexionRepository' => ['privates''App\\Repository\\User\\UserTentativeConnexionRepository''getUserTentativeConnexionRepositoryService'false],
  1359.             'App\\Repository\\VisaProjetsRepository' => ['privates''App\\Repository\\VisaProjetsRepository''getVisaProjetsRepository2Service'false],
  1360.             'App\\Repository\\Visa\\VisaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  1361.             'App\\Repository\\Visa\\VisaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  1362.             'App\\Repository\\Visa\\VisaExigencesRepository' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  1363.             'App\\Repository\\Visa\\VisaJustificatifsRepository' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  1364.             'App\\Repository\\Visa\\VisaProjetsRepository' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  1365.         ], [
  1366.             'App\\Repository\\ContactRepository' => '?',
  1367.             'App\\Repository\\Fiche\\FicheBatimentExempleRepository' => '?',
  1368.             'App\\Repository\\Fiche\\FicheBatimentRepository' => '?',
  1369.             'App\\Repository\\FichierRepository' => '?',
  1370.             'App\\Repository\\IdUserRepository' => '?',
  1371.             'App\\Repository\\InfiltrationRepository' => '?',
  1372.             'App\\Repository\\PluvioDatabaseRepository' => '?',
  1373.             'App\\Repository\\User\\UserRepository' => '?',
  1374.             'App\\Repository\\User\\UserTentativeConnexionRepository' => '?',
  1375.             'App\\Repository\\VisaProjetsRepository' => '?',
  1376.             'App\\Repository\\Visa\\VisaBilansRepository' => '?',
  1377.             'App\\Repository\\Visa\\VisaContactsRepository' => '?',
  1378.             'App\\Repository\\Visa\\VisaExigencesRepository' => '?',
  1379.             'App\\Repository\\Visa\\VisaJustificatifsRepository' => '?',
  1380.             'App\\Repository\\Visa\\VisaProjetsRepository' => '?',
  1381.         ])));
  1382.         $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()));
  1383.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1384.         return $instance;
  1385.     }
  1386.     /**
  1387.      * Gets the public 'error_controller' shared service.
  1388.      *
  1389.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1390.      */
  1391.     protected function getErrorControllerService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1395.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1398.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1399.         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)));
  1400.     }
  1401.     /**
  1402.      * Gets the public 'event_dispatcher' shared service.
  1403.      *
  1404.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1405.      */
  1406.     protected function getEventDispatcherService()
  1407.     {
  1408.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1409.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1410.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1411.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1412.         $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())));
  1413.         $instance->addListener('kernel.controller', [=> function () {
  1414.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1415.         }, => 'onKernelController'], 0);
  1416.         $instance->addListener('kernel.request', [=> function () {
  1417.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1418.         }, => 'onKernelRequest'], 0);
  1419.         $instance->addListener('kernel.response', [=> function () {
  1420.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1421.         }, => 'onKernelResponse'], 0);
  1422.         $instance->addListener('kernel.response', [=> function () {
  1423.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1424.         }, => 'onKernelResponse'], -1024);
  1425.         $instance->addListener('kernel.request', [=> function () {
  1426.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1427.         }, => 'setDefaultLocale'], 100);
  1428.         $instance->addListener('kernel.request', [=> function () {
  1429.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1430.         }, => 'onKernelRequest'], 16);
  1431.         $instance->addListener('kernel.finish_request', [=> function () {
  1432.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1433.         }, => 'onKernelFinishRequest'], 0);
  1434.         $instance->addListener('kernel.request', [=> function () {
  1435.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1436.         }, => 'onKernelRequest'], 256);
  1437.         $instance->addListener('kernel.response', [=> function () {
  1438.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1439.         }, => 'onResponse'], -255);
  1440.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1441.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1442.         }, => 'onControllerArguments'], 0);
  1443.         $instance->addListener('kernel.exception', [=> function () {
  1444.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1445.         }, => 'logKernelException'], 0);
  1446.         $instance->addListener('kernel.exception', [=> function () {
  1447.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1448.         }, => 'onKernelException'], -128);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1451.         }, => 'removeCspHeader'], -128);
  1452.         $instance->addListener('kernel.request', [=> function () {
  1453.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1454.         }, => 'onKernelRequest'], 15);
  1455.         $instance->addListener('kernel.finish_request', [=> function () {
  1456.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1457.         }, => 'onKernelFinishRequest'], -15);
  1458.         $instance->addListener('console.error', [=> function () {
  1459.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1460.         }, => 'onConsoleError'], -128);
  1461.         $instance->addListener('console.terminate', [=> function () {
  1462.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1463.         }, => 'onConsoleTerminate'], -128);
  1464.         $instance->addListener('console.error', [=> function () {
  1465.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1466.         }, => 'onConsoleError'], 0);
  1467.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1468.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1469.         }, => 'onMessage'], -255);
  1470.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1471.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1472.         }, => 'onMessage'], -255);
  1473.         $instance->addListener('kernel.request', [=> function () {
  1474.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1475.         }, => 'configure'], 2048);
  1476.         $instance->addListener('console.command', [=> function () {
  1477.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1478.         }, => 'configure'], 2048);
  1479.         $instance->addListener('kernel.request', [=> function () {
  1480.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1481.         }, => 'onKernelRequest'], 32);
  1482.         $instance->addListener('kernel.finish_request', [=> function () {
  1483.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1484.         }, => 'onKernelFinishRequest'], 0);
  1485.         $instance->addListener('kernel.exception', [=> function () {
  1486.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1487.         }, => 'onKernelException'], -64);
  1488.         $instance->addListener('kernel.response', [=> function () {
  1489.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1490.         }, => 'onKernelResponse'], 0);
  1491.         $instance->addListener('kernel.request', [=> function () {
  1492.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1493.         }, => 'onKernelRequest'], 128);
  1494.         $instance->addListener('kernel.response', [=> function () {
  1495.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1496.         }, => 'onKernelResponse'], -1000);
  1497.         $instance->addListener('kernel.finish_request', [=> function () {
  1498.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1499.         }, => 'onFinishRequest'], 0);
  1500.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1501.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1502.         }, => 'onNotification'], -255);
  1503.         $instance->addListener('kernel.response', [=> function () {
  1504.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1505.         }, => 'onKernelResponse'], -100);
  1506.         $instance->addListener('kernel.exception', [=> function () {
  1507.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1508.         }, => 'onKernelException'], 0);
  1509.         $instance->addListener('kernel.terminate', [=> function () {
  1510.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1511.         }, => 'onKernelTerminate'], -1024);
  1512.         $instance->addListener('kernel.controller', [=> function () {
  1513.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1514.         }, => 'onKernelController'], 0);
  1515.         $instance->addListener('kernel.response', [=> function () {
  1516.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1517.         }, => 'onKernelResponse'], 0);
  1518.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1519.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1520.         }, => 'onMessage'], 0);
  1521.         $instance->addListener('kernel.controller', [=> function () {
  1522.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1523.         }, => 'onKernelController'], 0);
  1524.         $instance->addListener('kernel.controller', [=> function () {
  1525.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1526.         }, => 'onKernelController'], 0);
  1527.         $instance->addListener('kernel.controller', [=> function () {
  1528.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1529.         }, => 'onKernelController'], -128);
  1530.         $instance->addListener('kernel.view', [=> function () {
  1531.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1532.         }, => 'onKernelView'], 0);
  1533.         $instance->addListener('kernel.controller', [=> function () {
  1534.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1535.         }, => 'onKernelController'], 0);
  1536.         $instance->addListener('kernel.response', [=> function () {
  1537.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1538.         }, => 'onKernelResponse'], 0);
  1539.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1540.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1541.         }, => 'onKernelControllerArguments'], 0);
  1542.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1543.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1544.         }, => 'onKernelControllerArguments'], 0);
  1545.         $instance->addListener('kernel.response', [=> function () {
  1546.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1547.         }, => 'onKernelResponse'], 0);
  1548.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1549.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1550.         }, => 'onVoterVote'], 0);
  1551.         $instance->addListener('kernel.request', [=> function () {
  1552.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1553.         }, => 'configureLogoutUrlGenerator'], 8);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1556.         }, => 'onKernelRequest'], 8);
  1557.         $instance->addListener('kernel.finish_request', [=> function () {
  1558.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1559.         }, => 'onKernelFinishRequest'], 0);
  1560.         $instance->addListener('kernel.response', [=> function () {
  1561.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1562.         }, => 'onKernelResponse'], -128);
  1563.         $instance->addListener('console.command', [=> function () {
  1564.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1565.         }, => 'onCommand'], 255);
  1566.         $instance->addListener('console.terminate', [=> function () {
  1567.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1568.         }, => 'onTerminate'], -255);
  1569.         $instance->addListener('console.command', [=> function () {
  1570.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1571.         }, => 'configure'], 1024);
  1572.         $instance->addListener('console.error', [=> function () {
  1573.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1574.         }, => 'onConsoleError'], 0);
  1575.         $instance->addListener('console.terminate', [=> function () {
  1576.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1577.         }, => 'onConsoleTerminate'], 0);
  1578.         $instance->addListener('knp_pager.before', [=> function () {
  1579.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1580.         }, => 'before'], 0);
  1581.         $instance->addListener('knp_pager.pagination', [=> function () {
  1582.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1583.         }, => 'pagination'], 0);
  1584.         $instance->addListener('knp_pager.before', [=> function () {
  1585.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1586.         }, => 'before'], 1);
  1587.         $instance->addListener('knp_pager.before', [=> function () {
  1588.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1589.         }, => 'before'], 1);
  1590.         $instance->addListener('knp_pager.pagination', [=> function () {
  1591.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1592.         }, => 'pagination'], 1);
  1593.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1594.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1595.         }, => 'onLogout'], 0);
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the public 'fos_js_routing.controller' shared service.
  1600.      *
  1601.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1602.      */
  1603.     protected function getFosJsRouting_ControllerService()
  1604.     {
  1605.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1606.         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);
  1607.     }
  1608.     /**
  1609.      * Gets the public 'fos_js_routing.extractor' shared service.
  1610.      *
  1611.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1612.      */
  1613.     protected function getFosJsRouting_ExtractorService()
  1614.     {
  1615.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1617.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1618.     }
  1619.     /**
  1620.      * Gets the public 'fos_js_routing.serializer' shared service.
  1621.      *
  1622.      * @return \Symfony\Component\Serializer\Serializer
  1623.      */
  1624.     protected function getFosJsRouting_SerializerService()
  1625.     {
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1640.         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()]);
  1641.     }
  1642.     /**
  1643.      * Gets the public 'http_kernel' shared service.
  1644.      *
  1645.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1646.      */
  1647.     protected function getHttpKernelService()
  1648.     {
  1649.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1650.         if (isset($this->services['http_kernel'])) {
  1651.             return $this->services['http_kernel'];
  1652.         }
  1653.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1654.         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 () {
  1655.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1656.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1657.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1658.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1659.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1660.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1661.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1662.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1663.         }, 8)), $b));
  1664.     }
  1665.     /**
  1666.      * Gets the public 'knp_paginator' shared service.
  1667.      *
  1668.      * @return \Knp\Component\Pager\Paginator
  1669.      */
  1670.     protected function getKnpPaginatorService($lazyLoad true)
  1671.     {
  1672.         if ($lazyLoad) {
  1673.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1674.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1675.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1676.                     $proxy->setProxyInitializer(null);
  1677.                     return true;
  1678.                 });
  1679.             });
  1680.         }
  1681.         $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())));
  1682.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1683.         return $instance;
  1684.     }
  1685.     /**
  1686.      * Gets the public 'knp_snappy.image' shared service.
  1687.      *
  1688.      * @return \Knp\Snappy\Image
  1689.      */
  1690.     protected function getKnpSnappy_ImageService()
  1691.     {
  1692.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  1695.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  1696.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1697.         return $instance;
  1698.     }
  1699.     /**
  1700.      * Gets the public 'knp_snappy.pdf' shared service.
  1701.      *
  1702.      * @return \Knp\Snappy\Pdf
  1703.      */
  1704.     protected function getKnpSnappy_PdfService()
  1705.     {
  1706.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  1709.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  1710.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1711.         return $instance;
  1712.     }
  1713.     /**
  1714.      * Gets the public 'request_stack' shared service.
  1715.      *
  1716.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1717.      */
  1718.     protected function getRequestStackService()
  1719.     {
  1720.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1721.     }
  1722.     /**
  1723.      * Gets the public 'router' shared service.
  1724.      *
  1725.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1726.      */
  1727.     protected function getRouterService()
  1728.     {
  1729.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1730.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1731.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1732.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1733.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1734.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1735.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1736.         ], [
  1737.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1738.         ]))->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');
  1739.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1740.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'routing.loader' shared service.
  1745.      *
  1746.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1747.      */
  1748.     protected function getRouting_LoaderService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1774.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1775.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1776.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1777.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1778.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1779.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1780.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1781.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1782.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1783.             'kernel' => ['services''kernel''getKernelService'false],
  1784.         ], [
  1785.             'kernel' => 'App\\Kernel',
  1786.         ]), 'dev'));
  1787.         $a->addLoader($c);
  1788.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1789.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1790.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1791.     }
  1792.     /**
  1793.      * Gets the public 'services_resetter' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1796.      */
  1797.     protected function getServicesResetterService()
  1798.     {
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1800.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1801.             if (isset($this->services['cache.app'])) {
  1802.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1803.             }
  1804.             if (isset($this->services['cache.system'])) {
  1805.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1806.             }
  1807.             if (isset($this->privates['cache.validator'])) {
  1808.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1809.             }
  1810.             if (isset($this->privates['cache.serializer'])) {
  1811.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1812.             }
  1813.             if (isset($this->privates['cache.annotations'])) {
  1814.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1815.             }
  1816.             if (isset($this->privates['cache.property_info'])) {
  1817.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1818.             }
  1819.             if (isset($this->privates['.debug.http_client'])) {
  1820.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1821.             }
  1822.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1823.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1824.             }
  1825.             if (isset($this->privates['debug.stopwatch'])) {
  1826.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1827.             }
  1828.             if (isset($this->services['event_dispatcher'])) {
  1829.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1830.             }
  1831.             if (isset($this->privates['session_listener'])) {
  1832.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1833.             }
  1834.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1835.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1836.             }
  1837.             if (isset($this->services['cache.validator_expression_language'])) {
  1838.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1839.             }
  1840.             if (isset($this->services['.container.private.profiler'])) {
  1841.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1842.             }
  1843.             if (isset($this->services['.container.private.validator'])) {
  1844.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1845.             }
  1846.             if (isset($this->privates['twig.form.engine'])) {
  1847.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1848.             }
  1849.             if (isset($this->services['doctrine'])) {
  1850.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1851.             }
  1852.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1853.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1854.             }
  1855.             if (isset($this->privates['form.type.entity'])) {
  1856.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1857.             }
  1858.             if (isset($this->services['.container.private.security.token_storage'])) {
  1859.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1860.             }
  1861.             if (isset($this->privates['cache.security_expression_language'])) {
  1862.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1863.             }
  1864.             if (isset($this->privates['debug.security.firewall'])) {
  1865.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1866.             }
  1867.             if (isset($this->privates['monolog.handler.main'])) {
  1868.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1869.             }
  1870.             if (isset($this->privates['monolog.handler.console'])) {
  1871.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1872.             }
  1873.             if (isset($this->privates['.debug.http_client'])) {
  1874.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1875.             }
  1876.         }, function () {
  1877.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->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']));
  1878.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], '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']]);
  1879.     }
  1880.     /**
  1881.      * Gets the public 'translator' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1884.      */
  1885.     protected function getTranslatorService()
  1886.     {
  1887.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1888.     }
  1889.     /**
  1890.      * Gets the public 'var_dumper.cloner' shared service.
  1891.      *
  1892.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1893.      */
  1894.     protected function getVarDumper_ClonerService()
  1895.     {
  1896.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1897.         $instance->setMaxItems(2500);
  1898.         $instance->setMinDepth(1);
  1899.         $instance->setMaxString(-1);
  1900.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1901.         return $instance;
  1902.     }
  1903.     /**
  1904.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1905.      *
  1906.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1907.      */
  1908.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1909.     {
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1911.         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()));
  1912.     }
  1913.     /**
  1914.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1915.      *
  1916.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1917.      */
  1918.     protected function getWebProfiler_Controller_ProfilerService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1921.         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));
  1922.     }
  1923.     /**
  1924.      * Gets the public 'web_profiler.controller.router' shared service.
  1925.      *
  1926.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1927.      */
  1928.     protected function getWebProfiler_Controller_RouterService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1931.         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 () {
  1932.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1933.         }, 1));
  1934.     }
  1935.     /**
  1936.      * Gets the private '.App\Command\ReminderLotCommand.lazy' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\Console\Command\LazyCommand
  1939.      */
  1940.     protected function getReminderLotCommand_LazyService()
  1941.     {
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1944.         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 {
  1945.             return ($this->privates['App\\Command\\ReminderLotCommand'] ?? $this->getReminderLotCommandService());
  1946.         });
  1947.     }
  1948.     /**
  1949.      * Gets the private '.console.command.about.lazy' shared service.
  1950.      *
  1951.      * @return \Symfony\Component\Console\Command\LazyCommand
  1952.      */
  1953.     protected function get_Console_Command_About_LazyService()
  1954.     {
  1955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1957.         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 {
  1958.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1959.         });
  1960.     }
  1961.     /**
  1962.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Console\Command\LazyCommand
  1965.      */
  1966.     protected function get_Console_Command_AssetsInstall_LazyService()
  1967.     {
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1970.         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 {
  1971.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1972.         });
  1973.     }
  1974.     /**
  1975.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\Console\Command\LazyCommand
  1978.      */
  1979.     protected function get_Console_Command_CacheClear_LazyService()
  1980.     {
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1983.         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 {
  1984.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1985.         });
  1986.     }
  1987.     /**
  1988.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Console\Command\LazyCommand
  1991.      */
  1992.     protected function get_Console_Command_CachePoolClear_LazyService()
  1993.     {
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1996.         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 {
  1997.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1998.         });
  1999.     }
  2000.     /**
  2001.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Console\Command\LazyCommand
  2004.      */
  2005.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2009.         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 {
  2010.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2011.         });
  2012.     }
  2013.     /**
  2014.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\Console\Command\LazyCommand
  2017.      */
  2018.     protected function get_Console_Command_CachePoolList_LazyService()
  2019.     {
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2022.         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 {
  2023.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2024.         });
  2025.     }
  2026.     /**
  2027.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\Console\Command\LazyCommand
  2030.      */
  2031.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2035.         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 {
  2036.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2037.         });
  2038.     }
  2039.     /**
  2040.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\Console\Command\LazyCommand
  2043.      */
  2044.     protected function get_Console_Command_CacheWarmup_LazyService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2048.         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 {
  2049.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2050.         });
  2051.     }
  2052.     /**
  2053.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\Console\Command\LazyCommand
  2056.      */
  2057.     protected function get_Console_Command_ConfigDebug_LazyService()
  2058.     {
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2061.         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 {
  2062.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2063.         });
  2064.     }
  2065.     /**
  2066.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2067.      *
  2068.      * @return \Symfony\Component\Console\Command\LazyCommand
  2069.      */
  2070.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2071.     {
  2072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2074.         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 {
  2075.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2076.         });
  2077.     }
  2078.     /**
  2079.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\Console\Command\LazyCommand
  2082.      */
  2083.     protected function get_Console_Command_ContainerDebug_LazyService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2087.         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 {
  2088.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2089.         });
  2090.     }
  2091.     /**
  2092.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Console\Command\LazyCommand
  2095.      */
  2096.     protected function get_Console_Command_ContainerLint_LazyService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2100.         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 {
  2101.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2102.         });
  2103.     }
  2104.     /**
  2105.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\Console\Command\LazyCommand
  2108.      */
  2109.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2113.         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 {
  2114.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2115.         });
  2116.     }
  2117.     /**
  2118.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\Console\Command\LazyCommand
  2121.      */
  2122.     protected function get_Console_Command_DotenvDebug_LazyService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2126.         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 {
  2127.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2128.         });
  2129.     }
  2130.     /**
  2131.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\Console\Command\LazyCommand
  2134.      */
  2135.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2139.         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 {
  2140.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2141.         });
  2142.     }
  2143.     /**
  2144.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\Console\Command\LazyCommand
  2147.      */
  2148.     protected function get_Console_Command_FormDebug_LazyService()
  2149.     {
  2150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2152.         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 {
  2153.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2154.         });
  2155.     }
  2156.     /**
  2157.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\Console\Command\LazyCommand
  2160.      */
  2161.     protected function get_Console_Command_RouterDebug_LazyService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2165.         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 {
  2166.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2167.         });
  2168.     }
  2169.     /**
  2170.      * Gets the private '.console.command.router_match.lazy' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\Console\Command\LazyCommand
  2173.      */
  2174.     protected function get_Console_Command_RouterMatch_LazyService()
  2175.     {
  2176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2178.         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 {
  2179.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2180.         });
  2181.     }
  2182.     /**
  2183.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\Console\Command\LazyCommand
  2186.      */
  2187.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2191.         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 {
  2192.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2193.         });
  2194.     }
  2195.     /**
  2196.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2197.      *
  2198.      * @return \Symfony\Component\Console\Command\LazyCommand
  2199.      */
  2200.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2204.         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 {
  2205.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2206.         });
  2207.     }
  2208.     /**
  2209.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2210.      *
  2211.      * @return \Symfony\Component\Console\Command\LazyCommand
  2212.      */
  2213.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2217.         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 {
  2218.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2219.         });
  2220.     }
  2221.     /**
  2222.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\Console\Command\LazyCommand
  2225.      */
  2226.     protected function get_Console_Command_SecretsList_LazyService()
  2227.     {
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2230.         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 {
  2231.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2232.         });
  2233.     }
  2234.     /**
  2235.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\Console\Command\LazyCommand
  2238.      */
  2239.     protected function get_Console_Command_SecretsRemove_LazyService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2243.         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 {
  2244.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2245.         });
  2246.     }
  2247.     /**
  2248.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\Console\Command\LazyCommand
  2251.      */
  2252.     protected function get_Console_Command_SecretsSet_LazyService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2256.         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 {
  2257.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2258.         });
  2259.     }
  2260.     /**
  2261.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\Console\Command\LazyCommand
  2264.      */
  2265.     protected function get_Console_Command_TranslationDebug_LazyService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2269.         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 {
  2270.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2271.         });
  2272.     }
  2273.     /**
  2274.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\Console\Command\LazyCommand
  2277.      */
  2278.     protected function get_Console_Command_TranslationExtract_LazyService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2282.         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 {
  2283.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2284.         });
  2285.     }
  2286.     /**
  2287.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2288.      *
  2289.      * @return \Symfony\Component\Console\Command\LazyCommand
  2290.      */
  2291.     protected function get_Console_Command_TranslationPull_LazyService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2295.         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 {
  2296.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2297.         });
  2298.     }
  2299.     /**
  2300.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\Console\Command\LazyCommand
  2303.      */
  2304.     protected function get_Console_Command_TranslationPush_LazyService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2308.         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 {
  2309.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2310.         });
  2311.     }
  2312.     /**
  2313.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2314.      *
  2315.      * @return \Symfony\Component\Console\Command\LazyCommand
  2316.      */
  2317.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2318.     {
  2319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2321.         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 {
  2322.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2323.         });
  2324.     }
  2325.     /**
  2326.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2327.      *
  2328.      * @return \Symfony\Component\Console\Command\LazyCommand
  2329.      */
  2330.     protected function get_Console_Command_XliffLint_LazyService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2334.         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 {
  2335.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2336.         });
  2337.     }
  2338.     /**
  2339.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Console\Command\LazyCommand
  2342.      */
  2343.     protected function get_Console_Command_YamlLint_LazyService()
  2344.     {
  2345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2347.         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 {
  2348.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2349.         });
  2350.     }
  2351.     /**
  2352.      * Gets the private '.debug.http_client' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2355.      */
  2356.     protected function get_Debug_HttpClientService()
  2357.     {
  2358.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2359.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2360.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2361.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2362.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2363.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2364.         $a->setLogger($b);
  2365.         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))));
  2366.     }
  2367.     /**
  2368.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\Console\Command\LazyCommand
  2371.      */
  2372.     protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  2373.     {
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2376.         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 {
  2377.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2378.         });
  2379.     }
  2380.     /**
  2381.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\Console\Command\LazyCommand
  2384.      */
  2385.     protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2389.         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 {
  2390.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2391.         });
  2392.     }
  2393.     /**
  2394.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Console\Command\LazyCommand
  2397.      */
  2398.     protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2402.         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 {
  2403.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2404.         });
  2405.     }
  2406.     /**
  2407.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Console\Command\LazyCommand
  2410.      */
  2411.     protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2415.         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 {
  2416.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2417.         });
  2418.     }
  2419.     /**
  2420.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\Console\Command\LazyCommand
  2423.      */
  2424.     protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2428.         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 {
  2429.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2430.         });
  2431.     }
  2432.     /**
  2433.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Console\Command\LazyCommand
  2436.      */
  2437.     protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2438.     {
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2441.         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 {
  2442.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2443.         });
  2444.     }
  2445.     /**
  2446.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\Console\Command\LazyCommand
  2449.      */
  2450.     protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2454.         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 {
  2455.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2456.         });
  2457.     }
  2458.     /**
  2459.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\Console\Command\LazyCommand
  2462.      */
  2463.     protected function get_DoctrineMigrations_RollupCommand_LazyService()
  2464.     {
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2467.         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 {
  2468.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2469.         });
  2470.     }
  2471.     /**
  2472.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Console\Command\LazyCommand
  2475.      */
  2476.     protected function get_DoctrineMigrations_StatusCommand_LazyService()
  2477.     {
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2480.         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 {
  2481.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2482.         });
  2483.     }
  2484.     /**
  2485.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Console\Command\LazyCommand
  2488.      */
  2489.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2493.         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 {
  2494.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2495.         });
  2496.     }
  2497.     /**
  2498.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Console\Command\LazyCommand
  2501.      */
  2502.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2506.         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 {
  2507.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2508.         });
  2509.     }
  2510.     /**
  2511.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Console\Command\LazyCommand
  2514.      */
  2515.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  2516.     {
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2519.         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 {
  2520.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2521.         });
  2522.     }
  2523.     /**
  2524.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Console\Command\LazyCommand
  2527.      */
  2528.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2532.         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 {
  2533.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2534.         });
  2535.     }
  2536.     /**
  2537.      * Gets the private '.errored..service_locator.3MrHpD_.App\Entity\Fiche\FicheBatiment' shared service.
  2538.      *
  2539.      * @return \App\Entity\Fiche\FicheBatiment
  2540.      */
  2541.     protected function getFicheBatimentService()
  2542.     {
  2543.         $this->throw('Cannot autowire service ".service_locator.3MrHpD_": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.');
  2544.     }
  2545.     /**
  2546.      * Gets the private '.errored..service_locator.4wfjgM3.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2549.      */
  2550.     protected function getSession2Service()
  2551.     {
  2552.         $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.');
  2553.     }
  2554.     /**
  2555.      * Gets the private '.errored..service_locator.7iLD60o.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2558.      */
  2559.     protected function getSession3Service()
  2560.     {
  2561.         $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.');
  2562.     }
  2563.     /**
  2564.      * Gets the private '.errored..service_locator.92YxAlx.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2567.      */
  2568.     protected function getSession4Service()
  2569.     {
  2570.         $this->throw('Cannot autowire service ".service_locator.92YxAlx": 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.');
  2571.     }
  2572.     /**
  2573.      * Gets the private '.errored..service_locator.9CmfMbP.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2576.      */
  2577.     protected function getSession5Service()
  2578.     {
  2579.         $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.');
  2580.     }
  2581.     /**
  2582.      * Gets the private '.errored..service_locator.GCcWbYw.App\Entity\User\User' shared service.
  2583.      *
  2584.      * @return \App\Entity\User\User
  2585.      */
  2586.     protected function getUserService()
  2587.     {
  2588.         $this->throw('Cannot autowire service ".service_locator.GCcWbYw": it references class "App\\Entity\\User\\User" but no such service exists.');
  2589.     }
  2590.     /**
  2591.      * Gets the private '.errored..service_locator.JxKj.fk.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2592.      *
  2593.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2594.      */
  2595.     protected function getSession6Service()
  2596.     {
  2597.         $this->throw('Cannot autowire service ".service_locator.JxKj.fk": 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.');
  2598.     }
  2599.     /**
  2600.      * Gets the private '.errored..service_locator.QJ78CZl.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2603.      */
  2604.     protected function getSession7Service()
  2605.     {
  2606.         $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.');
  2607.     }
  2608.     /**
  2609.      * Gets the private '.errored..service_locator.RZCuu4Y.App\Entity\Fiche\FicheBatiment' shared service.
  2610.      *
  2611.      * @return \App\Entity\Fiche\FicheBatiment
  2612.      */
  2613.     protected function getFicheBatiment2Service()
  2614.     {
  2615.         $this->throw('Cannot autowire service ".service_locator.RZCuu4Y": it references class "App\\Entity\\Fiche\\FicheBatiment" but no such service exists.');
  2616.     }
  2617.     /**
  2618.      * Gets the private '.errored..service_locator.W6Gn6mF.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2621.      */
  2622.     protected function getSession8Service()
  2623.     {
  2624.         $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.');
  2625.     }
  2626.     /**
  2627.      * Gets the private '.errored..service_locator.baR3Skb.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2628.      *
  2629.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2630.      */
  2631.     protected function getSession9Service()
  2632.     {
  2633.         $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.');
  2634.     }
  2635.     /**
  2636.      * Gets the private '.errored..service_locator.dbFJ5zg.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2637.      *
  2638.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2639.      */
  2640.     protected function getSession10Service()
  2641.     {
  2642.         $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.');
  2643.     }
  2644.     /**
  2645.      * Gets the private '.errored..service_locator.gu5No2f.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2648.      */
  2649.     protected function getSession11Service()
  2650.     {
  2651.         $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.');
  2652.     }
  2653.     /**
  2654.      * Gets the private '.errored..service_locator.j1dXv3k.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2657.      */
  2658.     protected function getSession12Service()
  2659.     {
  2660.         $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.');
  2661.     }
  2662.     /**
  2663.      * Gets the private '.errored..service_locator.kJcBm2V.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2664.      *
  2665.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2666.      */
  2667.     protected function getSession13Service()
  2668.     {
  2669.         $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.');
  2670.     }
  2671.     /**
  2672.      * Gets the private '.errored..service_locator.vCITWb1.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2675.      */
  2676.     protected function getSession14Service()
  2677.     {
  2678.         $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.');
  2679.     }
  2680.     /**
  2681.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2684.      */
  2685.     protected function getLoaderInterfaceService()
  2686.     {
  2687.         $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".');
  2688.     }
  2689.     /**
  2690.      * Gets the private '.errored..service_locator.y.UAYvk.Symfony\Component\HttpFoundation\Session\Session' shared service.
  2691.      *
  2692.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2693.      */
  2694.     protected function getSession15Service()
  2695.     {
  2696.         $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.');
  2697.     }
  2698.     /**
  2699.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2700.      *
  2701.      * @return \Symfony\Component\Console\Command\LazyCommand
  2702.      */
  2703.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2707.         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 {
  2708.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2709.         });
  2710.     }
  2711.     /**
  2712.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2713.      *
  2714.      * @return \Symfony\Component\Console\Command\LazyCommand
  2715.      */
  2716.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2717.     {
  2718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2720.         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 {
  2721.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2722.         });
  2723.     }
  2724.     /**
  2725.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\Console\Command\LazyCommand
  2728.      */
  2729.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2730.     {
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2733.         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 {
  2734.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2735.         });
  2736.     }
  2737.     /**
  2738.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2739.      *
  2740.      * @return \Symfony\Component\Console\Command\LazyCommand
  2741.      */
  2742.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2743.     {
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2746.         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 {
  2747.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2748.         });
  2749.     }
  2750.     /**
  2751.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\Console\Command\LazyCommand
  2754.      */
  2755.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2759.         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 {
  2760.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2761.         });
  2762.     }
  2763.     /**
  2764.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2765.      *
  2766.      * @return \Symfony\Component\Console\Command\LazyCommand
  2767.      */
  2768.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2769.     {
  2770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2772.         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 {
  2773.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2774.         });
  2775.     }
  2776.     /**
  2777.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2778.      *
  2779.      * @return \Symfony\Component\Console\Command\LazyCommand
  2780.      */
  2781.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2782.     {
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2785.         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 {
  2786.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2787.         });
  2788.     }
  2789.     /**
  2790.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\Console\Command\LazyCommand
  2793.      */
  2794.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2798.         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 {
  2799.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2800.         });
  2801.     }
  2802.     /**
  2803.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2804.      *
  2805.      * @return \Symfony\Component\Console\Command\LazyCommand
  2806.      */
  2807.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2808.     {
  2809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2811.         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 {
  2812.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2813.         });
  2814.     }
  2815.     /**
  2816.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2817.      *
  2818.      * @return \Symfony\Component\Console\Command\LazyCommand
  2819.      */
  2820.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2821.     {
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2824.         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 {
  2825.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2826.         });
  2827.     }
  2828.     /**
  2829.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2830.      *
  2831.      * @return \Symfony\Component\Console\Command\LazyCommand
  2832.      */
  2833.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2834.     {
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2837.         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 {
  2838.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2839.         });
  2840.     }
  2841.     /**
  2842.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2843.      *
  2844.      * @return \Symfony\Component\Console\Command\LazyCommand
  2845.      */
  2846.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2847.     {
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2850.         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 {
  2851.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2852.         });
  2853.     }
  2854.     /**
  2855.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2856.      *
  2857.      * @return \Symfony\Component\Console\Command\LazyCommand
  2858.      */
  2859.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2860.     {
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2863.         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 {
  2864.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2865.         });
  2866.     }
  2867.     /**
  2868.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\Console\Command\LazyCommand
  2871.      */
  2872.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2876.         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 {
  2877.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2878.         });
  2879.     }
  2880.     /**
  2881.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2882.      *
  2883.      * @return \Symfony\Component\Console\Command\LazyCommand
  2884.      */
  2885.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2886.     {
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2889.         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 {
  2890.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2891.         });
  2892.     }
  2893.     /**
  2894.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2895.      *
  2896.      * @return \Symfony\Component\Console\Command\LazyCommand
  2897.      */
  2898.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2899.     {
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2902.         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 {
  2903.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2904.         });
  2905.     }
  2906.     /**
  2907.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Console\Command\LazyCommand
  2910.      */
  2911.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2915.         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 {
  2916.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2917.         });
  2918.     }
  2919.     /**
  2920.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\Console\Command\LazyCommand
  2923.      */
  2924.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2925.     {
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2928.         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 {
  2929.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2930.         });
  2931.     }
  2932.     /**
  2933.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\Console\Command\LazyCommand
  2936.      */
  2937.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2938.     {
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2941.         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 {
  2942.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2943.         });
  2944.     }
  2945.     /**
  2946.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Console\Command\LazyCommand
  2949.      */
  2950.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2951.     {
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2954.         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 {
  2955.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2956.         });
  2957.     }
  2958.     /**
  2959.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\Console\Command\LazyCommand
  2962.      */
  2963.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2964.     {
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2967.         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 {
  2968.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2969.         });
  2970.     }
  2971.     /**
  2972.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Console\Command\LazyCommand
  2975.      */
  2976.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2977.     {
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2980.         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 {
  2981.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2982.         });
  2983.     }
  2984.     /**
  2985.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\Console\Command\LazyCommand
  2988.      */
  2989.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2990.     {
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2993.         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 {
  2994.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2995.         });
  2996.     }
  2997.     /**
  2998.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\Console\Command\LazyCommand
  3001.      */
  3002.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3003.     {
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3006.         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 {
  3007.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3008.         });
  3009.     }
  3010.     /**
  3011.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3012.      *
  3013.      * @return \Symfony\Component\Console\Command\LazyCommand
  3014.      */
  3015.     protected function get_Monolog_Command_ServerLog_LazyService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3019.         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 {
  3020.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3021.         });
  3022.     }
  3023.     /**
  3024.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\Console\Command\LazyCommand
  3027.      */
  3028.     protected function get_Security_Command_DebugFirewall_LazyService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3032.         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 {
  3033.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3034.         });
  3035.     }
  3036.     /**
  3037.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\Console\Command\LazyCommand
  3040.      */
  3041.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3045.         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 {
  3046.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3047.         });
  3048.     }
  3049.     /**
  3050.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3051.      *
  3052.      * @return \Symfony\Component\Console\Command\LazyCommand
  3053.      */
  3054.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3058.         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 {
  3059.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3060.         });
  3061.     }
  3062.     /**
  3063.      * Gets the private '.service_locator.2_k0Vdv' shared service.
  3064.      *
  3065.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3066.      */
  3067.     protected function get_ServiceLocator_2K0VdvService()
  3068.     {
  3069.         return $this->privates['.service_locator.2_k0Vdv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3070.             'App\\Controller\\Fiche\\FicheBatimentController::analyse' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3071.             'App\\Controller\\Fiche\\FicheBatimentController::delete' => ['privates''.service_locator.3MrHpD_''get_ServiceLocator_3MrHpDService'false],
  3072.             'App\\Controller\\Fiche\\FicheBatimentController::doublons' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3073.             'App\\Controller\\Fiche\\FicheBatimentController::doublonsDeleteAll' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3074.             'App\\Controller\\Fiche\\FicheBatimentController::index' => ['privates''.service_locator.GdYi9Rq''get_ServiceLocator_GdYi9RqService'false],
  3075.             'App\\Controller\\Fiche\\FicheBatimentExempleController::change' => ['privates''.service_locator.RZCuu4Y''get_ServiceLocator_RZCuu4YService'false],
  3076.             'App\\Controller\\Fiche\\FicheExportController::xlsx' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3077.             'App\\Controller\\User\\ManageController::add' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3078.             'App\\Controller\\User\\ManageController::delete' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3079.             'App\\Controller\\User\\ManageController::edit' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3080.             'App\\Controller\\User\\ManageController::fiche' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3081.             'App\\Controller\\User\\ManageController::index' => ['privates''.service_locator.6wL9HHS''get_ServiceLocator_6wL9HHSService'false],
  3082.             'App\\Controller\\User\\ProfileController::changeIsComparaisonAll' => ['privates''.service_locator.uE3NHej''get_ServiceLocator_UE3NHejService'false],
  3083.             'App\\Controller\\User\\ProfileController::changePasswordAction' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3084.             'App\\Controller\\User\\SecurityController::activation' => ['privates''.service_locator.qgJeq67''get_ServiceLocator_QgJeq67Service'false],
  3085.             'App\\Controller\\User\\SecurityController::inscription' => ['privates''.service_locator.LJxOt55''get_ServiceLocator_LJxOt55Service'false],
  3086.             'App\\Controller\\User\\SecurityController::login' => ['privates''.service_locator.lB7IHi8''get_ServiceLocator_LB7IHi8Service'false],
  3087.             'App\\Controller\\User\\SecurityController::motDePasseOublie' => ['privates''.service_locator.sKmUknj''get_ServiceLocator_SKmUknjService'false],
  3088.             'App\\Controller\\User\\UtilController::loginAsUserAction' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3089.             'App\\Controller\\Visa\\VisaController::EmailLot' => ['privates''.service_locator.kJcBm2V''get_ServiceLocator_KJcBm2VService'false],
  3090.             'App\\Controller\\Visa\\VisaController::cible' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3091.             'App\\Controller\\Visa\\VisaController::exigence' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3092.             'App\\Controller\\Visa\\VisaController::exigenceSupp' => ['privates''.service_locator.tVH8G6g''get_ServiceLocator_TVH8G6gService'false],
  3093.             'App\\Controller\\Visa\\VisaController::exigencedz' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3094.             'App\\Controller\\Visa\\VisaController::fichierLot' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3095.             'App\\Controller\\Visa\\VisaController::fichierSupp' => ['privates''.service_locator.vCITWb1''get_ServiceLocator_VCITWb1Service'false],
  3096.             'App\\Controller\\Visa\\VisaController::index' => ['privates''.service_locator.gu5No2f''get_ServiceLocator_Gu5No2fService'false],
  3097.             'App\\Controller\\Visa\\VisaController::listeContacts' => ['privates''.service_locator.y.UAYvk''get_ServiceLocator_Y_UAYvkService'false],
  3098.             'App\\Controller\\Visa\\VisaController::listeExigences' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3099.             'App\\Controller\\Visa\\VisaController::lot' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3100.             'App\\Controller\\Visa\\VisaController::lotDownloadZipFiles' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3101.             'App\\Controller\\Visa\\VisaController::modifProjet' => ['privates''.service_locator.92YxAlx''get_ServiceLocator_92YxAlxService'false],
  3102.             'App\\Controller\\Visa\\VisaController::nonValides' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3103.             'App\\Controller\\Visa\\VisaController::nouvelleExigence' => ['privates''.service_locator.9CmfMbP''get_ServiceLocator_9CmfMbPService'false],
  3104.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFiles' => ['privates''.service_locator.95sl7F.''get_ServiceLocator_95sl7F_Service'false],
  3105.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFilesByCible' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3106.             'App\\Controller\\Visa\\VisaController::publipostage' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3107.             'App\\Controller\\Visa\\VisaController::tri' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3108.             'App\\Controller\\Visa\\VisaController::visa_edit_contact' => ['privates''.service_locator.4wfjgM3''get_ServiceLocator_4wfjgM3Service'false],
  3109.             'App\\Controller\\Visa\\VisaController::visa_nouveau_contact' => ['privates''.service_locator.j1dXv3k''get_ServiceLocator_J1dXv3kService'false],
  3110.             'App\\Controller\\Visa\\VisaController::visa_nouveau_projet' => ['privates''.service_locator.JxKj.fk''get_ServiceLocator_JxKj_FkService'false],
  3111.             'App\\Controller\\Visiteur\\SiteclientController::postConnexion' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3112.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3113.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3114.             'App\\Controller\\Fiche\\FicheBatimentController:analyse' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3115.             'App\\Controller\\Fiche\\FicheBatimentController:delete' => ['privates''.service_locator.3MrHpD_''get_ServiceLocator_3MrHpDService'false],
  3116.             'App\\Controller\\Fiche\\FicheBatimentController:doublons' => ['privates''.service_locator.Vo0NxYX''get_ServiceLocator_Vo0NxYXService'false],
  3117.             'App\\Controller\\Fiche\\FicheBatimentController:doublonsDeleteAll' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3118.             'App\\Controller\\Fiche\\FicheBatimentController:index' => ['privates''.service_locator.GdYi9Rq''get_ServiceLocator_GdYi9RqService'false],
  3119.             'App\\Controller\\Fiche\\FicheBatimentExempleController:change' => ['privates''.service_locator.RZCuu4Y''get_ServiceLocator_RZCuu4YService'false],
  3120.             'App\\Controller\\Fiche\\FicheExportController:xlsx' => ['privates''.service_locator.lJ.uJFs''get_ServiceLocator_LJ_UJFsService'false],
  3121.             'App\\Controller\\User\\ManageController:add' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3122.             'App\\Controller\\User\\ManageController:delete' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3123.             'App\\Controller\\User\\ManageController:edit' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3124.             'App\\Controller\\User\\ManageController:fiche' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3125.             'App\\Controller\\User\\ManageController:index' => ['privates''.service_locator.6wL9HHS''get_ServiceLocator_6wL9HHSService'false],
  3126.             'App\\Controller\\User\\ProfileController:changeIsComparaisonAll' => ['privates''.service_locator.uE3NHej''get_ServiceLocator_UE3NHejService'false],
  3127.             'App\\Controller\\User\\ProfileController:changePasswordAction' => ['privates''.service_locator.dNG_.Gh''get_ServiceLocator_DNG_GhService'false],
  3128.             'App\\Controller\\User\\SecurityController:activation' => ['privates''.service_locator.qgJeq67''get_ServiceLocator_QgJeq67Service'false],
  3129.             'App\\Controller\\User\\SecurityController:inscription' => ['privates''.service_locator.LJxOt55''get_ServiceLocator_LJxOt55Service'false],
  3130.             'App\\Controller\\User\\SecurityController:login' => ['privates''.service_locator.lB7IHi8''get_ServiceLocator_LB7IHi8Service'false],
  3131.             'App\\Controller\\User\\SecurityController:motDePasseOublie' => ['privates''.service_locator.sKmUknj''get_ServiceLocator_SKmUknjService'false],
  3132.             'App\\Controller\\User\\UtilController:loginAsUserAction' => ['privates''.service_locator.GCcWbYw''get_ServiceLocator_GCcWbYwService'false],
  3133.             'App\\Controller\\Visa\\VisaController:EmailLot' => ['privates''.service_locator.kJcBm2V''get_ServiceLocator_KJcBm2VService'false],
  3134.             'App\\Controller\\Visa\\VisaController:cible' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3135.             'App\\Controller\\Visa\\VisaController:exigence' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3136.             'App\\Controller\\Visa\\VisaController:exigenceSupp' => ['privates''.service_locator.tVH8G6g''get_ServiceLocator_TVH8G6gService'false],
  3137.             'App\\Controller\\Visa\\VisaController:exigencedz' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3138.             'App\\Controller\\Visa\\VisaController:fichierLot' => ['privates''.service_locator.W6Gn6mF''get_ServiceLocator_W6Gn6mFService'false],
  3139.             'App\\Controller\\Visa\\VisaController:fichierSupp' => ['privates''.service_locator.vCITWb1''get_ServiceLocator_VCITWb1Service'false],
  3140.             'App\\Controller\\Visa\\VisaController:index' => ['privates''.service_locator.gu5No2f''get_ServiceLocator_Gu5No2fService'false],
  3141.             'App\\Controller\\Visa\\VisaController:listeContacts' => ['privates''.service_locator.y.UAYvk''get_ServiceLocator_Y_UAYvkService'false],
  3142.             'App\\Controller\\Visa\\VisaController:listeExigences' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3143.             'App\\Controller\\Visa\\VisaController:lot' => ['privates''.service_locator.baR3Skb''get_ServiceLocator_BaR3SkbService'false],
  3144.             'App\\Controller\\Visa\\VisaController:lotDownloadZipFiles' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3145.             'App\\Controller\\Visa\\VisaController:modifProjet' => ['privates''.service_locator.92YxAlx''get_ServiceLocator_92YxAlxService'false],
  3146.             'App\\Controller\\Visa\\VisaController:nonValides' => ['privates''.service_locator.QJ78CZl''get_ServiceLocator_QJ78CZlService'false],
  3147.             'App\\Controller\\Visa\\VisaController:nouvelleExigence' => ['privates''.service_locator.9CmfMbP''get_ServiceLocator_9CmfMbPService'false],
  3148.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFiles' => ['privates''.service_locator.95sl7F.''get_ServiceLocator_95sl7F_Service'false],
  3149.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFilesByCible' => ['privates''.service_locator.9Q_EAN8''get_ServiceLocator_9QEAN8Service'false],
  3150.             'App\\Controller\\Visa\\VisaController:publipostage' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3151.             'App\\Controller\\Visa\\VisaController:tri' => ['privates''.service_locator.7iLD60o''get_ServiceLocator_7iLD60oService'false],
  3152.             'App\\Controller\\Visa\\VisaController:visa_edit_contact' => ['privates''.service_locator.4wfjgM3''get_ServiceLocator_4wfjgM3Service'false],
  3153.             'App\\Controller\\Visa\\VisaController:visa_nouveau_contact' => ['privates''.service_locator.j1dXv3k''get_ServiceLocator_J1dXv3kService'false],
  3154.             'App\\Controller\\Visa\\VisaController:visa_nouveau_projet' => ['privates''.service_locator.JxKj.fk''get_ServiceLocator_JxKj_FkService'false],
  3155.             'App\\Controller\\Visiteur\\SiteclientController:postConnexion' => ['privates''.service_locator.dbFJ5zg''get_ServiceLocator_DbFJ5zgService'false],
  3156.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3157.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3158.         ], [
  3159.             'App\\Controller\\Fiche\\FicheBatimentController::analyse' => '?',
  3160.             'App\\Controller\\Fiche\\FicheBatimentController::delete' => '?',
  3161.             'App\\Controller\\Fiche\\FicheBatimentController::doublons' => '?',
  3162.             'App\\Controller\\Fiche\\FicheBatimentController::doublonsDeleteAll' => '?',
  3163.             'App\\Controller\\Fiche\\FicheBatimentController::index' => '?',
  3164.             'App\\Controller\\Fiche\\FicheBatimentExempleController::change' => '?',
  3165.             'App\\Controller\\Fiche\\FicheExportController::xlsx' => '?',
  3166.             'App\\Controller\\User\\ManageController::add' => '?',
  3167.             'App\\Controller\\User\\ManageController::delete' => '?',
  3168.             'App\\Controller\\User\\ManageController::edit' => '?',
  3169.             'App\\Controller\\User\\ManageController::fiche' => '?',
  3170.             'App\\Controller\\User\\ManageController::index' => '?',
  3171.             'App\\Controller\\User\\ProfileController::changeIsComparaisonAll' => '?',
  3172.             'App\\Controller\\User\\ProfileController::changePasswordAction' => '?',
  3173.             'App\\Controller\\User\\SecurityController::activation' => '?',
  3174.             'App\\Controller\\User\\SecurityController::inscription' => '?',
  3175.             'App\\Controller\\User\\SecurityController::login' => '?',
  3176.             'App\\Controller\\User\\SecurityController::motDePasseOublie' => '?',
  3177.             'App\\Controller\\User\\UtilController::loginAsUserAction' => '?',
  3178.             'App\\Controller\\Visa\\VisaController::EmailLot' => '?',
  3179.             'App\\Controller\\Visa\\VisaController::cible' => '?',
  3180.             'App\\Controller\\Visa\\VisaController::exigence' => '?',
  3181.             'App\\Controller\\Visa\\VisaController::exigenceSupp' => '?',
  3182.             'App\\Controller\\Visa\\VisaController::exigencedz' => '?',
  3183.             'App\\Controller\\Visa\\VisaController::fichierLot' => '?',
  3184.             'App\\Controller\\Visa\\VisaController::fichierSupp' => '?',
  3185.             'App\\Controller\\Visa\\VisaController::index' => '?',
  3186.             'App\\Controller\\Visa\\VisaController::listeContacts' => '?',
  3187.             'App\\Controller\\Visa\\VisaController::listeExigences' => '?',
  3188.             'App\\Controller\\Visa\\VisaController::lot' => '?',
  3189.             'App\\Controller\\Visa\\VisaController::lotDownloadZipFiles' => '?',
  3190.             'App\\Controller\\Visa\\VisaController::modifProjet' => '?',
  3191.             'App\\Controller\\Visa\\VisaController::nonValides' => '?',
  3192.             'App\\Controller\\Visa\\VisaController::nouvelleExigence' => '?',
  3193.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFiles' => '?',
  3194.             'App\\Controller\\Visa\\VisaController::projetDownloadZipFilesByCible' => '?',
  3195.             'App\\Controller\\Visa\\VisaController::publipostage' => '?',
  3196.             'App\\Controller\\Visa\\VisaController::tri' => '?',
  3197.             'App\\Controller\\Visa\\VisaController::visa_edit_contact' => '?',
  3198.             'App\\Controller\\Visa\\VisaController::visa_nouveau_contact' => '?',
  3199.             'App\\Controller\\Visa\\VisaController::visa_nouveau_projet' => '?',
  3200.             'App\\Controller\\Visiteur\\SiteclientController::postConnexion' => '?',
  3201.             'kernel::loadRoutes' => '?',
  3202.             'kernel::registerContainerConfiguration' => '?',
  3203.             'App\\Controller\\Fiche\\FicheBatimentController:analyse' => '?',
  3204.             'App\\Controller\\Fiche\\FicheBatimentController:delete' => '?',
  3205.             'App\\Controller\\Fiche\\FicheBatimentController:doublons' => '?',
  3206.             'App\\Controller\\Fiche\\FicheBatimentController:doublonsDeleteAll' => '?',
  3207.             'App\\Controller\\Fiche\\FicheBatimentController:index' => '?',
  3208.             'App\\Controller\\Fiche\\FicheBatimentExempleController:change' => '?',
  3209.             'App\\Controller\\Fiche\\FicheExportController:xlsx' => '?',
  3210.             'App\\Controller\\User\\ManageController:add' => '?',
  3211.             'App\\Controller\\User\\ManageController:delete' => '?',
  3212.             'App\\Controller\\User\\ManageController:edit' => '?',
  3213.             'App\\Controller\\User\\ManageController:fiche' => '?',
  3214.             'App\\Controller\\User\\ManageController:index' => '?',
  3215.             'App\\Controller\\User\\ProfileController:changeIsComparaisonAll' => '?',
  3216.             'App\\Controller\\User\\ProfileController:changePasswordAction' => '?',
  3217.             'App\\Controller\\User\\SecurityController:activation' => '?',
  3218.             'App\\Controller\\User\\SecurityController:inscription' => '?',
  3219.             'App\\Controller\\User\\SecurityController:login' => '?',
  3220.             'App\\Controller\\User\\SecurityController:motDePasseOublie' => '?',
  3221.             'App\\Controller\\User\\UtilController:loginAsUserAction' => '?',
  3222.             'App\\Controller\\Visa\\VisaController:EmailLot' => '?',
  3223.             'App\\Controller\\Visa\\VisaController:cible' => '?',
  3224.             'App\\Controller\\Visa\\VisaController:exigence' => '?',
  3225.             'App\\Controller\\Visa\\VisaController:exigenceSupp' => '?',
  3226.             'App\\Controller\\Visa\\VisaController:exigencedz' => '?',
  3227.             'App\\Controller\\Visa\\VisaController:fichierLot' => '?',
  3228.             'App\\Controller\\Visa\\VisaController:fichierSupp' => '?',
  3229.             'App\\Controller\\Visa\\VisaController:index' => '?',
  3230.             'App\\Controller\\Visa\\VisaController:listeContacts' => '?',
  3231.             'App\\Controller\\Visa\\VisaController:listeExigences' => '?',
  3232.             'App\\Controller\\Visa\\VisaController:lot' => '?',
  3233.             'App\\Controller\\Visa\\VisaController:lotDownloadZipFiles' => '?',
  3234.             'App\\Controller\\Visa\\VisaController:modifProjet' => '?',
  3235.             'App\\Controller\\Visa\\VisaController:nonValides' => '?',
  3236.             'App\\Controller\\Visa\\VisaController:nouvelleExigence' => '?',
  3237.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFiles' => '?',
  3238.             'App\\Controller\\Visa\\VisaController:projetDownloadZipFilesByCible' => '?',
  3239.             'App\\Controller\\Visa\\VisaController:publipostage' => '?',
  3240.             'App\\Controller\\Visa\\VisaController:tri' => '?',
  3241.             'App\\Controller\\Visa\\VisaController:visa_edit_contact' => '?',
  3242.             'App\\Controller\\Visa\\VisaController:visa_nouveau_contact' => '?',
  3243.             'App\\Controller\\Visa\\VisaController:visa_nouveau_projet' => '?',
  3244.             'App\\Controller\\Visiteur\\SiteclientController:postConnexion' => '?',
  3245.             'kernel:loadRoutes' => '?',
  3246.             'kernel:registerContainerConfiguration' => '?',
  3247.         ]);
  3248.     }
  3249.     /**
  3250.      * Gets the private '.service_locator.3MrHpD_' shared service.
  3251.      *
  3252.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3253.      */
  3254.     protected function get_ServiceLocator_3MrHpDService()
  3255.     {
  3256.         return $this->privates['.service_locator.3MrHpD_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3257.             '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.'],
  3258.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3259.         ], [
  3260.             'theFicheBatiment' => 'App\\Entity\\Fiche\\FicheBatiment',
  3261.             'theManagerRegistry' => '?',
  3262.         ]);
  3263.     }
  3264.     /**
  3265.      * Gets the private '.service_locator.4wfjgM3' shared service.
  3266.      *
  3267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3268.      */
  3269.     protected function get_ServiceLocator_4wfjgM3Service()
  3270.     {
  3271.         return $this->privates['.service_locator.4wfjgM3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3272.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3273.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3274.             '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.'],
  3275.             'visaContactsRepo' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3276.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3277.         ], [
  3278.             'em' => '?',
  3279.             'security' => '?',
  3280.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3281.             'visaContactsRepo' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3282.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3283.         ]);
  3284.     }
  3285.     /**
  3286.      * Gets the private '.service_locator.6wL9HHS' shared service.
  3287.      *
  3288.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3289.      */
  3290.     protected function get_ServiceLocator_6wL9HHSService()
  3291.     {
  3292.         return $this->privates['.service_locator.6wL9HHS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3293.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3294.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  3295.         ], [
  3296.             'thePaginator' => '?',
  3297.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  3298.         ]);
  3299.     }
  3300.     /**
  3301.      * Gets the private '.service_locator.7iLD60o' shared service.
  3302.      *
  3303.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3304.      */
  3305.     protected function get_ServiceLocator_7iLD60oService()
  3306.     {
  3307.         return $this->privates['.service_locator.7iLD60o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3308.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3309.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3310.             '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.'],
  3311.             'slugger' => ['privates''slugger''getSluggerService'false],
  3312.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3313.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3314.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3315.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3316.         ], [
  3317.             'em' => '?',
  3318.             'mailer' => '?',
  3319.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3320.             'slugger' => '?',
  3321.             'thePaginator' => '?',
  3322.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3323.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3324.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3325.         ]);
  3326.     }
  3327.     /**
  3328.      * Gets the private '.service_locator.92YxAlx' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3331.      */
  3332.     protected function get_ServiceLocator_92YxAlxService()
  3333.     {
  3334.         return $this->privates['.service_locator.92YxAlx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3335.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3336.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3337.             'session' => ['privates''.errored..service_locator.92YxAlx.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.92YxAlx": 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.'],
  3338.             'slugger' => ['privates''slugger''getSluggerService'false],
  3339.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3340.         ], [
  3341.             'em' => '?',
  3342.             'security' => '?',
  3343.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3344.             'slugger' => '?',
  3345.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3346.         ]);
  3347.     }
  3348.     /**
  3349.      * Gets the private '.service_locator.95sl7F.' shared service.
  3350.      *
  3351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3352.      */
  3353.     protected function get_ServiceLocator_95sl7F_Service()
  3354.     {
  3355.         return $this->privates['.service_locator.95sl7F.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3356.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3357.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3358.         ], [
  3359.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3360.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3361.         ]);
  3362.     }
  3363.     /**
  3364.      * Gets the private '.service_locator.9CmfMbP' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3367.      */
  3368.     protected function get_ServiceLocator_9CmfMbPService()
  3369.     {
  3370.         return $this->privates['.service_locator.9CmfMbP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3371.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3372.             '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.'],
  3373.             'slugger' => ['privates''slugger''getSluggerService'false],
  3374.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3375.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3376.         ], [
  3377.             'em' => '?',
  3378.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3379.             'slugger' => '?',
  3380.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3381.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3382.         ]);
  3383.     }
  3384.     /**
  3385.      * Gets the private '.service_locator.9Q_EAN8' shared service.
  3386.      *
  3387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3388.      */
  3389.     protected function get_ServiceLocator_9QEAN8Service()
  3390.     {
  3391.         return $this->privates['.service_locator.9Q_EAN8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3392.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3393.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3394.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3395.         ], [
  3396.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3397.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3398.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3399.         ]);
  3400.     }
  3401.     /**
  3402.      * Gets the private '.service_locator.GCcWbYw' shared service.
  3403.      *
  3404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3405.      */
  3406.     protected function get_ServiceLocator_GCcWbYwService()
  3407.     {
  3408.         return $this->privates['.service_locator.GCcWbYw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3409.             '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.'],
  3410.         ], [
  3411.             'theUser' => 'App\\Entity\\User\\User',
  3412.         ]);
  3413.     }
  3414.     /**
  3415.      * Gets the private '.service_locator.GdYi9Rq' shared service.
  3416.      *
  3417.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3418.      */
  3419.     protected function get_ServiceLocator_GdYi9RqService()
  3420.     {
  3421.         return $this->privates['.service_locator.GdYi9Rq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3422.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3423.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3424.         ], [
  3425.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3426.             'thePaginator' => '?',
  3427.         ]);
  3428.     }
  3429.     /**
  3430.      * Gets the private '.service_locator.JxKj.fk' shared service.
  3431.      *
  3432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3433.      */
  3434.     protected function get_ServiceLocator_JxKj_FkService()
  3435.     {
  3436.         return $this->privates['.service_locator.JxKj.fk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3437.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3438.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3439.             'session' => ['privates''.errored..service_locator.JxKj.fk.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.JxKj.fk": 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.'],
  3440.             'slugger' => ['privates''slugger''getSluggerService'false],
  3441.         ], [
  3442.             'em' => '?',
  3443.             'security' => '?',
  3444.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3445.             'slugger' => '?',
  3446.         ]);
  3447.     }
  3448.     /**
  3449.      * Gets the private '.service_locator.LJxOt55' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3452.      */
  3453.     protected function get_ServiceLocator_LJxOt55Service()
  3454.     {
  3455.         return $this->privates['.service_locator.LJxOt55'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3456.             'theFormLoginAuthenticator' => ['privates''App\\Security\\User\\FormLoginAuthenticator''getFormLoginAuthenticatorService'false],
  3457.             'theMailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3458.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3459.             'theTokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3460.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3461.         ], [
  3462.             'theFormLoginAuthenticator' => 'App\\Security\\User\\FormLoginAuthenticator',
  3463.             'theMailer' => '?',
  3464.             'theManagerRegistry' => '?',
  3465.             'theTokenStorage' => '?',
  3466.             'theUserPasswordHasherInterface' => '?',
  3467.         ]);
  3468.     }
  3469.     /**
  3470.      * Gets the private '.service_locator.QJ78CZl' shared service.
  3471.      *
  3472.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3473.      */
  3474.     protected function get_ServiceLocator_QJ78CZlService()
  3475.     {
  3476.         return $this->privates['.service_locator.QJ78CZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3477.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3478.             '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.'],
  3479.             'slugger' => ['privates''slugger''getSluggerService'false],
  3480.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3481.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3482.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3483.         ], [
  3484.             'em' => '?',
  3485.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3486.             'slugger' => '?',
  3487.             'thePaginator' => '?',
  3488.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3489.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3490.         ]);
  3491.     }
  3492.     /**
  3493.      * Gets the private '.service_locator.RZCuu4Y' shared service.
  3494.      *
  3495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3496.      */
  3497.     protected function get_ServiceLocator_RZCuu4YService()
  3498.     {
  3499.         return $this->privates['.service_locator.RZCuu4Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3500.             '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.'],
  3501.             'theFicheBatimentExempleRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentExempleRepository''getFicheBatimentExempleRepositoryService'false],
  3502.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3503.         ], [
  3504.             'theFicheBatiment' => 'App\\Entity\\Fiche\\FicheBatiment',
  3505.             'theFicheBatimentExempleRepository' => 'App\\Repository\\Fiche\\FicheBatimentExempleRepository',
  3506.             'theManagerRegistry' => '?',
  3507.         ]);
  3508.     }
  3509.     /**
  3510.      * Gets the private '.service_locator.Vo0NxYX' shared service.
  3511.      *
  3512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3513.      */
  3514.     protected function get_ServiceLocator_Vo0NxYXService()
  3515.     {
  3516.         return $this->privates['.service_locator.Vo0NxYX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3517.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3518.         ], [
  3519.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3520.         ]);
  3521.     }
  3522.     /**
  3523.      * Gets the private '.service_locator.W6Gn6mF' shared service.
  3524.      *
  3525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3526.      */
  3527.     protected function get_ServiceLocator_W6Gn6mFService()
  3528.     {
  3529.         return $this->privates['.service_locator.W6Gn6mF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3530.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3531.             '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.'],
  3532.             'slugger' => ['privates''slugger''getSluggerService'false],
  3533.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3534.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3535.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3536.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3537.         ], [
  3538.             'em' => '?',
  3539.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3540.             'slugger' => '?',
  3541.             'thePaginator' => '?',
  3542.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3543.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3544.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3545.         ]);
  3546.     }
  3547.     /**
  3548.      * Gets the private '.service_locator.XsyfP82' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3551.      */
  3552.     protected function get_ServiceLocator_XsyfP82Service()
  3553.     {
  3554.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3555.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3556.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3557.         ], [
  3558.             'event_dispatcher' => '?',
  3559.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3560.         ]);
  3561.     }
  3562.     /**
  3563.      * Gets the private '.service_locator.baR3Skb' shared service.
  3564.      *
  3565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3566.      */
  3567.     protected function get_ServiceLocator_BaR3SkbService()
  3568.     {
  3569.         return $this->privates['.service_locator.baR3Skb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3570.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3571.             '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.'],
  3572.             'slugger' => ['privates''slugger''getSluggerService'false],
  3573.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3574.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3575.             'visaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3576.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3577.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3578.         ], [
  3579.             'em' => '?',
  3580.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3581.             'slugger' => '?',
  3582.             'thePaginator' => '?',
  3583.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3584.             'visaContactsRepository' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3585.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3586.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3587.         ]);
  3588.     }
  3589.     /**
  3590.      * Gets the private '.service_locator.dNG_.Gh' shared service.
  3591.      *
  3592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3593.      */
  3594.     protected function get_ServiceLocator_DNG_GhService()
  3595.     {
  3596.         return $this->privates['.service_locator.dNG_.Gh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3597.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3598.         ], [
  3599.             'theUserPasswordHasherInterface' => '?',
  3600.         ]);
  3601.     }
  3602.     /**
  3603.      * Gets the private '.service_locator.dbFJ5zg' shared service.
  3604.      *
  3605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3606.      */
  3607.     protected function get_ServiceLocator_DbFJ5zgService()
  3608.     {
  3609.         return $this->privates['.service_locator.dbFJ5zg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3610.             '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.'],
  3611.         ], [
  3612.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3613.         ]);
  3614.     }
  3615.     /**
  3616.      * Gets the private '.service_locator.gu5No2f' shared service.
  3617.      *
  3618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3619.      */
  3620.     protected function get_ServiceLocator_Gu5No2fService()
  3621.     {
  3622.         return $this->privates['.service_locator.gu5No2f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3623.             '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.'],
  3624.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3625.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3626.         ], [
  3627.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3628.             'thePaginator' => '?',
  3629.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3630.         ]);
  3631.     }
  3632.     /**
  3633.      * Gets the private '.service_locator.j1dXv3k' shared service.
  3634.      *
  3635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3636.      */
  3637.     protected function get_ServiceLocator_J1dXv3kService()
  3638.     {
  3639.         return $this->privates['.service_locator.j1dXv3k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3640.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3641.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3642.             '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.'],
  3643.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3644.         ], [
  3645.             'em' => '?',
  3646.             'security' => '?',
  3647.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3648.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3649.         ]);
  3650.     }
  3651.     /**
  3652.      * Gets the private '.service_locator.kJcBm2V' shared service.
  3653.      *
  3654.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3655.      */
  3656.     protected function get_ServiceLocator_KJcBm2VService()
  3657.     {
  3658.         return $this->privates['.service_locator.kJcBm2V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3659.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3660.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3661.             '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.'],
  3662.             'slugger' => ['privates''slugger''getSluggerService'false],
  3663.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3664.             'visaBilansRepository' => ['privates''App\\Repository\\Visa\\VisaBilansRepository''getVisaBilansRepositoryService'false],
  3665.             'visaContactsRepository' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3666.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3667.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3668.         ], [
  3669.             'em' => '?',
  3670.             'mailer' => '?',
  3671.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3672.             'slugger' => '?',
  3673.             'thePaginator' => '?',
  3674.             'visaBilansRepository' => 'App\\Repository\\Visa\\VisaBilansRepository',
  3675.             'visaContactsRepository' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3676.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3677.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3678.         ]);
  3679.     }
  3680.     /**
  3681.      * Gets the private '.service_locator.lB7IHi8' shared service.
  3682.      *
  3683.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3684.      */
  3685.     protected function get_ServiceLocator_LB7IHi8Service()
  3686.     {
  3687.         return $this->privates['.service_locator.lB7IHi8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3688.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3689.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3690.         ], [
  3691.             'authenticationUtils' => '?',
  3692.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3693.         ]);
  3694.     }
  3695.     /**
  3696.      * Gets the private '.service_locator.lJ.uJFs' shared service.
  3697.      *
  3698.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3699.      */
  3700.     protected function get_ServiceLocator_LJ_UJFsService()
  3701.     {
  3702.         return $this->privates['.service_locator.lJ.uJFs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3703.             'theFicheBatimentRepository' => ['privates''App\\Repository\\Fiche\\FicheBatimentRepository''getFicheBatimentRepositoryService'false],
  3704.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3705.         ], [
  3706.             'theFicheBatimentRepository' => 'App\\Repository\\Fiche\\FicheBatimentRepository',
  3707.             'theManagerRegistry' => '?',
  3708.         ]);
  3709.     }
  3710.     /**
  3711.      * Gets the private '.service_locator.mx0UMmY' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3714.      */
  3715.     protected function get_ServiceLocator_Mx0UMmYService()
  3716.     {
  3717.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3718.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3719.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3720.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3721.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3722.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3723.             'router' => ['services''router''getRouterService'false],
  3724.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3725.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3726.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3727.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3728.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3729.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3730.         ], [
  3731.             'doctrine' => '?',
  3732.             'form.factory' => '?',
  3733.             'http_kernel' => '?',
  3734.             'parameter_bag' => '?',
  3735.             'request_stack' => '?',
  3736.             'router' => '?',
  3737.             'security.authorization_checker' => '?',
  3738.             'security.csrf.token_manager' => '?',
  3739.             'security.token_storage' => '?',
  3740.             'serializer' => '?',
  3741.             'session' => '.session.deprecated',
  3742.             'twig' => '?',
  3743.         ]);
  3744.     }
  3745.     /**
  3746.      * Gets the private '.service_locator.qgJeq67' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3749.      */
  3750.     protected function get_ServiceLocator_QgJeq67Service()
  3751.     {
  3752.         return $this->privates['.service_locator.qgJeq67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3753.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3754.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  3755.         ], [
  3756.             'theManagerRegistry' => '?',
  3757.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  3758.         ]);
  3759.     }
  3760.     /**
  3761.      * Gets the private '.service_locator.sKmUknj' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3764.      */
  3765.     protected function get_ServiceLocator_SKmUknjService()
  3766.     {
  3767.         return $this->privates['.service_locator.sKmUknj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3768.             'theMailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3769.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3770.             'theUserPasswordHasherInterface' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3771.             'theUserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  3772.         ], [
  3773.             'theMailer' => '?',
  3774.             'theManagerRegistry' => '?',
  3775.             'theUserPasswordHasherInterface' => '?',
  3776.             'theUserRepository' => 'App\\Repository\\User\\UserRepository',
  3777.         ]);
  3778.     }
  3779.     /**
  3780.      * Gets the private '.service_locator.tVH8G6g' shared service.
  3781.      *
  3782.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3783.      */
  3784.     protected function get_ServiceLocator_TVH8G6gService()
  3785.     {
  3786.         return $this->privates['.service_locator.tVH8G6g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3787.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3788.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3789.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3790.         ], [
  3791.             'em' => '?',
  3792.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3793.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3794.         ]);
  3795.     }
  3796.     /**
  3797.      * Gets the private '.service_locator.uE3NHej' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3800.      */
  3801.     protected function get_ServiceLocator_UE3NHejService()
  3802.     {
  3803.         return $this->privates['.service_locator.uE3NHej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3804.             'theManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3805.         ], [
  3806.             'theManagerRegistry' => '?',
  3807.         ]);
  3808.     }
  3809.     /**
  3810.      * Gets the private '.service_locator.vCITWb1' shared service.
  3811.      *
  3812.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3813.      */
  3814.     protected function get_ServiceLocator_VCITWb1Service()
  3815.     {
  3816.         return $this->privates['.service_locator.vCITWb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3817.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3818.             '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.'],
  3819.             'slugger' => ['privates''slugger''getSluggerService'false],
  3820.             'visaExigencesRepo' => ['privates''App\\Repository\\Visa\\VisaExigencesRepository''getVisaExigencesRepositoryService'false],
  3821.             'visaJustificatifsRepo' => ['privates''App\\Repository\\Visa\\VisaJustificatifsRepository''getVisaJustificatifsRepositoryService'false],
  3822.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3823.         ], [
  3824.             'em' => '?',
  3825.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3826.             'slugger' => '?',
  3827.             'visaExigencesRepo' => 'App\\Repository\\Visa\\VisaExigencesRepository',
  3828.             'visaJustificatifsRepo' => 'App\\Repository\\Visa\\VisaJustificatifsRepository',
  3829.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3830.         ]);
  3831.     }
  3832.     /**
  3833.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3836.      */
  3837.     protected function get_ServiceLocator_XUrKPVUService()
  3838.     {
  3839.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3840.             '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".'],
  3841.         ], [
  3842.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3843.         ]);
  3844.     }
  3845.     /**
  3846.      * Gets the private '.service_locator.y.UAYvk' shared service.
  3847.      *
  3848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3849.      */
  3850.     protected function get_ServiceLocator_Y_UAYvkService()
  3851.     {
  3852.         return $this->privates['.service_locator.y.UAYvk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3853.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3854.             '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.'],
  3855.             'slugger' => ['privates''slugger''getSluggerService'false],
  3856.             'thePaginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3857.             'visaContactsRepo' => ['privates''App\\Repository\\Visa\\VisaContactsRepository''getVisaContactsRepositoryService'false],
  3858.             'visaProjetsRepo' => ['privates''App\\Repository\\Visa\\VisaProjetsRepository''getVisaProjetsRepositoryService'false],
  3859.         ], [
  3860.             'em' => '?',
  3861.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  3862.             'slugger' => '?',
  3863.             'thePaginator' => '?',
  3864.             'visaContactsRepo' => 'App\\Repository\\Visa\\VisaContactsRepository',
  3865.             'visaProjetsRepo' => 'App\\Repository\\Visa\\VisaProjetsRepository',
  3866.         ]);
  3867.     }
  3868.     /**
  3869.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3870.      *
  3871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3872.      */
  3873.     protected function get_ServiceLocator_ZJyh7qSService()
  3874.     {
  3875.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3876.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3877.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3878.         ], [
  3879.             'security.firewall.map.context.dev' => '?',
  3880.             'security.firewall.map.context.main' => '?',
  3881.         ]);
  3882.     }
  3883.     /**
  3884.      * Gets the private '.session.deprecated' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3887.      */
  3888.     protected function get_Session_DeprecatedService()
  3889.     {
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3892.         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();
  3893.     }
  3894.     /**
  3895.      * Gets the private '.twig.command.debug.lazy' shared service.
  3896.      *
  3897.      * @return \Symfony\Component\Console\Command\LazyCommand
  3898.      */
  3899.     protected function get_Twig_Command_Debug_LazyService()
  3900.     {
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3903.         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 {
  3904.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3905.         });
  3906.     }
  3907.     /**
  3908.      * Gets the private '.twig.command.lint.lazy' shared service.
  3909.      *
  3910.      * @return \Symfony\Component\Console\Command\LazyCommand
  3911.      */
  3912.     protected function get_Twig_Command_Lint_LazyService()
  3913.     {
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3916.         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 {
  3917.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3918.         });
  3919.     }
  3920.     /**
  3921.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3922.      *
  3923.      * @return \Symfony\Component\Console\Command\LazyCommand
  3924.      */
  3925.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3926.     {
  3927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3929.         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 {
  3930.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3931.         });
  3932.     }
  3933.     /**
  3934.      * Gets the private 'App\Command\Fiche\FicheBatimentReimport' shared autowired service.
  3935.      *
  3936.      * @return \App\Command\Fiche\FicheBatimentReimport
  3937.      */
  3938.     protected function getFicheBatimentReimportService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3941.         include_once \dirname(__DIR__4).'/src/Command/Fiche/FicheBatimentReimport.php';
  3942.         include_once \dirname(__DIR__4).'/src/Service/Fiche/FicheBatimentImportService.php';
  3943.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3944.         $this->privates['App\\Command\\Fiche\\FicheBatimentReimport'] = $instance = new \App\Command\Fiche\FicheBatimentReimport(new \App\Service\Fiche\FicheBatimentImportService($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), $a);
  3945.         $instance->setName('fiche:fiche-batiment-reimport');
  3946.         return $instance;
  3947.     }
  3948.     /**
  3949.      * Gets the private 'App\Command\ReminderLotCommand' shared autowired service.
  3950.      *
  3951.      * @return \App\Command\ReminderLotCommand
  3952.      */
  3953.     protected function getReminderLotCommandService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3956.         include_once \dirname(__DIR__4).'/src/Command/ReminderLotCommand.php';
  3957.         $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()));
  3958.         $instance->setName('app:ReminderLot');
  3959.         $instance->setDescription('Envoi des rappels Ã  15 jours');
  3960.         return $instance;
  3961.     }
  3962.     /**
  3963.      * Gets the private 'App\Command\User\CreateUserCommand' shared autowired service.
  3964.      *
  3965.      * @return \App\Command\User\CreateUserCommand
  3966.      */
  3967.     protected function getCreateUserCommandService()
  3968.     {
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3970.         include_once \dirname(__DIR__4).'/src/Command/User/CreateUserCommand.php';
  3971.         $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()));
  3972.         $instance->setName('user:create');
  3973.         return $instance;
  3974.     }
  3975.     /**
  3976.      * Gets the private 'App\Form\AffichageGraphiqueType' shared autowired service.
  3977.      *
  3978.      * @return \App\Form\AffichageGraphiqueType
  3979.      */
  3980.     protected function getAffichageGraphiqueTypeService()
  3981.     {
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3984.         include_once \dirname(__DIR__4).'/src/Form/AffichageGraphiqueType.php';
  3985.         return $this->privates['App\\Form\\AffichageGraphiqueType'] = new \App\Form\AffichageGraphiqueType();
  3986.     }
  3987.     /**
  3988.      * Gets the private 'App\Form\ContactType' shared autowired service.
  3989.      *
  3990.      * @return \App\Form\ContactType
  3991.      */
  3992.     protected function getContactTypeService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3996.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  3997.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  3998.     }
  3999.     /**
  4000.      * Gets the private 'App\Form\Fiche\FicheBatimentFilterType' shared autowired service.
  4001.      *
  4002.      * @return \App\Form\Fiche\FicheBatimentFilterType
  4003.      */
  4004.     protected function getFicheBatimentFilterTypeService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4008.         include_once \dirname(__DIR__4).'/src/Form/Fiche/FicheBatimentFilterType.php';
  4009.         return $this->privates['App\\Form\\Fiche\\FicheBatimentFilterType'] = new \App\Form\Fiche\FicheBatimentFilterType();
  4010.     }
  4011.     /**
  4012.      * Gets the private 'App\Form\InfiltrationType' shared autowired service.
  4013.      *
  4014.      * @return \App\Form\InfiltrationType
  4015.      */
  4016.     protected function getInfiltrationTypeService()
  4017.     {
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4020.         include_once \dirname(__DIR__4).'/src/Form/InfiltrationType.php';
  4021.         return $this->privates['App\\Form\\InfiltrationType'] = new \App\Form\InfiltrationType();
  4022.     }
  4023.     /**
  4024.      * Gets the private 'App\Form\ReutilisationType' shared autowired service.
  4025.      *
  4026.      * @return \App\Form\ReutilisationType
  4027.      */
  4028.     protected function getReutilisationTypeService()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4032.         include_once \dirname(__DIR__4).'/src/Form/ReutilisationType.php';
  4033.         return $this->privates['App\\Form\\ReutilisationType'] = new \App\Form\ReutilisationType();
  4034.     }
  4035.     /**
  4036.      * Gets the private 'App\Form\UploadFichierType' shared autowired service.
  4037.      *
  4038.      * @return \App\Form\UploadFichierType
  4039.      */
  4040.     protected function getUploadFichierTypeService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4044.         include_once \dirname(__DIR__4).'/src/Form/UploadFichierType.php';
  4045.         return $this->privates['App\\Form\\UploadFichierType'] = new \App\Form\UploadFichierType();
  4046.     }
  4047.     /**
  4048.      * Gets the private 'App\Form\User\InscriptionType' shared autowired service.
  4049.      *
  4050.      * @return \App\Form\User\InscriptionType
  4051.      */
  4052.     protected function getInscriptionTypeService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4056.         include_once \dirname(__DIR__4).'/src/Form/User/InscriptionType.php';
  4057.         return $this->privates['App\\Form\\User\\InscriptionType'] = new \App\Form\User\InscriptionType();
  4058.     }
  4059.     /**
  4060.      * Gets the private 'App\Form\User\LoginType' shared autowired service.
  4061.      *
  4062.      * @return \App\Form\User\LoginType
  4063.      */
  4064.     protected function getLoginTypeService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4068.         include_once \dirname(__DIR__4).'/src/Form/User/LoginType.php';
  4069.         return $this->privates['App\\Form\\User\\LoginType'] = new \App\Form\User\LoginType();
  4070.     }
  4071.     /**
  4072.      * Gets the private 'App\Form\User\MotDePasseOublieType' shared autowired service.
  4073.      *
  4074.      * @return \App\Form\User\MotDePasseOublieType
  4075.      */
  4076.     protected function getMotDePasseOublieTypeService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4080.         include_once \dirname(__DIR__4).'/src/Form/User/MotDePasseOublieType.php';
  4081.         return $this->privates['App\\Form\\User\\MotDePasseOublieType'] = new \App\Form\User\MotDePasseOublieType();
  4082.     }
  4083.     /**
  4084.      * Gets the private 'App\Form\User\UserChangePasswordType' shared autowired service.
  4085.      *
  4086.      * @return \App\Form\User\UserChangePasswordType
  4087.      */
  4088.     protected function getUserChangePasswordTypeService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4092.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  4093.         include_once \dirname(__DIR__4).'/src/Form/User/UserChangePasswordType.php';
  4094.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4095.         if (isset($this->privates['App\\Form\\User\\UserChangePasswordType'])) {
  4096.             return $this->privates['App\\Form\\User\\UserChangePasswordType'];
  4097.         }
  4098.         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);
  4099.     }
  4100.     /**
  4101.      * Gets the private 'App\Form\User\UserEditType' shared autowired service.
  4102.      *
  4103.      * @return \App\Form\User\UserEditType
  4104.      */
  4105.     protected function getUserEditTypeService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4109.         include_once \dirname(__DIR__4).'/src/Form/User/UserEditType.php';
  4110.         return $this->privates['App\\Form\\User\\UserEditType'] = new \App\Form\User\UserEditType();
  4111.     }
  4112.     /**
  4113.      * Gets the private 'App\Form\User\UserFilterType' shared autowired service.
  4114.      *
  4115.      * @return \App\Form\User\UserFilterType
  4116.      */
  4117.     protected function getUserFilterTypeService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4121.         include_once \dirname(__DIR__4).'/src/Form/User/UserFilterType.php';
  4122.         return $this->privates['App\\Form\\User\\UserFilterType'] = new \App\Form\User\UserFilterType();
  4123.     }
  4124.     /**
  4125.      * Gets the private 'App\Form\User\UserType' shared autowired service.
  4126.      *
  4127.      * @return \App\Form\User\UserType
  4128.      */
  4129.     protected function getUserTypeService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4133.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  4134.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4135.         if (isset($this->privates['App\\Form\\User\\UserType'])) {
  4136.             return $this->privates['App\\Form\\User\\UserType'];
  4137.         }
  4138.         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);
  4139.     }
  4140.     /**
  4141.      * Gets the private 'App\Form\User\UserUpdateProfileType' shared autowired service.
  4142.      *
  4143.      * @return \App\Form\User\UserUpdateProfileType
  4144.      */
  4145.     protected function getUserUpdateProfileTypeService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4149.         include_once \dirname(__DIR__4).'/src/Form/User/UserUpdateProfileType.php';
  4150.         return $this->privates['App\\Form\\User\\UserUpdateProfileType'] = new \App\Form\User\UserUpdateProfileType();
  4151.     }
  4152.     /**
  4153.      * Gets the private 'App\Form\Visa\VisaCommentaireEntrepriseType' shared autowired service.
  4154.      *
  4155.      * @return \App\Form\Visa\VisaCommentaireEntrepriseType
  4156.      */
  4157.     protected function getVisaCommentaireEntrepriseTypeService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4161.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaCommentaireEntrepriseType.php';
  4162.         return $this->privates['App\\Form\\Visa\\VisaCommentaireEntrepriseType'] = new \App\Form\Visa\VisaCommentaireEntrepriseType();
  4163.     }
  4164.     /**
  4165.      * Gets the private 'App\Form\Visa\VisaContactEmail' shared autowired service.
  4166.      *
  4167.      * @return \App\Form\Visa\VisaContactEmail
  4168.      */
  4169.     protected function getVisaContactEmailService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4173.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaContactEmail.php';
  4174.         return $this->privates['App\\Form\\Visa\\VisaContactEmail'] = new \App\Form\Visa\VisaContactEmail();
  4175.     }
  4176.     /**
  4177.      * Gets the private 'App\Form\Visa\VisaContactsType' shared autowired service.
  4178.      *
  4179.      * @return \App\Form\Visa\VisaContactsType
  4180.      */
  4181.     protected function getVisaContactsTypeService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4185.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaContactsType.php';
  4186.         return $this->privates['App\\Form\\Visa\\VisaContactsType'] = new \App\Form\Visa\VisaContactsType();
  4187.     }
  4188.     /**
  4189.      * Gets the private 'App\Form\Visa\VisaExigencesType' shared autowired service.
  4190.      *
  4191.      * @return \App\Form\Visa\VisaExigencesType
  4192.      */
  4193.     protected function getVisaExigencesTypeService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4197.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaExigencesType.php';
  4198.         return $this->privates['App\\Form\\Visa\\VisaExigencesType'] = new \App\Form\Visa\VisaExigencesType();
  4199.     }
  4200.     /**
  4201.      * Gets the private 'App\Form\Visa\VisaLotBilan' shared autowired service.
  4202.      *
  4203.      * @return \App\Form\Visa\VisaLotBilan
  4204.      */
  4205.     protected function getVisaLotBilanService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4209.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaLotBilan.php';
  4210.         return $this->privates['App\\Form\\Visa\\VisaLotBilan'] = new \App\Form\Visa\VisaLotBilan();
  4211.     }
  4212.     /**
  4213.      * Gets the private 'App\Form\Visa\VisaNouvelleExigenceAvecLotType' shared autowired service.
  4214.      *
  4215.      * @return \App\Form\Visa\VisaNouvelleExigenceAvecLotType
  4216.      */
  4217.     protected function getVisaNouvelleExigenceAvecLotTypeService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4221.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaNouvelleExigenceAvecLotType.php';
  4222.         return $this->privates['App\\Form\\Visa\\VisaNouvelleExigenceAvecLotType'] = new \App\Form\Visa\VisaNouvelleExigenceAvecLotType();
  4223.     }
  4224.     /**
  4225.      * Gets the private 'App\Form\Visa\VisaNouvelleExigenceType' shared autowired service.
  4226.      *
  4227.      * @return \App\Form\Visa\VisaNouvelleExigenceType
  4228.      */
  4229.     protected function getVisaNouvelleExigenceTypeService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4233.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaNouvelleExigenceType.php';
  4234.         return $this->privates['App\\Form\\Visa\\VisaNouvelleExigenceType'] = new \App\Form\Visa\VisaNouvelleExigenceType();
  4235.     }
  4236.     /**
  4237.      * Gets the private 'App\Form\Visa\VisaProjetBilan' shared autowired service.
  4238.      *
  4239.      * @return \App\Form\Visa\VisaProjetBilan
  4240.      */
  4241.     protected function getVisaProjetBilanService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4245.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaProjetBilan.php';
  4246.         return $this->privates['App\\Form\\Visa\\VisaProjetBilan'] = new \App\Form\Visa\VisaProjetBilan();
  4247.     }
  4248.     /**
  4249.      * Gets the private 'App\Form\Visa\VisaProjetsFormType' shared autowired service.
  4250.      *
  4251.      * @return \App\Form\Visa\VisaProjetsFormType
  4252.      */
  4253.     protected function getVisaProjetsFormTypeService()
  4254.     {
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4257.         include_once \dirname(__DIR__4).'/src/Form/Visa/VisaProjetsFormType.php';
  4258.         return $this->privates['App\\Form\\Visa\\VisaProjetsFormType'] = new \App\Form\Visa\VisaProjetsFormType();
  4259.     }
  4260.     /**
  4261.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  4262.      *
  4263.      * @return \App\Repository\ContactRepository
  4264.      */
  4265.     protected function getContactRepositoryService()
  4266.     {
  4267.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4273.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  4274.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4275.     }
  4276.     /**
  4277.      * Gets the private 'App\Repository\Fiche\FicheBatimentExempleRepository' shared autowired service.
  4278.      *
  4279.      * @return \App\Repository\Fiche\FicheBatimentExempleRepository
  4280.      */
  4281.     protected function getFicheBatimentExempleRepositoryService()
  4282.     {
  4283.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4289.         include_once \dirname(__DIR__4).'/src/Repository/Fiche/FicheBatimentExempleRepository.php';
  4290.         return $this->privates['App\\Repository\\Fiche\\FicheBatimentExempleRepository'] = new \App\Repository\Fiche\FicheBatimentExempleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4291.     }
  4292.     /**
  4293.      * Gets the private 'App\Repository\Fiche\FicheBatimentRepository' shared autowired service.
  4294.      *
  4295.      * @return \App\Repository\Fiche\FicheBatimentRepository
  4296.      */
  4297.     protected function getFicheBatimentRepositoryService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4305.         include_once \dirname(__DIR__4).'/src/Repository/Fiche/FicheBatimentRepository.php';
  4306.         return $this->privates['App\\Repository\\Fiche\\FicheBatimentRepository'] = new \App\Repository\Fiche\FicheBatimentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4307.     }
  4308.     /**
  4309.      * Gets the private 'App\Repository\FichierRepository' shared autowired service.
  4310.      *
  4311.      * @return \App\Repository\FichierRepository
  4312.      */
  4313.     protected function getFichierRepositoryService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4321.         include_once \dirname(__DIR__4).'/src/Repository/FichierRepository.php';
  4322.         return $this->privates['App\\Repository\\FichierRepository'] = new \App\Repository\FichierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4323.     }
  4324.     /**
  4325.      * Gets the private 'App\Repository\IdUserRepository' shared autowired service.
  4326.      *
  4327.      * @return \App\Repository\IdUserRepository
  4328.      */
  4329.     protected function getIdUserRepositoryService()
  4330.     {
  4331.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4337.         include_once \dirname(__DIR__4).'/src/Repository/IdUserRepository.php';
  4338.         return $this->privates['App\\Repository\\IdUserRepository'] = new \App\Repository\IdUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4339.     }
  4340.     /**
  4341.      * Gets the private 'App\Repository\InfiltrationRepository' shared autowired service.
  4342.      *
  4343.      * @return \App\Repository\InfiltrationRepository
  4344.      */
  4345.     protected function getInfiltrationRepositoryService()
  4346.     {
  4347.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4353.         include_once \dirname(__DIR__4).'/src/Repository/InfiltrationRepository.php';
  4354.         return $this->privates['App\\Repository\\InfiltrationRepository'] = new \App\Repository\InfiltrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4355.     }
  4356.     /**
  4357.      * Gets the private 'App\Repository\PluvioDatabaseRepository' shared autowired service.
  4358.      *
  4359.      * @return \App\Repository\PluvioDatabaseRepository
  4360.      */
  4361.     protected function getPluvioDatabaseRepositoryService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4369.         include_once \dirname(__DIR__4).'/src/Repository/PluvioDatabaseRepository.php';
  4370.         return $this->privates['App\\Repository\\PluvioDatabaseRepository'] = new \App\Repository\PluvioDatabaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4371.     }
  4372.     /**
  4373.      * Gets the private 'App\Repository\User\UserRepository' shared autowired service.
  4374.      *
  4375.      * @return \App\Repository\User\UserRepository
  4376.      */
  4377.     protected function getUserRepositoryService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4385.         include_once \dirname(__DIR__4).'/src/Repository/User/UserRepository.php';
  4386.         return $this->privates['App\\Repository\\User\\UserRepository'] = new \App\Repository\User\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4387.     }
  4388.     /**
  4389.      * Gets the private 'App\Repository\User\UserTentativeConnexionRepository' shared autowired service.
  4390.      *
  4391.      * @return \App\Repository\User\UserTentativeConnexionRepository
  4392.      */
  4393.     protected function getUserTentativeConnexionRepositoryService()
  4394.     {
  4395.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4401.         include_once \dirname(__DIR__4).'/src/Repository/User/UserTentativeConnexionRepository.php';
  4402.         return $this->privates['App\\Repository\\User\\UserTentativeConnexionRepository'] = new \App\Repository\User\UserTentativeConnexionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4403.     }
  4404.     /**
  4405.      * Gets the private 'App\Repository\VisaProjetsRepository' shared autowired service.
  4406.      *
  4407.      * @return \App\Repository\VisaProjetsRepository
  4408.      */
  4409.     protected function getVisaProjetsRepository2Service()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4417.         include_once \dirname(__DIR__4).'/src/Repository/VisaProjetsRepository.php';
  4418.         return $this->privates['App\\Repository\\VisaProjetsRepository'] = new \App\Repository\VisaProjetsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4419.     }
  4420.     /**
  4421.      * Gets the private 'App\Repository\Visa\VisaBilansRepository' shared autowired service.
  4422.      *
  4423.      * @return \App\Repository\Visa\VisaBilansRepository
  4424.      */
  4425.     protected function getVisaBilansRepositoryService()
  4426.     {
  4427.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4433.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaBilansRepository.php';
  4434.         return $this->privates['App\\Repository\\Visa\\VisaBilansRepository'] = new \App\Repository\Visa\VisaBilansRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4435.     }
  4436.     /**
  4437.      * Gets the private 'App\Repository\Visa\VisaContactsRepository' shared autowired service.
  4438.      *
  4439.      * @return \App\Repository\Visa\VisaContactsRepository
  4440.      */
  4441.     protected function getVisaContactsRepositoryService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4449.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaContactsRepository.php';
  4450.         return $this->privates['App\\Repository\\Visa\\VisaContactsRepository'] = new \App\Repository\Visa\VisaContactsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4451.     }
  4452.     /**
  4453.      * Gets the private 'App\Repository\Visa\VisaExigencesRepository' shared autowired service.
  4454.      *
  4455.      * @return \App\Repository\Visa\VisaExigencesRepository
  4456.      */
  4457.     protected function getVisaExigencesRepositoryService()
  4458.     {
  4459.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4465.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaExigencesRepository.php';
  4466.         return $this->privates['App\\Repository\\Visa\\VisaExigencesRepository'] = new \App\Repository\Visa\VisaExigencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4467.     }
  4468.     /**
  4469.      * Gets the private 'App\Repository\Visa\VisaJustificatifsRepository' shared autowired service.
  4470.      *
  4471.      * @return \App\Repository\Visa\VisaJustificatifsRepository
  4472.      */
  4473.     protected function getVisaJustificatifsRepositoryService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4481.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaJustificatifsRepository.php';
  4482.         return $this->privates['App\\Repository\\Visa\\VisaJustificatifsRepository'] = new \App\Repository\Visa\VisaJustificatifsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4483.     }
  4484.     /**
  4485.      * Gets the private 'App\Repository\Visa\VisaProjetsRepository' shared autowired service.
  4486.      *
  4487.      * @return \App\Repository\Visa\VisaProjetsRepository
  4488.      */
  4489.     protected function getVisaProjetsRepositoryService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4497.         include_once \dirname(__DIR__4).'/src/Repository/Visa/VisaProjetsRepository.php';
  4498.         return $this->privates['App\\Repository\\Visa\\VisaProjetsRepository'] = new \App\Repository\Visa\VisaProjetsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4499.     }
  4500.     /**
  4501.      * Gets the private 'App\Security\User\FormLoginAuthenticator' shared autowired service.
  4502.      *
  4503.      * @return \App\Security\User\FormLoginAuthenticator
  4504.      */
  4505.     protected function getFormLoginAuthenticatorService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4512.         include_once \dirname(__DIR__4).'/src/Security/User/FormLoginAuthenticator.php';
  4513.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4514.         if (isset($this->privates['App\\Security\\User\\FormLoginAuthenticator'])) {
  4515.             return $this->privates['App\\Security\\User\\FormLoginAuthenticator'];
  4516.         }
  4517.         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());
  4518.     }
  4519.     /**
  4520.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4521.      *
  4522.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4523.      */
  4524.     protected function getManagerRegistryAwareConnectionProviderService()
  4525.     {
  4526.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4528.         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'));
  4529.     }
  4530.     /**
  4531.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4532.      *
  4533.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4534.      */
  4535.     protected function getRunSqlCommandService()
  4536.     {
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4540.         $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()));
  4541.         $instance->setName('dbal:run-sql');
  4542.         return $instance;
  4543.     }
  4544.     /**
  4545.      * Gets the private 'annotations.cache_adapter' shared service.
  4546.      *
  4547.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4548.      */
  4549.     protected function getAnnotations_CacheAdapterService()
  4550.     {
  4551.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4552.     }
  4553.     /**
  4554.      * Gets the private 'annotations.cache_warmer' shared service.
  4555.      *
  4556.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4557.      */
  4558.     protected function getAnnotations_CacheWarmerService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4563.         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);
  4564.     }
  4565.     /**
  4566.      * Gets the private 'annotations.cached_reader' shared service.
  4567.      *
  4568.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4569.      */
  4570.     protected function getAnnotations_CachedReaderService()
  4571.     {
  4572.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4573.     }
  4574.     /**
  4575.      * Gets the private 'annotations.reader' shared service.
  4576.      *
  4577.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4578.      */
  4579.     protected function getAnnotations_ReaderService()
  4580.     {
  4581.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4582.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4583.         $a->registerUniqueLoader('class_exists');
  4584.         $instance->addGlobalIgnoredName('required'$a);
  4585.         return $instance;
  4586.     }
  4587.     /**
  4588.      * Gets the private 'cache.annotations' shared service.
  4589.      *
  4590.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4591.      */
  4592.     protected function getCache_AnnotationsService()
  4593.     {
  4594.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B7uIqs59pD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4595.     }
  4596.     /**
  4597.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4600.      */
  4601.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4602.     {
  4603.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4604.     }
  4605.     /**
  4606.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4607.      *
  4608.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4609.      */
  4610.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4611.     {
  4612.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4613.     }
  4614.     /**
  4615.      * Gets the private 'cache.property_info' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4618.      */
  4619.     protected function getCache_PropertyInfoService()
  4620.     {
  4621.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('81Y2x64oSX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4622.     }
  4623.     /**
  4624.      * Gets the private 'cache.security_expression_language' shared service.
  4625.      *
  4626.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4627.      */
  4628.     protected function getCache_SecurityExpressionLanguageService()
  4629.     {
  4630.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('L30-2hmSa5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4631.     }
  4632.     /**
  4633.      * Gets the private 'cache.serializer' shared service.
  4634.      *
  4635.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4636.      */
  4637.     protected function getCache_SerializerService()
  4638.     {
  4639.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ngh8-e6Gn6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4640.     }
  4641.     /**
  4642.      * Gets the private 'cache.validator' shared service.
  4643.      *
  4644.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4645.      */
  4646.     protected function getCache_ValidatorService()
  4647.     {
  4648.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UA3ZUY+K2u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4649.     }
  4650.     /**
  4651.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4652.      *
  4653.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4654.      */
  4655.     protected function getCachePoolClearer_CacheWarmerService()
  4656.     {
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4659.         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']);
  4660.     }
  4661.     /**
  4662.      * Gets the private 'config_builder.warmer' shared service.
  4663.      *
  4664.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4665.      */
  4666.     protected function getConfigBuilder_WarmerService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4670.         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()));
  4671.     }
  4672.     /**
  4673.      * Gets the private 'config_cache_factory' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4676.      */
  4677.     protected function getConfigCacheFactoryService()
  4678.     {
  4679.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4680.             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)));
  4681.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4682.         }, 2));
  4683.     }
  4684.     /**
  4685.      * Gets the private 'console.command.about' shared service.
  4686.      *
  4687.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4688.      */
  4689.     protected function getConsole_Command_AboutService()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4693.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4694.         $instance->setName('about');
  4695.         $instance->setDescription('Display information about the current project');
  4696.         return $instance;
  4697.     }
  4698.     /**
  4699.      * Gets the private 'console.command.assets_install' shared service.
  4700.      *
  4701.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4702.      */
  4703.     protected function getConsole_Command_AssetsInstallService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4708.         $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));
  4709.         $instance->setName('assets:install');
  4710.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4711.         return $instance;
  4712.     }
  4713.     /**
  4714.      * Gets the private 'console.command.cache_clear' shared service.
  4715.      *
  4716.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4717.      */
  4718.     protected function getConsole_Command_CacheClearService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4723.         $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())));
  4724.         $instance->setName('cache:clear');
  4725.         $instance->setDescription('Clear the cache');
  4726.         return $instance;
  4727.     }
  4728.     /**
  4729.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4730.      *
  4731.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4732.      */
  4733.     protected function getConsole_Command_CachePoolClearService()
  4734.     {
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4737.         $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']);
  4738.         $instance->setName('cache:pool:clear');
  4739.         $instance->setDescription('Clear cache pools');
  4740.         return $instance;
  4741.     }
  4742.     /**
  4743.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4744.      *
  4745.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4746.      */
  4747.     protected function getConsole_Command_CachePoolDeleteService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4751.         $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']);
  4752.         $instance->setName('cache:pool:delete');
  4753.         $instance->setDescription('Delete an item from a cache pool');
  4754.         return $instance;
  4755.     }
  4756.     /**
  4757.      * Gets the private 'console.command.cache_pool_list' shared service.
  4758.      *
  4759.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4760.      */
  4761.     protected function getConsole_Command_CachePoolListService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4765.         $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']);
  4766.         $instance->setName('cache:pool:list');
  4767.         $instance->setDescription('List available cache pools');
  4768.         return $instance;
  4769.     }
  4770.     /**
  4771.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4772.      *
  4773.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4774.      */
  4775.     protected function getConsole_Command_CachePoolPruneService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4779.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4780.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4781.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4782.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4783.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4784.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4785.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4786.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4787.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4788.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4789.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4790.         }, 10));
  4791.         $instance->setName('cache:pool:prune');
  4792.         $instance->setDescription('Prune cache pools');
  4793.         return $instance;
  4794.     }
  4795.     /**
  4796.      * Gets the private 'console.command.cache_warmup' shared service.
  4797.      *
  4798.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4799.      */
  4800.     protected function getConsole_Command_CacheWarmupService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4804.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4805.         $instance->setName('cache:warmup');
  4806.         $instance->setDescription('Warm up an empty cache');
  4807.         return $instance;
  4808.     }
  4809.     /**
  4810.      * Gets the private 'console.command.config_debug' shared service.
  4811.      *
  4812.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4813.      */
  4814.     protected function getConsole_Command_ConfigDebugService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4821.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4822.         $instance->setName('debug:config');
  4823.         $instance->setDescription('Dump the current configuration for an extension');
  4824.         return $instance;
  4825.     }
  4826.     /**
  4827.      * Gets the private 'console.command.config_dump_reference' shared service.
  4828.      *
  4829.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4830.      */
  4831.     protected function getConsole_Command_ConfigDumpReferenceService()
  4832.     {
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4838.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4839.         $instance->setName('config:dump-reference');
  4840.         $instance->setDescription('Dump the default configuration for an extension');
  4841.         return $instance;
  4842.     }
  4843.     /**
  4844.      * Gets the private 'console.command.container_debug' shared service.
  4845.      *
  4846.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4847.      */
  4848.     protected function getConsole_Command_ContainerDebugService()
  4849.     {
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4853.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4854.         $instance->setName('debug:container');
  4855.         $instance->setDescription('Display current services for an application');
  4856.         return $instance;
  4857.     }
  4858.     /**
  4859.      * Gets the private 'console.command.container_lint' shared service.
  4860.      *
  4861.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4862.      */
  4863.     protected function getConsole_Command_ContainerLintService()
  4864.     {
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4867.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4868.         $instance->setName('lint:container');
  4869.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4870.         return $instance;
  4871.     }
  4872.     /**
  4873.      * Gets the private 'console.command.debug_autowiring' shared service.
  4874.      *
  4875.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4876.      */
  4877.     protected function getConsole_Command_DebugAutowiringService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4883.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4884.         $instance->setName('debug:autowiring');
  4885.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4886.         return $instance;
  4887.     }
  4888.     /**
  4889.      * Gets the private 'console.command.dotenv_debug' shared service.
  4890.      *
  4891.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4892.      */
  4893.     protected function getConsole_Command_DotenvDebugService()
  4894.     {
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4897.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  4898.         $instance->setName('debug:dotenv');
  4899.         $instance->setDescription('Lists all dotenv files with variables and values');
  4900.         return $instance;
  4901.     }
  4902.     /**
  4903.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4904.      *
  4905.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4906.      */
  4907.     protected function getConsole_Command_EventDispatcherDebugService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4911.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  4912.         $instance->setName('debug:event-dispatcher');
  4913.         $instance->setDescription('Display configured listeners for an application');
  4914.         return $instance;
  4915.     }
  4916.     /**
  4917.      * Gets the private 'console.command.form_debug' shared service.
  4918.      *
  4919.      * @return \Symfony\Component\Form\Command\DebugCommand
  4920.      */
  4921.     protected function getConsole_Command_FormDebugService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4925.         $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\\InfiltrationType'=> 'App\\Form\\ReutilisationType'=> 'App\\Form\\UploadFichierType'=> 'App\\Form\\User\\InscriptionType'=> 'App\\Form\\User\\LoginType'=> 'App\\Form\\User\\MotDePasseOublieType'=> 'App\\Form\\User\\UserChangePasswordType'10 => 'App\\Form\\User\\UserEditType'11 => 'App\\Form\\User\\UserFilterType'12 => 'App\\Form\\User\\UserType'13 => 'App\\Form\\User\\UserUpdateProfileType'14 => 'App\\Form\\Visa\\VisaCommentaireEntrepriseType'15 => 'App\\Form\\Visa\\VisaContactEmail'16 => 'App\\Form\\Visa\\VisaContactsType'17 => 'App\\Form\\Visa\\VisaExigencesType'18 => 'App\\Form\\Visa\\VisaLotBilan'19 => 'App\\Form\\Visa\\VisaNouvelleExigenceAvecLotType'20 => 'App\\Form\\Visa\\VisaNouvelleExigenceType'21 => 'App\\Form\\Visa\\VisaProjetBilan'22 => 'App\\Form\\Visa\\VisaProjetsFormType'23 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'24 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'25 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'26 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'27 => '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()));
  4926.         $instance->setName('debug:form');
  4927.         $instance->setDescription('Display form type information');
  4928.         return $instance;
  4929.     }
  4930.     /**
  4931.      * Gets the private 'console.command.router_debug' shared service.
  4932.      *
  4933.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4934.      */
  4935.     protected function getConsole_Command_RouterDebugService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4940.         $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()));
  4941.         $instance->setName('debug:router');
  4942.         $instance->setDescription('Display current routes for an application');
  4943.         return $instance;
  4944.     }
  4945.     /**
  4946.      * Gets the private 'console.command.router_match' shared service.
  4947.      *
  4948.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4949.      */
  4950.     protected function getConsole_Command_RouterMatchService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4954.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4955.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4956.         }, 1));
  4957.         $instance->setName('router:match');
  4958.         $instance->setDescription('Help debug routes by simulating a path info match');
  4959.         return $instance;
  4960.     }
  4961.     /**
  4962.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4963.      *
  4964.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4965.      */
  4966.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4972.         $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')))));
  4973.         $instance->setName('secrets:decrypt-to-local');
  4974.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4975.         return $instance;
  4976.     }
  4977.     /**
  4978.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4979.      *
  4980.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4981.      */
  4982.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4983.     {
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4988.         $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')))));
  4989.         $instance->setName('secrets:encrypt-from-local');
  4990.         $instance->setDescription('Encrypt all local secrets to the vault');
  4991.         return $instance;
  4992.     }
  4993.     /**
  4994.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4995.      *
  4996.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4997.      */
  4998.     protected function getConsole_Command_SecretsGenerateKeyService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5004.         $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')))));
  5005.         $instance->setName('secrets:generate-keys');
  5006.         $instance->setDescription('Generate new encryption keys');
  5007.         return $instance;
  5008.     }
  5009.     /**
  5010.      * Gets the private 'console.command.secrets_list' shared service.
  5011.      *
  5012.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5013.      */
  5014.     protected function getConsole_Command_SecretsListService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5020.         $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')))));
  5021.         $instance->setName('secrets:list');
  5022.         $instance->setDescription('List all secrets');
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the private 'console.command.secrets_remove' shared service.
  5027.      *
  5028.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5029.      */
  5030.     protected function getConsole_Command_SecretsRemoveService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5036.         $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')))));
  5037.         $instance->setName('secrets:remove');
  5038.         $instance->setDescription('Remove a secret from the vault');
  5039.         return $instance;
  5040.     }
  5041.     /**
  5042.      * Gets the private 'console.command.secrets_set' shared service.
  5043.      *
  5044.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5045.      */
  5046.     protected function getConsole_Command_SecretsSetService()
  5047.     {
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5052.         $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')))));
  5053.         $instance->setName('secrets:set');
  5054.         $instance->setDescription('Set a secret in the vault');
  5055.         return $instance;
  5056.     }
  5057.     /**
  5058.      * Gets the private 'console.command.translation_debug' shared service.
  5059.      *
  5060.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5061.      */
  5062.     protected function getConsole_Command_TranslationDebugService()
  5063.     {
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5066.         $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')], [=> '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')], []);
  5067.         $instance->setName('debug:translation');
  5068.         $instance->setDescription('Display translation messages information');
  5069.         return $instance;
  5070.     }
  5071.     /**
  5072.      * Gets the private 'console.command.translation_extract' shared service.
  5073.      *
  5074.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5075.      */
  5076.     protected function getConsole_Command_TranslationExtractService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5080.         $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')], [=> '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')], []);
  5081.         $instance->setName('translation:extract');
  5082.         $instance->setAliases([=> 'translation:update']);
  5083.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  5084.         return $instance;
  5085.     }
  5086.     /**
  5087.      * Gets the private 'console.command.translation_pull' shared service.
  5088.      *
  5089.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  5090.      */
  5091.     protected function getConsole_Command_TranslationPullService()
  5092.     {
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5096.         $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', [], []);
  5097.         $instance->setName('translation:pull');
  5098.         $instance->setDescription('Pull translations from a given provider.');
  5099.         return $instance;
  5100.     }
  5101.     /**
  5102.      * Gets the private 'console.command.translation_push' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5105.      */
  5106.     protected function getConsole_Command_TranslationPushService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5111.         $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()), [], []);
  5112.         $instance->setName('translation:push');
  5113.         $instance->setDescription('Push translations to a given provider.');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'console.command.validator_debug' shared service.
  5118.      *
  5119.      * @return \Symfony\Component\Validator\Command\DebugCommand
  5120.      */
  5121.     protected function getConsole_Command_ValidatorDebugService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5125.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5126.         $instance->setName('debug:validator');
  5127.         $instance->setDescription('Display validation constraints for classes');
  5128.         return $instance;
  5129.     }
  5130.     /**
  5131.      * Gets the private 'console.command.xliff_lint' shared service.
  5132.      *
  5133.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5134.      */
  5135.     protected function getConsole_Command_XliffLintService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5139.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5140.         $instance->setName('lint:xliff');
  5141.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5142.         return $instance;
  5143.     }
  5144.     /**
  5145.      * Gets the private 'console.command.yaml_lint' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5148.      */
  5149.     protected function getConsole_Command_YamlLintService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5154.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5155.         $instance->setName('lint:yaml');
  5156.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5157.         return $instance;
  5158.     }
  5159.     /**
  5160.      * Gets the private 'console.error_listener' shared service.
  5161.      *
  5162.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5163.      */
  5164.     protected function getConsole_ErrorListenerService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5167.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5168.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5169.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5171.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5172.     }
  5173.     /**
  5174.      * Gets the private 'container.env_var_processor' shared service.
  5175.      *
  5176.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5177.      */
  5178.     protected function getContainer_EnvVarProcessorService()
  5179.     {
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5182.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5183.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5184.         }, 1));
  5185.     }
  5186.     /**
  5187.      * Gets the private 'container.getenv' shared service.
  5188.      *
  5189.      * @return \Closure
  5190.      */
  5191.     protected function getContainer_GetenvService()
  5192.     {
  5193.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  5194.     }
  5195.     /**
  5196.      * Gets the private 'data_collector.form' shared service.
  5197.      *
  5198.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5199.      */
  5200.     protected function getDataCollector_FormService()
  5201.     {
  5202.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5203.     }
  5204.     /**
  5205.      * Gets the private 'data_collector.request' shared service.
  5206.      *
  5207.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5208.      */
  5209.     protected function getDataCollector_RequestService()
  5210.     {
  5211.         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())));
  5212.     }
  5213.     /**
  5214.      * Gets the private 'data_collector.request.session_collector' shared service.
  5215.      *
  5216.      * @return \Closure
  5217.      */
  5218.     protected function getDataCollector_Request_SessionCollectorService()
  5219.     {
  5220.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  5221.     }
  5222.     /**
  5223.      * Gets the private 'debug.argument_resolver.default' shared service.
  5224.      *
  5225.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5226.      */
  5227.     protected function getDebug_ArgumentResolver_DefaultService()
  5228.     {
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5232.         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))));
  5233.     }
  5234.     /**
  5235.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5236.      *
  5237.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5238.      */
  5239.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5244.         $a = ($this->privates['.service_locator.2_k0Vdv'] ?? $this->get_ServiceLocator_2K0VdvService());
  5245.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  5246.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  5247.         }
  5248.         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))));
  5249.     }
  5250.     /**
  5251.      * Gets the private 'debug.argument_resolver.request' shared service.
  5252.      *
  5253.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5254.      */
  5255.     protected function getDebug_ArgumentResolver_RequestService()
  5256.     {
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5260.         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))));
  5261.     }
  5262.     /**
  5263.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5264.      *
  5265.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5266.      */
  5267.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5272.         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))));
  5273.     }
  5274.     /**
  5275.      * Gets the private 'debug.argument_resolver.service' shared service.
  5276.      *
  5277.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5278.      */
  5279.     protected function getDebug_ArgumentResolver_ServiceService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5284.         $a = ($this->privates['.service_locator.2_k0Vdv'] ?? $this->get_ServiceLocator_2K0VdvService());
  5285.         if (isset($this->privates['debug.argument_resolver.service'])) {
  5286.             return $this->privates['debug.argument_resolver.service'];
  5287.         }
  5288.         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))));
  5289.     }
  5290.     /**
  5291.      * Gets the private 'debug.argument_resolver.session' shared service.
  5292.      *
  5293.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5294.      */
  5295.     protected function getDebug_ArgumentResolver_SessionService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5300.         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))));
  5301.     }
  5302.     /**
  5303.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5304.      *
  5305.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5306.      */
  5307.     protected function getDebug_ArgumentResolver_VariadicService()
  5308.     {
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5312.         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))));
  5313.     }
  5314.     /**
  5315.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5316.      *
  5317.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5318.      */
  5319.     protected function getDebug_DebugHandlersListenerService()
  5320.     {
  5321.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5322.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5323.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5324.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5325.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5326.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5327.     }
  5328.     /**
  5329.      * Gets the private 'debug.dump_listener' shared service.
  5330.      *
  5331.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5332.      */
  5333.     protected function getDebug_DumpListenerService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5337.         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()));
  5338.     }
  5339.     /**
  5340.      * Gets the private 'debug.file_link_formatter' shared service.
  5341.      *
  5342.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5343.      */
  5344.     protected function getDebug_FileLinkFormatterService()
  5345.     {
  5346.         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 () {
  5347.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5348.         });
  5349.     }
  5350.     /**
  5351.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5352.      *
  5353.      * @return \string
  5354.      */
  5355.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5356.     {
  5357.         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');
  5358.     }
  5359.     /**
  5360.      * Gets the private 'debug.log_processor' shared service.
  5361.      *
  5362.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5363.      */
  5364.     protected function getDebug_LogProcessorService()
  5365.     {
  5366.         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())));
  5367.     }
  5368.     /**
  5369.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5370.      *
  5371.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5372.      */
  5373.     protected function getDebug_Security_Access_DecisionManagerService()
  5374.     {
  5375.         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 () {
  5376.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5377.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5378.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5379.             yield => ($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'] ?? $this->getFicheBatimentVoterService());
  5380.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5381.     }
  5382.     /**
  5383.      * Gets the private 'debug.security.firewall' shared service.
  5384.      *
  5385.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5386.      */
  5387.     protected function getDebug_Security_FirewallService()
  5388.     {
  5389.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5390.         if (isset($this->privates['debug.security.firewall'])) {
  5391.             return $this->privates['debug.security.firewall'];
  5392.         }
  5393.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5394.         if (isset($this->privates['debug.security.firewall'])) {
  5395.             return $this->privates['debug.security.firewall'];
  5396.         }
  5397.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5398.     }
  5399.     /**
  5400.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5401.      *
  5402.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5403.      */
  5404.     protected function getDebug_Security_UserValueResolverService()
  5405.     {
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5409.         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))));
  5410.     }
  5411.     /**
  5412.      * Gets the private 'debug.security.voter.App\Voter\Fiche\FicheBatimentVoter' shared service.
  5413.      *
  5414.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5415.      */
  5416.     protected function getFicheBatimentVoterService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  5422.         include_once \dirname(__DIR__4).'/src/Voter/Fiche/FicheBatimentVoter.php';
  5423.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5424.         if (isset($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'])) {
  5425.             return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'];
  5426.         }
  5427.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5428.         if (isset($this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'])) {
  5429.             return $this->privates['debug.security.voter.App\\Voter\\Fiche\\FicheBatimentVoter'];
  5430.         }
  5431.         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);
  5432.     }
  5433.     /**
  5434.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5435.      *
  5436.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5437.      */
  5438.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5444.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5445.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5446.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5447.         }
  5448.         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);
  5449.     }
  5450.     /**
  5451.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5452.      *
  5453.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5454.      */
  5455.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5456.     {
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5461.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5462.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5463.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5464.         }
  5465.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5466.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5467.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5468.         }
  5469.         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);
  5470.     }
  5471.     /**
  5472.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5473.      *
  5474.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5475.      */
  5476.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5477.     {
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5483.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5484.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  5485.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  5486.         }
  5487.         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);
  5488.     }
  5489.     /**
  5490.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5491.      *
  5492.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5493.      */
  5494.     protected function getDebug_Security_Voter_VoteListenerService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5497.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5498.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5499.             return $this->privates['debug.security.voter.vote_listener'];
  5500.         }
  5501.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5502.     }
  5503.     /**
  5504.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5505.      *
  5506.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  5507.      */
  5508.     protected function getDoctrine_CacheClearMetadataCommandService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5514.         $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()));
  5515.         $instance->setName('doctrine:cache:clear-metadata');
  5516.         return $instance;
  5517.     }
  5518.     /**
  5519.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5520.      *
  5521.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  5522.      */
  5523.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  5529.         $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()));
  5530.         $instance->setName('doctrine:cache:clear-query');
  5531.         return $instance;
  5532.     }
  5533.     /**
  5534.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5535.      *
  5536.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  5537.      */
  5538.     protected function getDoctrine_CacheClearResultCommandService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  5544.         $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()));
  5545.         $instance->setName('doctrine:cache:clear-result');
  5546.         return $instance;
  5547.     }
  5548.     /**
  5549.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5550.      *
  5551.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  5552.      */
  5553.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5554.     {
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5559.         $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()));
  5560.         $instance->setName('doctrine:cache:clear-collection-region');
  5561.         return $instance;
  5562.     }
  5563.     /**
  5564.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5565.      *
  5566.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  5567.      */
  5568.     protected function getDoctrine_ClearEntityRegionCommandService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5574.         $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()));
  5575.         $instance->setName('doctrine:cache:clear-entity-region');
  5576.         return $instance;
  5577.     }
  5578.     /**
  5579.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5580.      *
  5581.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  5582.      */
  5583.     protected function getDoctrine_ClearQueryRegionCommandService()
  5584.     {
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5589.         $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()));
  5590.         $instance->setName('doctrine:cache:clear-query-region');
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the private 'doctrine.database_create_command' shared service.
  5595.      *
  5596.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5597.      */
  5598.     protected function getDoctrine_DatabaseCreateCommandService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5603.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5604.         $instance->setName('doctrine:database:create');
  5605.         return $instance;
  5606.     }
  5607.     /**
  5608.      * Gets the private 'doctrine.database_drop_command' shared service.
  5609.      *
  5610.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5611.      */
  5612.     protected function getDoctrine_DatabaseDropCommandService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5617.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5618.         $instance->setName('doctrine:database:drop');
  5619.         return $instance;
  5620.     }
  5621.     /**
  5622.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  5623.      *
  5624.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  5625.      */
  5626.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  5627.     {
  5628.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5629.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  5630.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  5631.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  5632.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  5633.         ], [
  5634.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5635.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5636.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5637.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5638.         ]), [=> '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']]);
  5639.     }
  5640.     /**
  5641.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5642.      *
  5643.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  5644.      */
  5645.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5651.         $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()));
  5652.         $instance->setName('doctrine:ensure-production-settings');
  5653.         return $instance;
  5654.     }
  5655.     /**
  5656.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  5657.      *
  5658.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  5659.      */
  5660.     protected function getDoctrine_FixturesLoadCommandService()
  5661.     {
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/CommandCompatibility.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyBridgeLoader.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/OrderedFixtureInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/FixtureGroupInterface.php';
  5677.         include_once \dirname(__DIR__4).'/src/DataFixtures/User/UserAdminFixture.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  5680.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  5681.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\User\UserAdminFixture(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []]]);
  5682.         $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()]);
  5683.         $instance->setName('doctrine:fixtures:load');
  5684.         return $instance;
  5685.     }
  5686.     /**
  5687.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5688.      *
  5689.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  5690.      */
  5691.     protected function getDoctrine_MappingConvertCommandService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  5697.         $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()));
  5698.         $instance->setName('doctrine:mapping:convert');
  5699.         return $instance;
  5700.     }
  5701.     /**
  5702.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5703.      *
  5704.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5705.      */
  5706.     protected function getDoctrine_MappingImportCommandService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5711.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5712.         $instance->setName('doctrine:mapping:import');
  5713.         return $instance;
  5714.     }
  5715.     /**
  5716.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5717.      *
  5718.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  5719.      */
  5720.     protected function getDoctrine_MappingInfoCommandService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  5726.         $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()));
  5727.         $instance->setName('doctrine:mapping:info');
  5728.         return $instance;
  5729.     }
  5730.     /**
  5731.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5732.      *
  5733.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5734.      */
  5735.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5736.     {
  5737.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  5738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5739.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  5740.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  5741.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  5742.         }
  5743.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  5744.     }
  5745.     /**
  5746.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5747.      *
  5748.      * @return \Doctrine\Migrations\DependencyFactory
  5749.      */
  5750.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  5760.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5761.         $a->setAllOrNothing(false);
  5762.         $a->setCheckDatabasePlatform(true);
  5763.         $a->setTransactional(true);
  5764.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5765.         $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()));
  5766.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5767.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5768.         });
  5769.         return $instance;
  5770.     }
  5771.     /**
  5772.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5773.      *
  5774.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5775.      */
  5776.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5780.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5781.     }
  5782.     /**
  5783.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5784.      *
  5785.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5786.      */
  5787.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5790.         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()));
  5791.     }
  5792.     /**
  5793.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5794.      *
  5795.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5796.      */
  5797.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5798.     {
  5799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  5800.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5801.     }
  5802.     /**
  5803.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5804.      *
  5805.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5806.      */
  5807.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5808.     {
  5809.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5811.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5812.     }
  5813.     /**
  5814.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5815.      *
  5816.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5817.      */
  5818.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5822.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5823.             return new \EmptyIterator();
  5824.         }, 0));
  5825.     }
  5826.     /**
  5827.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5828.      *
  5829.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5830.      */
  5831.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5832.     {
  5833.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5835.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5836.     }
  5837.     /**
  5838.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5839.      *
  5840.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5841.      */
  5842.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5846.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5847.     }
  5848.     /**
  5849.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5850.      *
  5851.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5852.      */
  5853.     protected function getDoctrine_Orm_Validator_UniqueService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5858.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5859.     }
  5860.     /**
  5861.      * Gets the private 'doctrine.query_dql_command' shared service.
  5862.      *
  5863.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  5864.      */
  5865.     protected function getDoctrine_QueryDqlCommandService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  5871.         $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()));
  5872.         $instance->setName('doctrine:query:dql');
  5873.         return $instance;
  5874.     }
  5875.     /**
  5876.      * Gets the private 'doctrine.query_sql_command' shared service.
  5877.      *
  5878.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5879.      */
  5880.     protected function getDoctrine_QuerySqlCommandService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5886.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5887.         $instance->setName('doctrine:query:sql');
  5888.         return $instance;
  5889.     }
  5890.     /**
  5891.      * Gets the private 'doctrine.schema_create_command' shared service.
  5892.      *
  5893.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  5894.      */
  5895.     protected function getDoctrine_SchemaCreateCommandService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5902.         $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()));
  5903.         $instance->setName('doctrine:schema:create');
  5904.         return $instance;
  5905.     }
  5906.     /**
  5907.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5908.      *
  5909.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  5910.      */
  5911.     protected function getDoctrine_SchemaDropCommandService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  5918.         $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()));
  5919.         $instance->setName('doctrine:schema:drop');
  5920.         return $instance;
  5921.     }
  5922.     /**
  5923.      * Gets the private 'doctrine.schema_update_command' shared service.
  5924.      *
  5925.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  5926.      */
  5927.     protected function getDoctrine_SchemaUpdateCommandService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5934.         $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()));
  5935.         $instance->setName('doctrine:schema:update');
  5936.         return $instance;
  5937.     }
  5938.     /**
  5939.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5940.      *
  5941.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  5942.      */
  5943.     protected function getDoctrine_SchemaValidateCommandService()
  5944.     {
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  5949.         $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()));
  5950.         $instance->setName('doctrine:schema:validate');
  5951.         return $instance;
  5952.     }
  5953.     /**
  5954.      * Gets the private 'doctrine.ulid_generator' shared service.
  5955.      *
  5956.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5957.      */
  5958.     protected function getDoctrine_UlidGeneratorService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5962.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5963.     }
  5964.     /**
  5965.      * Gets the private 'doctrine.uuid_generator' shared service.
  5966.      *
  5967.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5968.      */
  5969.     protected function getDoctrine_UuidGeneratorService()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5973.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5974.     }
  5975.     /**
  5976.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5977.      *
  5978.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5979.      */
  5980.     protected function getDoctrineMigrations_CurrentCommandService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5985.         $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');
  5986.         $instance->setName('doctrine:migrations:current');
  5987.         $instance->setDescription('Outputs the current version');
  5988.         return $instance;
  5989.     }
  5990.     /**
  5991.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5992.      *
  5993.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5994.      */
  5995.     protected function getDoctrineMigrations_DiffCommandService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6000.         $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');
  6001.         $instance->setName('doctrine:migrations:diff');
  6002.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6007.      *
  6008.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6009.      */
  6010.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6015.         $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');
  6016.         $instance->setName('doctrine:migrations:dump-schema');
  6017.         $instance->setDescription('Dump the schema for your database to a migration.');
  6018.         return $instance;
  6019.     }
  6020.     /**
  6021.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6022.      *
  6023.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6024.      */
  6025.     protected function getDoctrineMigrations_ExecuteCommandService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6030.         $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');
  6031.         $instance->setName('doctrine:migrations:execute');
  6032.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  6033.         return $instance;
  6034.     }
  6035.     /**
  6036.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6037.      *
  6038.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6039.      */
  6040.     protected function getDoctrineMigrations_GenerateCommandService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6045.         $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');
  6046.         $instance->setName('doctrine:migrations:generate');
  6047.         $instance->setDescription('Generate a blank migration class.');
  6048.         return $instance;
  6049.     }
  6050.     /**
  6051.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6052.      *
  6053.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6054.      */
  6055.     protected function getDoctrineMigrations_LatestCommandService()
  6056.     {
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6060.         $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');
  6061.         $instance->setName('doctrine:migrations:latest');
  6062.         $instance->setDescription('Outputs the latest version');
  6063.         return $instance;
  6064.     }
  6065.     /**
  6066.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6067.      *
  6068.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6069.      */
  6070.     protected function getDoctrineMigrations_MigrateCommandService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6075.         $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');
  6076.         $instance->setName('doctrine:migrations:migrate');
  6077.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6082.      *
  6083.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6084.      */
  6085.     protected function getDoctrineMigrations_RollupCommandService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6090.         $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');
  6091.         $instance->setName('doctrine:migrations:rollup');
  6092.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  6093.         return $instance;
  6094.     }
  6095.     /**
  6096.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6097.      *
  6098.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6099.      */
  6100.     protected function getDoctrineMigrations_StatusCommandService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6105.         $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');
  6106.         $instance->setName('doctrine:migrations:status');
  6107.         $instance->setDescription('View the status of a set of migrations.');
  6108.         return $instance;
  6109.     }
  6110.     /**
  6111.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6112.      *
  6113.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6114.      */
  6115.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6116.     {
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6120.         $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');
  6121.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6122.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  6123.         return $instance;
  6124.     }
  6125.     /**
  6126.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6127.      *
  6128.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6129.      */
  6130.     protected function getDoctrineMigrations_UpToDateCommandService()
  6131.     {
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6135.         $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');
  6136.         $instance->setName('doctrine:migrations:up-to-date');
  6137.         $instance->setDescription('Tells you if your schema is up-to-date.');
  6138.         return $instance;
  6139.     }
  6140.     /**
  6141.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6142.      *
  6143.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6144.      */
  6145.     protected function getDoctrineMigrations_VersionCommandService()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6150.         $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');
  6151.         $instance->setName('doctrine:migrations:version');
  6152.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  6153.         return $instance;
  6154.     }
  6155.     /**
  6156.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6157.      *
  6158.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6159.      */
  6160.     protected function getDoctrineMigrations_VersionsCommandService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6165.         $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');
  6166.         $instance->setName('doctrine:migrations:list');
  6167.         $instance->setDescription('Display a list of all available migrations and their status.');
  6168.         return $instance;
  6169.     }
  6170.     /**
  6171.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6172.      *
  6173.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6174.      */
  6175.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6179.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6180.         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()));
  6181.     }
  6182.     /**
  6183.      * Gets the private 'exception_listener' shared service.
  6184.      *
  6185.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6186.      */
  6187.     protected function getExceptionListenerService()
  6188.     {
  6189.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6190.     }
  6191.     /**
  6192.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6193.      *
  6194.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6195.      */
  6196.     protected function getForm_ChoiceListFactory_CachedService()
  6197.     {
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6202.         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())));
  6203.     }
  6204.     /**
  6205.      * Gets the private 'form.registry' shared service.
  6206.      *
  6207.      * @return \Symfony\Component\Form\FormRegistry
  6208.      */
  6209.     protected function getForm_RegistryService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6218.         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, [
  6219.             'App\\Form\\AffichageGraphiqueType' => ['privates''App\\Form\\AffichageGraphiqueType''getAffichageGraphiqueTypeService'false],
  6220.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  6221.             'App\\Form\\Fiche\\FicheBatimentFilterType' => ['privates''App\\Form\\Fiche\\FicheBatimentFilterType''getFicheBatimentFilterTypeService'false],
  6222.             'App\\Form\\InfiltrationType' => ['privates''App\\Form\\InfiltrationType''getInfiltrationTypeService'false],
  6223.             'App\\Form\\ReutilisationType' => ['privates''App\\Form\\ReutilisationType''getReutilisationTypeService'false],
  6224.             'App\\Form\\UploadFichierType' => ['privates''App\\Form\\UploadFichierType''getUploadFichierTypeService'false],
  6225.             'App\\Form\\User\\InscriptionType' => ['privates''App\\Form\\User\\InscriptionType''getInscriptionTypeService'false],
  6226.             'App\\Form\\User\\LoginType' => ['privates''App\\Form\\User\\LoginType''getLoginTypeService'false],
  6227.             'App\\Form\\User\\MotDePasseOublieType' => ['privates''App\\Form\\User\\MotDePasseOublieType''getMotDePasseOublieTypeService'false],
  6228.             'App\\Form\\User\\UserChangePasswordType' => ['privates''App\\Form\\User\\UserChangePasswordType''getUserChangePasswordTypeService'false],
  6229.             'App\\Form\\User\\UserEditType' => ['privates''App\\Form\\User\\UserEditType''getUserEditTypeService'false],
  6230.             'App\\Form\\User\\UserFilterType' => ['privates''App\\Form\\User\\UserFilterType''getUserFilterTypeService'false],
  6231.             'App\\Form\\User\\UserType' => ['privates''App\\Form\\User\\UserType''getUserTypeService'false],
  6232.             'App\\Form\\User\\UserUpdateProfileType' => ['privates''App\\Form\\User\\UserUpdateProfileType''getUserUpdateProfileTypeService'false],
  6233.             'App\\Form\\Visa\\VisaCommentaireEntrepriseType' => ['privates''App\\Form\\Visa\\VisaCommentaireEntrepriseType''getVisaCommentaireEntrepriseTypeService'false],
  6234.             'App\\Form\\Visa\\VisaContactEmail' => ['privates''App\\Form\\Visa\\VisaContactEmail''getVisaContactEmailService'false],
  6235.             'App\\Form\\Visa\\VisaContactsType' => ['privates''App\\Form\\Visa\\VisaContactsType''getVisaContactsTypeService'false],
  6236.             'App\\Form\\Visa\\VisaExigencesType' => ['privates''App\\Form\\Visa\\VisaExigencesType''getVisaExigencesTypeService'false],
  6237.             'App\\Form\\Visa\\VisaLotBilan' => ['privates''App\\Form\\Visa\\VisaLotBilan''getVisaLotBilanService'false],
  6238.             'App\\Form\\Visa\\VisaNouvelleExigenceAvecLotType' => ['privates''App\\Form\\Visa\\VisaNouvelleExigenceAvecLotType''getVisaNouvelleExigenceAvecLotTypeService'false],
  6239.             'App\\Form\\Visa\\VisaNouvelleExigenceType' => ['privates''App\\Form\\Visa\\VisaNouvelleExigenceType''getVisaNouvelleExigenceTypeService'false],
  6240.             'App\\Form\\Visa\\VisaProjetBilan' => ['privates''App\\Form\\Visa\\VisaProjetBilan''getVisaProjetBilanService'false],
  6241.             'App\\Form\\Visa\\VisaProjetsFormType' => ['privates''App\\Form\\Visa\\VisaProjetsFormType''getVisaProjetsFormTypeService'false],
  6242.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6243.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6244.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6245.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6246.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6247.         ], [
  6248.             'App\\Form\\AffichageGraphiqueType' => '?',
  6249.             'App\\Form\\ContactType' => '?',
  6250.             'App\\Form\\Fiche\\FicheBatimentFilterType' => '?',
  6251.             'App\\Form\\InfiltrationType' => '?',
  6252.             'App\\Form\\ReutilisationType' => '?',
  6253.             'App\\Form\\UploadFichierType' => '?',
  6254.             'App\\Form\\User\\InscriptionType' => '?',
  6255.             'App\\Form\\User\\LoginType' => '?',
  6256.             'App\\Form\\User\\MotDePasseOublieType' => '?',
  6257.             'App\\Form\\User\\UserChangePasswordType' => '?',
  6258.             'App\\Form\\User\\UserEditType' => '?',
  6259.             'App\\Form\\User\\UserFilterType' => '?',
  6260.             'App\\Form\\User\\UserType' => '?',
  6261.             'App\\Form\\User\\UserUpdateProfileType' => '?',
  6262.             'App\\Form\\Visa\\VisaCommentaireEntrepriseType' => '?',
  6263.             'App\\Form\\Visa\\VisaContactEmail' => '?',
  6264.             'App\\Form\\Visa\\VisaContactsType' => '?',
  6265.             'App\\Form\\Visa\\VisaExigencesType' => '?',
  6266.             'App\\Form\\Visa\\VisaLotBilan' => '?',
  6267.             'App\\Form\\Visa\\VisaNouvelleExigenceAvecLotType' => '?',
  6268.             'App\\Form\\Visa\\VisaNouvelleExigenceType' => '?',
  6269.             'App\\Form\\Visa\\VisaProjetBilan' => '?',
  6270.             'App\\Form\\Visa\\VisaProjetsFormType' => '?',
  6271.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6272.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6273.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6274.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6275.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6276.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6277.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6278.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6279.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6280.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6281.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6282.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6283.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6284.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6285.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6286.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6287.         }, 1)], new RewindableGenerator(function () {
  6288.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6289.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6290.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6291.     }
  6292.     /**
  6293.      * Gets the private 'form.server_params' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\Form\Util\ServerParams
  6296.      */
  6297.     protected function getForm_ServerParamsService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6300.         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())));
  6301.     }
  6302.     /**
  6303.      * Gets the private 'form.type.choice' shared service.
  6304.      *
  6305.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6306.      */
  6307.     protected function getForm_Type_ChoiceService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6312.         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()));
  6313.     }
  6314.     /**
  6315.      * Gets the private 'form.type.color' shared service.
  6316.      *
  6317.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6318.      */
  6319.     protected function getForm_Type_ColorService()
  6320.     {
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6324.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6325.     }
  6326.     /**
  6327.      * Gets the private 'form.type.entity' shared service.
  6328.      *
  6329.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6330.      */
  6331.     protected function getForm_Type_EntityService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6337.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6338.     }
  6339.     /**
  6340.      * Gets the private 'form.type.form' shared service.
  6341.      *
  6342.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6343.      */
  6344.     protected function getForm_Type_FormService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6350.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6351.     }
  6352.     /**
  6353.      * Gets the private 'form.type_extension.csrf' shared service.
  6354.      *
  6355.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6356.      */
  6357.     protected function getForm_TypeExtension_CsrfService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6362.         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()));
  6363.     }
  6364.     /**
  6365.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6366.      *
  6367.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6368.      */
  6369.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6374.         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()));
  6375.     }
  6376.     /**
  6377.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6378.      *
  6379.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6380.      */
  6381.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6382.     {
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6388.         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())));
  6389.     }
  6390.     /**
  6391.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6392.      *
  6393.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6394.      */
  6395.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6396.     {
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6400.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6401.     }
  6402.     /**
  6403.      * Gets the private 'form.type_extension.form.validator' shared service.
  6404.      *
  6405.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6406.      */
  6407.     protected function getForm_TypeExtension_Form_ValidatorService()
  6408.     {
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6413.         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()));
  6414.     }
  6415.     /**
  6416.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6417.      *
  6418.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6419.      */
  6420.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6425.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6426.     }
  6427.     /**
  6428.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6429.      *
  6430.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6431.      */
  6432.     protected function getForm_TypeGuesser_DoctrineService()
  6433.     {
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6436.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6437.     }
  6438.     /**
  6439.      * Gets the private 'form.type_guesser.validator' shared service.
  6440.      *
  6441.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6442.      */
  6443.     protected function getForm_TypeGuesser_ValidatorService()
  6444.     {
  6445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6447.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6448.     }
  6449.     /**
  6450.      * Gets the private 'fos_js_routing.dump_command' shared service.
  6451.      *
  6452.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  6453.      */
  6454.     protected function getFosJsRouting_DumpCommandService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  6458.         $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);
  6459.         $instance->setName('fos:js-routing:dump');
  6460.         return $instance;
  6461.     }
  6462.     /**
  6463.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  6464.      *
  6465.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  6466.      */
  6467.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  6468.     {
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  6471.         $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()));
  6472.         $instance->setName('fos:js-routing:debug');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'fragment.renderer.inline' shared service.
  6477.      *
  6478.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6479.      */
  6480.     protected function getFragment_Renderer_InlineService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6485.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6486.         if (isset($this->privates['fragment.renderer.inline'])) {
  6487.             return $this->privates['fragment.renderer.inline'];
  6488.         }
  6489.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6490.         if (isset($this->privates['fragment.renderer.inline'])) {
  6491.             return $this->privates['fragment.renderer.inline'];
  6492.         }
  6493.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  6494.         $instance->setFragmentPath('/_fragment');
  6495.         return $instance;
  6496.     }
  6497.     /**
  6498.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6499.      *
  6500.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6501.      */
  6502.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6503.     {
  6504.         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())));
  6505.     }
  6506.     /**
  6507.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6508.      *
  6509.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6510.      */
  6511.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6512.     {
  6513.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6514.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6515.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6516.         }
  6517.         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);
  6518.     }
  6519.     /**
  6520.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  6521.      *
  6522.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  6523.      */
  6524.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  6525.     {
  6526.         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]);
  6527.     }
  6528.     /**
  6529.      * Gets the private 'locale_aware_listener' shared service.
  6530.      *
  6531.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6532.      */
  6533.     protected function getLocaleAwareListenerService()
  6534.     {
  6535.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6536.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  6537.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6538.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6539.     }
  6540.     /**
  6541.      * Gets the private 'locale_listener' shared service.
  6542.      *
  6543.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6544.      */
  6545.     protected function getLocaleListenerService()
  6546.     {
  6547.         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, []);
  6548.     }
  6549.     /**
  6550.      * Gets the private 'mailer.mailer' shared service.
  6551.      *
  6552.      * @return \Symfony\Component\Mailer\Mailer
  6553.      */
  6554.     protected function getMailer_MailerService()
  6555.     {
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6561.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6562.         if (isset($this->privates['mailer.mailer'])) {
  6563.             return $this->privates['mailer.mailer'];
  6564.         }
  6565.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6566.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6567.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6568.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6569.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6570.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  6571.     }
  6572.     /**
  6573.      * Gets the private 'mailer.transport_factory.native' shared service.
  6574.      *
  6575.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  6576.      */
  6577.     protected function getMailer_TransportFactory_NativeService()
  6578.     {
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  6582.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6583.         if (isset($this->privates['mailer.transport_factory.native'])) {
  6584.             return $this->privates['mailer.transport_factory.native'];
  6585.         }
  6586.         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()));
  6587.     }
  6588.     /**
  6589.      * Gets the private 'mailer.transport_factory.null' shared service.
  6590.      *
  6591.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  6592.      */
  6593.     protected function getMailer_TransportFactory_NullService()
  6594.     {
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  6598.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6599.         if (isset($this->privates['mailer.transport_factory.null'])) {
  6600.             return $this->privates['mailer.transport_factory.null'];
  6601.         }
  6602.         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()));
  6603.     }
  6604.     /**
  6605.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  6606.      *
  6607.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  6608.      */
  6609.     protected function getMailer_TransportFactory_SendmailService()
  6610.     {
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  6614.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6615.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  6616.             return $this->privates['mailer.transport_factory.sendmail'];
  6617.         }
  6618.         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()));
  6619.     }
  6620.     /**
  6621.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  6622.      *
  6623.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  6624.      */
  6625.     protected function getMailer_TransportFactory_SmtpService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  6630.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6631.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  6632.             return $this->privates['mailer.transport_factory.smtp'];
  6633.         }
  6634.         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()));
  6635.     }
  6636.     /**
  6637.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6638.      *
  6639.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6640.      */
  6641.     protected function getMaker_AutoCommand_MakeAuthService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6651.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6652.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6653.         $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')))));
  6654.         $instance->setName('make:auth');
  6655.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6656.         return $instance;
  6657.     }
  6658.     /**
  6659.      * Gets the private 'maker.auto_command.make_command' shared service.
  6660.      *
  6661.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6662.      */
  6663.     protected function getMaker_AutoCommand_MakeCommandService()
  6664.     {
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6671.         $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')))));
  6672.         $instance->setName('make:command');
  6673.         $instance->setDescription('Creates a new console command class');
  6674.         return $instance;
  6675.     }
  6676.     /**
  6677.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6678.      *
  6679.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6680.      */
  6681.     protected function getMaker_AutoCommand_MakeControllerService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6689.         $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')))));
  6690.         $instance->setName('make:controller');
  6691.         $instance->setDescription('Creates a new controller class');
  6692.         return $instance;
  6693.     }
  6694.     /**
  6695.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6696.      *
  6697.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6698.      */
  6699.     protected function getMaker_AutoCommand_MakeCrudService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6707.         $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')))));
  6708.         $instance->setName('make:crud');
  6709.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6710.         return $instance;
  6711.     }
  6712.     /**
  6713.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6714.      *
  6715.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6716.      */
  6717.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6718.     {
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6725.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6726.         $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')))));
  6727.         $instance->setName('make:docker:database');
  6728.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6729.         return $instance;
  6730.     }
  6731.     /**
  6732.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6733.      *
  6734.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6735.      */
  6736.     protected function getMaker_AutoCommand_MakeEntityService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6745.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6746.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6747.         $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')))));
  6748.         $instance->setName('make:entity');
  6749.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6754.      *
  6755.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6756.      */
  6757.     protected function getMaker_AutoCommand_MakeFixturesService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6765.         $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')))));
  6766.         $instance->setName('make:fixtures');
  6767.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6768.         return $instance;
  6769.     }
  6770.     /**
  6771.      * Gets the private 'maker.auto_command.make_form' shared service.
  6772.      *
  6773.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6774.      */
  6775.     protected function getMaker_AutoCommand_MakeFormService()
  6776.     {
  6777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6783.         $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')))));
  6784.         $instance->setName('make:form');
  6785.         $instance->setDescription('Creates a new form class');
  6786.         return $instance;
  6787.     }
  6788.     /**
  6789.      * Gets the private 'maker.auto_command.make_message' shared service.
  6790.      *
  6791.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6792.      */
  6793.     protected function getMaker_AutoCommand_MakeMessageService()
  6794.     {
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6801.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6802.         $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')))));
  6803.         $instance->setName('make:message');
  6804.         $instance->setDescription('Creates a new message and handler');
  6805.         return $instance;
  6806.     }
  6807.     /**
  6808.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6809.      *
  6810.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6811.      */
  6812.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6813.     {
  6814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6820.         $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')))));
  6821.         $instance->setName('make:messenger-middleware');
  6822.         $instance->setDescription('Creates a new messenger middleware');
  6823.         return $instance;
  6824.     }
  6825.     /**
  6826.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6827.      *
  6828.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6829.      */
  6830.     protected function getMaker_AutoCommand_MakeMigrationService()
  6831.     {
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6839.         $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')))));
  6840.         $instance->setName('make:migration');
  6841.         $instance->setDescription('Creates a new migration based on database changes');
  6842.         return $instance;
  6843.     }
  6844.     /**
  6845.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6846.      *
  6847.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6848.      */
  6849.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6850.     {
  6851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6857.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6858.         $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')))));
  6859.         $instance->setName('make:registration-form');
  6860.         $instance->setDescription('Creates a new registration form system');
  6861.         return $instance;
  6862.     }
  6863.     /**
  6864.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6865.      *
  6866.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6867.      */
  6868.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6869.     {
  6870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6876.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6877.         $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')))));
  6878.         $instance->setName('make:reset-password');
  6879.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6880.         return $instance;
  6881.     }
  6882.     /**
  6883.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  6884.      *
  6885.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6886.      */
  6887.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6897.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6898.         $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')))));
  6899.         $instance->setName('make:security:form-login');
  6900.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  6901.         return $instance;
  6902.     }
  6903.     /**
  6904.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6905.      *
  6906.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6907.      */
  6908.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6916.         $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')))));
  6917.         $instance->setName('make:serializer:encoder');
  6918.         $instance->setDescription('Creates a new serializer encoder class');
  6919.         return $instance;
  6920.     }
  6921.     /**
  6922.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6923.      *
  6924.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6925.      */
  6926.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6934.         $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')))));
  6935.         $instance->setName('make:serializer:normalizer');
  6936.         $instance->setDescription('Creates a new serializer normalizer class');
  6937.         return $instance;
  6938.     }
  6939.     /**
  6940.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6941.      *
  6942.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6943.      */
  6944.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6945.     {
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6952.         $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')))));
  6953.         $instance->setName('make:stimulus-controller');
  6954.         $instance->setDescription('Creates a new Stimulus controller');
  6955.         return $instance;
  6956.     }
  6957.     /**
  6958.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6959.      *
  6960.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6961.      */
  6962.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6963.     {
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6971.         $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')))));
  6972.         $instance->setName('make:subscriber');
  6973.         $instance->setDescription('Creates a new event subscriber class');
  6974.         return $instance;
  6975.     }
  6976.     /**
  6977.      * Gets the private 'maker.auto_command.make_test' shared service.
  6978.      *
  6979.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6980.      */
  6981.     protected function getMaker_AutoCommand_MakeTestService()
  6982.     {
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6990.         $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')))));
  6991.         $instance->setName('make:test');
  6992.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6993.         $instance->setDescription('Creates a new test class');
  6994.         return $instance;
  6995.     }
  6996.     /**
  6997.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  6998.      *
  6999.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7000.      */
  7001.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  7002.     {
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7009.         $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')))));
  7010.         $instance->setName('make:twig-component');
  7011.         $instance->setDescription('Creates a twig (or live) component');
  7012.         return $instance;
  7013.     }
  7014.     /**
  7015.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7016.      *
  7017.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7018.      */
  7019.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7020.     {
  7021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7027.         $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')))));
  7028.         $instance->setName('make:twig-extension');
  7029.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  7030.         return $instance;
  7031.     }
  7032.     /**
  7033.      * Gets the private 'maker.auto_command.make_user' shared service.
  7034.      *
  7035.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7036.      */
  7037.     protected function getMaker_AutoCommand_MakeUserService()
  7038.     {
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7047.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7048.         $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')))));
  7049.         $instance->setName('make:user');
  7050.         $instance->setDescription('Creates a new security user class');
  7051.         return $instance;
  7052.     }
  7053.     /**
  7054.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7055.      *
  7056.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7057.      */
  7058.     protected function getMaker_AutoCommand_MakeValidatorService()
  7059.     {
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7066.         $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')))));
  7067.         $instance->setName('make:validator');
  7068.         $instance->setDescription('Creates a new validator and constraint class');
  7069.         return $instance;
  7070.     }
  7071.     /**
  7072.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7073.      *
  7074.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7075.      */
  7076.     protected function getMaker_AutoCommand_MakeVoterService()
  7077.     {
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7084.         $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')))));
  7085.         $instance->setName('make:voter');
  7086.         $instance->setDescription('Creates a new security voter class');
  7087.         return $instance;
  7088.     }
  7089.     /**
  7090.      * Gets the private 'maker.doctrine_helper' shared service.
  7091.      *
  7092.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7093.      */
  7094.     protected function getMaker_DoctrineHelperService()
  7095.     {
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7097.         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)))]]]);
  7098.     }
  7099.     /**
  7100.      * Gets the private 'maker.entity_class_generator' shared service.
  7101.      *
  7102.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7103.      */
  7104.     protected function getMaker_EntityClassGeneratorService()
  7105.     {
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7107.         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()));
  7108.     }
  7109.     /**
  7110.      * Gets the private 'maker.file_link_formatter' shared service.
  7111.      *
  7112.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  7113.      */
  7114.     protected function getMaker_FileLinkFormatterService()
  7115.     {
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7117.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7118.     }
  7119.     /**
  7120.      * Gets the private 'maker.file_manager' shared service.
  7121.      *
  7122.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7123.      */
  7124.     protected function getMaker_FileManagerService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7130.         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'));
  7131.     }
  7132.     /**
  7133.      * Gets the private 'maker.generator' shared service.
  7134.      *
  7135.      * @return \Symfony\Bundle\MakerBundle\Generator
  7136.      */
  7137.     protected function getMaker_GeneratorService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7141.         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());
  7142.     }
  7143.     /**
  7144.      * Gets the private 'maker.php_compat_util' shared service.
  7145.      *
  7146.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7147.      */
  7148.     protected function getMaker_PhpCompatUtilService()
  7149.     {
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7151.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7152.     }
  7153.     /**
  7154.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7155.      *
  7156.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7157.      */
  7158.     protected function getMaker_Renderer_FormTypeRendererService()
  7159.     {
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7161.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7162.     }
  7163.     /**
  7164.      * Gets the private 'mime_types' shared service.
  7165.      *
  7166.      * @return \Symfony\Component\Mime\MimeTypes
  7167.      */
  7168.     protected function getMimeTypesService()
  7169.     {
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7173.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7174.         $instance->setDefault($instance);
  7175.         return $instance;
  7176.     }
  7177.     /**
  7178.      * Gets the private 'monolog.command.server_log' shared service.
  7179.      *
  7180.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7181.      */
  7182.     protected function getMonolog_Command_ServerLogService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7186.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7187.         $instance->setName('server:log');
  7188.         $instance->setDescription('Start a log server that displays logs in real time');
  7189.         return $instance;
  7190.     }
  7191.     /**
  7192.      * Gets the private 'monolog.handler.console' shared service.
  7193.      *
  7194.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7195.      */
  7196.     protected function getMonolog_Handler_ConsoleService()
  7197.     {
  7198.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7199.     }
  7200.     /**
  7201.      * Gets the private 'monolog.handler.main' shared service.
  7202.      *
  7203.      * @return \Monolog\Handler\StreamHandler
  7204.      */
  7205.     protected function getMonolog_Handler_MainService()
  7206.     {
  7207.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  7208.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7209.         return $instance;
  7210.     }
  7211.     /**
  7212.      * Gets the private 'monolog.logger' shared service.
  7213.      *
  7214.      * @return \Symfony\Bridge\Monolog\Logger
  7215.      */
  7216.     protected function getMonolog_LoggerService()
  7217.     {
  7218.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7219.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7220.         $instance->useMicrosecondTimestamps(true);
  7221.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7222.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7223.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7224.         return $instance;
  7225.     }
  7226.     /**
  7227.      * Gets the private 'monolog.logger.cache' shared service.
  7228.      *
  7229.      * @return \Symfony\Bridge\Monolog\Logger
  7230.      */
  7231.     protected function getMonolog_Logger_CacheService()
  7232.     {
  7233.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7234.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7235.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7236.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7237.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7238.         return $instance;
  7239.     }
  7240.     /**
  7241.      * Gets the private 'monolog.logger.mailer' shared service.
  7242.      *
  7243.      * @return \Symfony\Bridge\Monolog\Logger
  7244.      */
  7245.     protected function getMonolog_Logger_MailerService()
  7246.     {
  7247.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  7248.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7249.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7250.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7251.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7252.         return $instance;
  7253.     }
  7254.     /**
  7255.      * Gets the private 'monolog.logger.request' shared service.
  7256.      *
  7257.      * @return \Symfony\Bridge\Monolog\Logger
  7258.      */
  7259.     protected function getMonolog_Logger_RequestService()
  7260.     {
  7261.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7262.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7263.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7264.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7265.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7266.         return $instance;
  7267.     }
  7268.     /**
  7269.      * Gets the private 'monolog.logger.security' shared service.
  7270.      *
  7271.      * @return \Symfony\Bridge\Monolog\Logger
  7272.      */
  7273.     protected function getMonolog_Logger_SecurityService()
  7274.     {
  7275.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7276.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7277.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7278.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7279.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7280.         return $instance;
  7281.     }
  7282.     /**
  7283.      * Gets the private 'monolog.logger.snappy' shared service.
  7284.      *
  7285.      * @return \Symfony\Bridge\Monolog\Logger
  7286.      */
  7287.     protected function getMonolog_Logger_SnappyService()
  7288.     {
  7289.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  7290.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7291.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7292.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7293.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7294.         return $instance;
  7295.     }
  7296.     /**
  7297.      * Gets the private 'parameter_bag' shared service.
  7298.      *
  7299.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7300.      */
  7301.     protected function getParameterBagService()
  7302.     {
  7303.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7304.     }
  7305.     /**
  7306.      * Gets the private 'profiler_listener' shared service.
  7307.      *
  7308.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7309.      */
  7310.     protected function getProfilerListenerService()
  7311.     {
  7312.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7313.         if (isset($this->privates['profiler_listener'])) {
  7314.             return $this->privates['profiler_listener'];
  7315.         }
  7316.         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);
  7317.     }
  7318.     /**
  7319.      * Gets the private 'property_accessor' shared service.
  7320.      *
  7321.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7322.      */
  7323.     protected function getPropertyAccessorService()
  7324.     {
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7331.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7332.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7333.     }
  7334.     /**
  7335.      * Gets the private 'property_info' shared service.
  7336.      *
  7337.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7338.      */
  7339.     protected function getPropertyInfoService()
  7340.     {
  7341.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7342.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7343.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7344.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7345.         }, 3), new RewindableGenerator(function () {
  7346.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7347.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7348.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7349.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7350.         }, 4), new RewindableGenerator(function () {
  7351.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7352.         }, 1), new RewindableGenerator(function () {
  7353.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7354.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7355.         }, 2), new RewindableGenerator(function () {
  7356.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7357.         }, 1));
  7358.     }
  7359.     /**
  7360.      * Gets the private 'property_info.serializer_extractor' shared service.
  7361.      *
  7362.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7363.      */
  7364.     protected function getPropertyInfo_SerializerExtractorService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7367.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7368.     }
  7369.     /**
  7370.      * Gets the private 'router.cache_warmer' shared service.
  7371.      *
  7372.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7373.      */
  7374.     protected function getRouter_CacheWarmerService()
  7375.     {
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7378.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7379.             'router' => ['services''router''getRouterService'false],
  7380.         ], [
  7381.             'router' => '?',
  7382.         ]))->withContext('router.cache_warmer'$this));
  7383.     }
  7384.     /**
  7385.      * Gets the private 'router.expression_language_provider' shared service.
  7386.      *
  7387.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7388.      */
  7389.     protected function getRouter_ExpressionLanguageProviderService()
  7390.     {
  7391.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7392.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7393.         ], [
  7394.             'env' => 'Closure',
  7395.         ]));
  7396.     }
  7397.     /**
  7398.      * Gets the private 'router.request_context' shared service.
  7399.      *
  7400.      * @return \Symfony\Component\Routing\RequestContext
  7401.      */
  7402.     protected function getRouter_RequestContextService()
  7403.     {
  7404.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7405.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7406.         return $instance;
  7407.     }
  7408.     /**
  7409.      * Gets the private 'router_listener' shared service.
  7410.      *
  7411.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7412.      */
  7413.     protected function getRouterListenerService()
  7414.     {
  7415.         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);
  7416.     }
  7417.     /**
  7418.      * Gets the private 'secrets.vault' shared service.
  7419.      *
  7420.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7421.      */
  7422.     protected function getSecrets_VaultService()
  7423.     {
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7428.         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'));
  7429.     }
  7430.     /**
  7431.      * Gets the private 'security.access_listener' shared service.
  7432.      *
  7433.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7434.      */
  7435.     protected function getSecurity_AccessListenerService()
  7436.     {
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7440.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7441.         if (isset($this->privates['security.access_listener'])) {
  7442.             return $this->privates['security.access_listener'];
  7443.         }
  7444.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7445.         if (isset($this->privates['security.access_listener'])) {
  7446.             return $this->privates['security.access_listener'];
  7447.         }
  7448.         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);
  7449.     }
  7450.     /**
  7451.      * Gets the private 'security.access_map' shared service.
  7452.      *
  7453.      * @return \Symfony\Component\Security\Http\AccessMap
  7454.      */
  7455.     protected function getSecurity_AccessMapService()
  7456.     {
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7461.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7462.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  7463.         return $instance;
  7464.     }
  7465.     /**
  7466.      * Gets the private 'security.authentication.guard_handler' shared service.
  7467.      *
  7468.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7469.      *
  7470.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7471.      */
  7472.     protected function getSecurity_Authentication_GuardHandlerService()
  7473.     {
  7474.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7477.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7478.         if (isset($this->privates['security.authentication.guard_handler'])) {
  7479.             return $this->privates['security.authentication.guard_handler'];
  7480.         }
  7481.         $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, []);
  7482.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7483.         return $instance;
  7484.     }
  7485.     /**
  7486.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7487.      *
  7488.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7489.      *
  7490.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7491.      */
  7492.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7493.     {
  7494.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7495.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7496.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  7497.             return $this->privates['security.authentication.listener.anonymous.main'];
  7498.         }
  7499.         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);
  7500.     }
  7501.     /**
  7502.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  7503.      *
  7504.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7505.      *
  7506.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  7507.      */
  7508.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  7509.     {
  7510.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  7511.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  7512.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7513.             return $this->privates['security.authentication.listener.guard.main'];
  7514.         }
  7515.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7516.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7517.             return $this->privates['security.authentication.listener.guard.main'];
  7518.         }
  7519.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  7520.             yield => ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7521.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7522.     }
  7523.     /**
  7524.      * Gets the private 'security.authentication.manager' shared service.
  7525.      *
  7526.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7527.      *
  7528.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7529.      */
  7530.     protected function getSecurity_Authentication_ManagerService()
  7531.     {
  7532.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7533.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7534.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7535.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7536.         }, 2), true);
  7537.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7538.         return $instance;
  7539.     }
  7540.     /**
  7541.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7542.      *
  7543.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7544.      *
  7545.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7546.      */
  7547.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7548.     {
  7549.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7550.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7551.     }
  7552.     /**
  7553.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7556.      *
  7557.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  7558.      */
  7559.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7560.     {
  7561.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7564.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7565.             yield => ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7566.         }, 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()));
  7567.     }
  7568.     /**
  7569.      * Gets the private 'security.authentication_utils' shared service.
  7570.      *
  7571.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7572.      */
  7573.     protected function getSecurity_AuthenticationUtilsService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7576.         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())));
  7577.     }
  7578.     /**
  7579.      * Gets the private 'security.channel_listener' shared service.
  7580.      *
  7581.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7582.      */
  7583.     protected function getSecurity_ChannelListenerService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7588.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7589.         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());
  7590.     }
  7591.     /**
  7592.      * Gets the private 'security.command.debug_firewall' shared service.
  7593.      *
  7594.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7595.      */
  7596.     protected function getSecurity_Command_DebugFirewallService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7600.         $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);
  7601.         $instance->setName('debug:firewall');
  7602.         $instance->setDescription('Display information about your security firewall(s)');
  7603.         return $instance;
  7604.     }
  7605.     /**
  7606.      * Gets the private 'security.command.user_password_encoder' shared service.
  7607.      *
  7608.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7609.      *
  7610.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7611.      */
  7612.     protected function getSecurity_Command_UserPasswordEncoderService()
  7613.     {
  7614.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7615.         $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']);
  7616.         $instance->setName('security:encode-password');
  7617.         $instance->setDescription('Encode a password');
  7618.         return $instance;
  7619.     }
  7620.     /**
  7621.      * Gets the private 'security.command.user_password_hash' shared service.
  7622.      *
  7623.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7624.      */
  7625.     protected function getSecurity_Command_UserPasswordHashService()
  7626.     {
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7629.         $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']);
  7630.         $instance->setName('security:hash-password');
  7631.         $instance->setDescription('Hash a user password');
  7632.         return $instance;
  7633.     }
  7634.     /**
  7635.      * Gets the private 'security.context_listener.0' shared service.
  7636.      *
  7637.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7638.      */
  7639.     protected function getSecurity_ContextListener_0Service()
  7640.     {
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7644.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7645.         if (isset($this->privates['security.context_listener.0'])) {
  7646.             return $this->privates['security.context_listener.0'];
  7647.         }
  7648.         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 () {
  7649.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7650.         }, 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']);
  7651.     }
  7652.     /**
  7653.      * Gets the private 'security.csrf.token_storage' shared service.
  7654.      *
  7655.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7656.      */
  7657.     protected function getSecurity_Csrf_TokenStorageService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7662.         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())));
  7663.     }
  7664.     /**
  7665.      * Gets the private 'security.encoder_factory.generic' shared service.
  7666.      *
  7667.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7668.      *
  7669.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7670.      */
  7671.     protected function getSecurity_EncoderFactory_GenericService()
  7672.     {
  7673.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7674.         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]]);
  7675.     }
  7676.     /**
  7677.      * Gets the private 'security.event_dispatcher.main' shared service.
  7678.      *
  7679.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7680.      */
  7681.     protected function getSecurity_EventDispatcher_MainService()
  7682.     {
  7683.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7684.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7685.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7686.         }, => 'onLogout'], 64);
  7687.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7688.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7689.         }, => 'onLogout'], 0);
  7690.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7691.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7692.         }, => 'onLogout'], 0);
  7693.         return $instance;
  7694.     }
  7695.     /**
  7696.      * Gets the private 'security.firewall.map' shared service.
  7697.      *
  7698.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7699.      */
  7700.     protected function getSecurity_Firewall_MapService()
  7701.     {
  7702.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  7703.         if (isset($this->privates['security.firewall.map'])) {
  7704.             return $this->privates['security.firewall.map'];
  7705.         }
  7706.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7707.             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)/')));
  7708.             yield 'security.firewall.map.context.main' => NULL;
  7709.         }, 2));
  7710.     }
  7711.     /**
  7712.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7713.      *
  7714.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7715.      */
  7716.     protected function getSecurity_Firewall_Map_Context_DevService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7720.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7721.             return new \EmptyIterator();
  7722.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7723.     }
  7724.     /**
  7725.      * Gets the private 'security.firewall.map.context.main' shared service.
  7726.      *
  7727.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7728.      */
  7729.     protected function getSecurity_Firewall_Map_Context_MainService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7739.         $a = ($this->privates['App\\Security\\User\\FormLoginAuthenticator'] ?? $this->getFormLoginAuthenticatorService());
  7740.         if (isset($this->privates['security.firewall.map.context.main'])) {
  7741.             return $this->privates['security.firewall.map.context.main'];
  7742.         }
  7743.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7744.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7745.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7746.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7747.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7748.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7749.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7750.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7751.         }, 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())));
  7752.     }
  7753.     /**
  7754.      * Gets the private 'security.helper' shared service.
  7755.      *
  7756.      * @return \Symfony\Component\Security\Core\Security
  7757.      */
  7758.     protected function getSecurity_HelperService()
  7759.     {
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  7761.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7762.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7763.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7764.         ], [
  7765.             'security.authorization_checker' => '?',
  7766.             'security.token_storage' => '?',
  7767.         ]));
  7768.     }
  7769.     /**
  7770.      * Gets the private 'security.http_utils' shared service.
  7771.      *
  7772.      * @return \Symfony\Component\Security\Http\HttpUtils
  7773.      */
  7774.     protected function getSecurity_HttpUtilsService()
  7775.     {
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7777.         $a = ($this->services['router'] ?? $this->getRouterService());
  7778.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7779.     }
  7780.     /**
  7781.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7782.      *
  7783.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7784.      */
  7785.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7788.         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()));
  7789.     }
  7790.     /**
  7791.      * Gets the private 'security.logout.listener.default.main' shared service.
  7792.      *
  7793.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7794.      */
  7795.     protected function getSecurity_Logout_Listener_Default_MainService()
  7796.     {
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7798.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  7799.     }
  7800.     /**
  7801.      * Gets the private 'security.logout_url_generator' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7804.      */
  7805.     protected function getSecurity_LogoutUrlGeneratorService()
  7806.     {
  7807.         $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()));
  7808.         $instance->registerListener('main''user_security_logout''logout''_csrf_token'NULLNULL);
  7809.         return $instance;
  7810.     }
  7811.     /**
  7812.      * Gets the private 'security.password_hasher_factory' shared service.
  7813.      *
  7814.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7815.      */
  7816.     protected function getSecurity_PasswordHasherFactoryService()
  7817.     {
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7820.         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]]);
  7821.     }
  7822.     /**
  7823.      * Gets the private 'security.role_hierarchy' shared service.
  7824.      *
  7825.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7826.      */
  7827.     protected function getSecurity_RoleHierarchyService()
  7828.     {
  7829.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7830.     }
  7831.     /**
  7832.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7833.      *
  7834.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7835.      */
  7836.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7837.     {
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7841.         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);
  7842.     }
  7843.     /**
  7844.      * Gets the private 'security.user_password_hasher' shared service.
  7845.      *
  7846.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  7847.      */
  7848.     protected function getSecurity_UserPasswordHasherService()
  7849.     {
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7851.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7852.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7853.     }
  7854.     /**
  7855.      * Gets the private 'security.validator.user_password' shared service.
  7856.      *
  7857.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7858.      */
  7859.     protected function getSecurity_Validator_UserPasswordService()
  7860.     {
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7864.         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()));
  7865.     }
  7866.     /**
  7867.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7868.      *
  7869.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7870.      */
  7871.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7872.     {
  7873.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7874.     }
  7875.     /**
  7876.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7877.      *
  7878.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7879.      */
  7880.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7881.     {
  7882.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7883.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7884.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7885.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7886.     }
  7887.     /**
  7888.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7889.      *
  7890.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7891.      */
  7892.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7893.     {
  7894.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7895.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7896.             return $this->privates['sensio_framework_extra.security.listener'];
  7897.         }
  7898.         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()));
  7899.     }
  7900.     /**
  7901.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7902.      *
  7903.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7904.      */
  7905.     protected function getSensioFrameworkExtra_View_ListenerService()
  7906.     {
  7907.         $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))));
  7908.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7909.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7910.         ], [
  7911.             'twig' => '?',
  7912.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7913.         return $instance;
  7914.     }
  7915.     /**
  7916.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7917.      *
  7918.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7919.      */
  7920.     protected function getSerializer_Mapping_CacheWarmerService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7927.         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'));
  7928.     }
  7929.     /**
  7930.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7931.      *
  7932.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7933.      */
  7934.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7942.         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()))]));
  7943.     }
  7944.     /**
  7945.      * Gets the private 'session.factory' shared service.
  7946.      *
  7947.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7948.      */
  7949.     protected function getSession_FactoryService()
  7950.     {
  7951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7953.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7954.         if (isset($this->privates['session.factory'])) {
  7955.             return $this->privates['session.factory'];
  7956.         }
  7957.         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']);
  7958.     }
  7959.     /**
  7960.      * Gets the private 'session.flash_bag' shared service.
  7961.      *
  7962.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  7963.      *
  7964.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  7965.      */
  7966.     protected function getSession_FlashBagService()
  7967.     {
  7968.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  7969.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  7970.     }
  7971.     /**
  7972.      * Gets the private 'session.storage.factory.service' shared service.
  7973.      *
  7974.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7975.      *
  7976.      * @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.
  7977.      */
  7978.     protected function getSession_Storage_Factory_ServiceService()
  7979.     {
  7980.         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.');
  7981.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7982.     }
  7983.     /**
  7984.      * Gets the private 'session.storage.metadata_bag' shared service.
  7985.      *
  7986.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7987.      *
  7988.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7989.      */
  7990.     protected function getSession_Storage_MetadataBagService()
  7991.     {
  7992.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7993.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  7994.     }
  7995.     /**
  7996.      * Gets the private 'session.storage.native' shared service.
  7997.      *
  7998.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7999.      *
  8000.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8001.      */
  8002.     protected function getSession_Storage_NativeService()
  8003.     {
  8004.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8007.         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());
  8008.     }
  8009.     /**
  8010.      * Gets the private 'session_listener' shared service.
  8011.      *
  8012.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8013.      */
  8014.     protected function getSessionListenerService()
  8015.     {
  8016.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8017.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8018.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8019.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8020.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8021.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8022.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8023.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8024.         ], [
  8025.             'initialized_session' => '?',
  8026.             'logger' => '?',
  8027.             'request_stack' => '?',
  8028.             'session' => '?',
  8029.             'session_collector' => '?',
  8030.             'session_factory' => '?',
  8031.             'session_storage' => '?',
  8032.         ]), true$this->parameters['session.storage.options']);
  8033.     }
  8034.     /**
  8035.      * Gets the private 'slugger' shared service.
  8036.      *
  8037.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  8038.      */
  8039.     protected function getSluggerService()
  8040.     {
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  8043.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  8044.     }
  8045.     /**
  8046.      * Gets the private 'translation.extractor' shared service.
  8047.      *
  8048.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8049.      */
  8050.     protected function getTranslation_ExtractorService()
  8051.     {
  8052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8056.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8057.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8058.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8059.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8060.         return $instance;
  8061.     }
  8062.     /**
  8063.      * Gets the private 'translation.loader.csv' shared service.
  8064.      *
  8065.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8066.      */
  8067.     protected function getTranslation_Loader_CsvService()
  8068.     {
  8069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8073.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8074.     }
  8075.     /**
  8076.      * Gets the private 'translation.loader.dat' shared service.
  8077.      *
  8078.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8079.      */
  8080.     protected function getTranslation_Loader_DatService()
  8081.     {
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8085.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8086.     }
  8087.     /**
  8088.      * Gets the private 'translation.loader.ini' shared service.
  8089.      *
  8090.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8091.      */
  8092.     protected function getTranslation_Loader_IniService()
  8093.     {
  8094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8098.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8099.     }
  8100.     /**
  8101.      * Gets the private 'translation.loader.json' shared service.
  8102.      *
  8103.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8104.      */
  8105.     protected function getTranslation_Loader_JsonService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8111.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8112.     }
  8113.     /**
  8114.      * Gets the private 'translation.loader.mo' shared service.
  8115.      *
  8116.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8117.      */
  8118.     protected function getTranslation_Loader_MoService()
  8119.     {
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8124.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8125.     }
  8126.     /**
  8127.      * Gets the private 'translation.loader.php' shared service.
  8128.      *
  8129.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8130.      */
  8131.     protected function getTranslation_Loader_PhpService()
  8132.     {
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8137.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8138.     }
  8139.     /**
  8140.      * Gets the private 'translation.loader.po' shared service.
  8141.      *
  8142.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8143.      */
  8144.     protected function getTranslation_Loader_PoService()
  8145.     {
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8150.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8151.     }
  8152.     /**
  8153.      * Gets the private 'translation.loader.qt' shared service.
  8154.      *
  8155.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8156.      */
  8157.     protected function getTranslation_Loader_QtService()
  8158.     {
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8161.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8162.     }
  8163.     /**
  8164.      * Gets the private 'translation.loader.res' shared service.
  8165.      *
  8166.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8167.      */
  8168.     protected function getTranslation_Loader_ResService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8172.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8173.     }
  8174.     /**
  8175.      * Gets the private 'translation.loader.xliff' shared service.
  8176.      *
  8177.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8178.      */
  8179.     protected function getTranslation_Loader_XliffService()
  8180.     {
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8183.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8184.     }
  8185.     /**
  8186.      * Gets the private 'translation.loader.yml' shared service.
  8187.      *
  8188.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8189.      */
  8190.     protected function getTranslation_Loader_YmlService()
  8191.     {
  8192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8196.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8197.     }
  8198.     /**
  8199.      * Gets the private 'translation.provider_collection' shared service.
  8200.      *
  8201.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8202.      */
  8203.     protected function getTranslation_ProviderCollectionService()
  8204.     {
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8207.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8208.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8209.         }, 1), []))->fromConfig([]);
  8210.     }
  8211.     /**
  8212.      * Gets the private 'translation.reader' shared service.
  8213.      *
  8214.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8215.      */
  8216.     protected function getTranslation_ReaderService()
  8217.     {
  8218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8234.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8235.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8236.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8237.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8238.         $instance->addLoader('yaml'$a);
  8239.         $instance->addLoader('yml'$a);
  8240.         $instance->addLoader('xlf'$b);
  8241.         $instance->addLoader('xliff'$b);
  8242.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8243.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8244.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8245.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8246.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8247.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8248.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8249.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8250.         return $instance;
  8251.     }
  8252.     /**
  8253.      * Gets the private 'translation.warmer' shared service.
  8254.      *
  8255.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8256.      */
  8257.     protected function getTranslation_WarmerService()
  8258.     {
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8261.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8262.             'translator' => ['services''translator''getTranslatorService'false],
  8263.         ], [
  8264.             'translator' => '?',
  8265.         ]))->withContext('translation.warmer'$this));
  8266.     }
  8267.     /**
  8268.      * Gets the private 'translation.writer' shared service.
  8269.      *
  8270.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8271.      */
  8272.     protected function getTranslation_WriterService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8288.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8289.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8290.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8291.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8292.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8293.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8294.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8295.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8296.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8297.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8298.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8299.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8300.         return $instance;
  8301.     }
  8302.     /**
  8303.      * Gets the private 'translator.default' shared service.
  8304.      *
  8305.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8306.      */
  8307.     protected function getTranslator_DefaultService()
  8308.     {
  8309.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8310.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8311.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8312.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8313.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8314.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8315.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8316.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8317.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8318.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8319.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8320.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8321.         ], [
  8322.             'translation.loader.csv' => '?',
  8323.             'translation.loader.dat' => '?',
  8324.             'translation.loader.ini' => '?',
  8325.             'translation.loader.json' => '?',
  8326.             'translation.loader.mo' => '?',
  8327.             'translation.loader.php' => '?',
  8328.             'translation.loader.po' => '?',
  8329.             'translation.loader.qt' => '?',
  8330.             'translation.loader.res' => '?',
  8331.             'translation.loader.xliff' => '?',
  8332.             'translation.loader.yml' => '?',
  8333.         ]), 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']]], []);
  8334.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8335.         $instance->setFallbackLocales([=> 'en']);
  8336.         return $instance;
  8337.     }
  8338.     /**
  8339.      * Gets the private 'twig.command.debug' shared service.
  8340.      *
  8341.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8342.      */
  8343.     protected function getTwig_Command_DebugService()
  8344.     {
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8347.         $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()));
  8348.         $instance->setName('debug:twig');
  8349.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8350.         return $instance;
  8351.     }
  8352.     /**
  8353.      * Gets the private 'twig.command.lint' shared service.
  8354.      *
  8355.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8356.      */
  8357.     protected function getTwig_Command_LintService()
  8358.     {
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8362.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8363.         $instance->setName('lint:twig');
  8364.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8365.         return $instance;
  8366.     }
  8367.     /**
  8368.      * Gets the private 'twig.form.engine' shared service.
  8369.      *
  8370.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8371.      */
  8372.     protected function getTwig_Form_EngineService()
  8373.     {
  8374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8376.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8377.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8378.         if (isset($this->privates['twig.form.engine'])) {
  8379.             return $this->privates['twig.form.engine'];
  8380.         }
  8381.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8382.     }
  8383.     /**
  8384.      * Gets the private 'twig.form.renderer' shared service.
  8385.      *
  8386.      * @return \Symfony\Component\Form\FormRenderer
  8387.      */
  8388.     protected function getTwig_Form_RendererService()
  8389.     {
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8392.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8393.         if (isset($this->privates['twig.form.renderer'])) {
  8394.             return $this->privates['twig.form.renderer'];
  8395.         }
  8396.         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()));
  8397.     }
  8398.     /**
  8399.      * Gets the private 'twig.mailer.message_listener' shared service.
  8400.      *
  8401.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8402.      */
  8403.     protected function getTwig_Mailer_MessageListenerService()
  8404.     {
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8408.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8409.         if (isset($this->privates['twig.mailer.message_listener'])) {
  8410.             return $this->privates['twig.mailer.message_listener'];
  8411.         }
  8412.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8413.     }
  8414.     /**
  8415.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8416.      *
  8417.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8418.      */
  8419.     protected function getTwig_Runtime_HttpkernelService()
  8420.     {
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  8427.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8428.         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, [
  8429.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8430.         ], [
  8431.             'inline' => '?',
  8432.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8433.     }
  8434.     /**
  8435.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8436.      *
  8437.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8438.      */
  8439.     protected function getTwig_Runtime_SecurityCsrfService()
  8440.     {
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8442.         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()));
  8443.     }
  8444.     /**
  8445.      * Gets the private 'twig.runtime.serializer' shared service.
  8446.      *
  8447.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8448.      */
  8449.     protected function getTwig_Runtime_SerializerService()
  8450.     {
  8451.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8453.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8454.     }
  8455.     /**
  8456.      * Gets the private 'twig.template_cache_warmer' shared service.
  8457.      *
  8458.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8459.      */
  8460.     protected function getTwig_TemplateCacheWarmerService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8465.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8466.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8467.         ], [
  8468.             'twig' => '?',
  8469.         ]))->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')));
  8470.     }
  8471.     /**
  8472.      * Gets the private 'validator.builder' shared service.
  8473.      *
  8474.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8475.      */
  8476.     protected function getValidator_BuilderService()
  8477.     {
  8478.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8479.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8480.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8481.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8482.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8483.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8484.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8485.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8486.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8487.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8488.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8489.         ], [
  8490.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8491.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8492.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8493.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8494.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8495.             'doctrine.orm.validator.unique' => '?',
  8496.             'security.validator.user_password' => '?',
  8497.             'validator.expression' => '?',
  8498.         ])));
  8499.         if ($this->has('translator')) {
  8500.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8501.         }
  8502.         $instance->setTranslationDomain('validators');
  8503.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8504.         $instance->enableAnnotationMapping(true);
  8505.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8506.         $instance->addMethodMapping('loadValidatorMetadata');
  8507.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8508.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8509.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8510.         return $instance;
  8511.     }
  8512.     /**
  8513.      * Gets the private 'validator.email' shared service.
  8514.      *
  8515.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8516.      */
  8517.     protected function getValidator_EmailService()
  8518.     {
  8519.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8522.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8523.     }
  8524.     /**
  8525.      * Gets the private 'validator.expression' shared service.
  8526.      *
  8527.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8528.      */
  8529.     protected function getValidator_ExpressionService()
  8530.     {
  8531.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8534.         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())));
  8535.     }
  8536.     /**
  8537.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8538.      *
  8539.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8540.      */
  8541.     protected function getValidator_Mapping_CacheWarmerService()
  8542.     {
  8543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8546.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8547.     }
  8548.     /**
  8549.      * Gets the private 'validator.not_compromised_password' shared service.
  8550.      *
  8551.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8552.      */
  8553.     protected function getValidator_NotCompromisedPasswordService()
  8554.     {
  8555.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8558.         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);
  8559.     }
  8560.     /**
  8561.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8562.      *
  8563.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8564.      */
  8565.     protected function getVarDumper_Command_ServerDumpService()
  8566.     {
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8573.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8574.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8575.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8576.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8577.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8578.         $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()))]);
  8579.         $instance->setName('server:dump');
  8580.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8581.         return $instance;
  8582.     }
  8583.     /**
  8584.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8585.      *
  8586.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8587.      */
  8588.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8589.     {
  8590.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8591.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8592.         return $instance;
  8593.     }
  8594.     /**
  8595.      * Gets the private 'var_dumper.html_dumper' shared service.
  8596.      *
  8597.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8598.      */
  8599.     protected function getVarDumper_HtmlDumperService()
  8600.     {
  8601.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8602.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8603.         return $instance;
  8604.     }
  8605.     /**
  8606.      * Gets the private 'var_dumper.server_connection' shared service.
  8607.      *
  8608.      * @return \Symfony\Component\VarDumper\Server\Connection
  8609.      */
  8610.     protected function getVarDumper_ServerConnectionService()
  8611.     {
  8612.         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()]);
  8613.     }
  8614.     /**
  8615.      * Gets the private 'web_profiler.csp.handler' shared service.
  8616.      *
  8617.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8618.      */
  8619.     protected function getWebProfiler_Csp_HandlerService()
  8620.     {
  8621.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8622.     }
  8623.     /**
  8624.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8625.      *
  8626.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8627.      */
  8628.     protected function getWebProfiler_DebugToolbarService()
  8629.     {
  8630.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8631.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8632.             return $this->privates['web_profiler.debug_toolbar'];
  8633.         }
  8634.         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()));
  8635.     }
  8636.     /**
  8637.      * Gets the public 'cache_clearer' alias.
  8638.      *
  8639.      * @return object The ".container.private.cache_clearer" service.
  8640.      */
  8641.     protected function getCacheClearerService()
  8642.     {
  8643.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8644.         return $this->get('.container.private.cache_clearer');
  8645.     }
  8646.     /**
  8647.      * Gets the public 'filesystem' alias.
  8648.      *
  8649.      * @return object The ".container.private.filesystem" service.
  8650.      */
  8651.     protected function getFilesystemService()
  8652.     {
  8653.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8654.         return $this->get('.container.private.filesystem');
  8655.     }
  8656.     /**
  8657.      * Gets the public 'serializer' alias.
  8658.      *
  8659.      * @return object The ".container.private.serializer" service.
  8660.      */
  8661.     protected function getSerializerService()
  8662.     {
  8663.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8664.         return $this->get('.container.private.serializer');
  8665.     }
  8666.     /**
  8667.      * Gets the public 'security.csrf.token_manager' alias.
  8668.      *
  8669.      * @return object The ".container.private.security.csrf.token_manager" service.
  8670.      */
  8671.     protected function getSecurity_Csrf_TokenManagerService()
  8672.     {
  8673.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8674.         return $this->get('.container.private.security.csrf.token_manager');
  8675.     }
  8676.     /**
  8677.      * Gets the public 'form.factory' alias.
  8678.      *
  8679.      * @return object The ".container.private.form.factory" service.
  8680.      */
  8681.     protected function getForm_FactoryService()
  8682.     {
  8683.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8684.         return $this->get('.container.private.form.factory');
  8685.     }
  8686.     /**
  8687.      * Gets the public 'form.type.file' alias.
  8688.      *
  8689.      * @return object The ".container.private.form.type.file" service.
  8690.      */
  8691.     protected function getForm_Type_FileService()
  8692.     {
  8693.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8694.         return $this->get('.container.private.form.type.file');
  8695.     }
  8696.     /**
  8697.      * Gets the public 'profiler' alias.
  8698.      *
  8699.      * @return object The ".container.private.profiler" service.
  8700.      */
  8701.     protected function getProfilerService()
  8702.     {
  8703.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8704.         return $this->get('.container.private.profiler');
  8705.     }
  8706.     /**
  8707.      * Gets the public 'twig' alias.
  8708.      *
  8709.      * @return object The ".container.private.twig" service.
  8710.      */
  8711.     protected function getTwigService()
  8712.     {
  8713.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8714.         return $this->get('.container.private.twig');
  8715.     }
  8716.     /**
  8717.      * Gets the public 'security.authorization_checker' alias.
  8718.      *
  8719.      * @return object The ".container.private.security.authorization_checker" service.
  8720.      */
  8721.     protected function getSecurity_AuthorizationCheckerService()
  8722.     {
  8723.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8724.         return $this->get('.container.private.security.authorization_checker');
  8725.     }
  8726.     /**
  8727.      * Gets the public 'security.token_storage' alias.
  8728.      *
  8729.      * @return object The ".container.private.security.token_storage" service.
  8730.      */
  8731.     protected function getSecurity_TokenStorageService()
  8732.     {
  8733.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8734.         return $this->get('.container.private.security.token_storage');
  8735.     }
  8736.     /**
  8737.      * Gets the public 'security.password_encoder' alias.
  8738.      *
  8739.      * @return object The ".container.private.security.password_encoder" service.
  8740.      */
  8741.     protected function getSecurity_PasswordEncoderService()
  8742.     {
  8743.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8744.         return $this->get('.container.private.security.password_encoder');
  8745.     }
  8746.     /**
  8747.      * Gets the public 'session' alias.
  8748.      *
  8749.      * @return object The ".container.private.session" service.
  8750.      */
  8751.     protected function getSessionService()
  8752.     {
  8753.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8754.         return $this->get('.container.private.session');
  8755.     }
  8756.     /**
  8757.      * Gets the public 'validator' alias.
  8758.      *
  8759.      * @return object The ".container.private.validator" service.
  8760.      */
  8761.     protected function getValidatorService()
  8762.     {
  8763.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8764.         return $this->get('.container.private.validator');
  8765.     }
  8766.     /**
  8767.      * @return array|bool|float|int|string|\UnitEnum|null
  8768.      */
  8769.     public function getParameter(string $name)
  8770.     {
  8771.         if (isset($this->buildParameters[$name])) {
  8772.             return $this->buildParameters[$name];
  8773.         }
  8774.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8775.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8776.         }
  8777.         if (isset($this->loadedDynamicParameters[$name])) {
  8778.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8779.         }
  8780.         return $this->parameters[$name];
  8781.     }
  8782.     public function hasParameter(string $name): bool
  8783.     {
  8784.         if (isset($this->buildParameters[$name])) {
  8785.             return true;
  8786.         }
  8787.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8788.     }
  8789.     public function setParameter(string $name$value): void
  8790.     {
  8791.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8792.     }
  8793.     public function getParameterBag(): ParameterBagInterface
  8794.     {
  8795.         if (null === $this->parameterBag) {
  8796.             $parameters $this->parameters;
  8797.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8798.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8799.             }
  8800.             foreach ($this->buildParameters as $name => $value) {
  8801.                 $parameters[$name] = $value;
  8802.             }
  8803.             $this->parameterBag = new FrozenParameterBag($parameters);
  8804.         }
  8805.         return $this->parameterBag;
  8806.     }
  8807.     private $loadedDynamicParameters = [
  8808.         'kernel.runtime_environment' => false,
  8809.         'kernel.build_dir' => false,
  8810.         'kernel.cache_dir' => false,
  8811.         'kernel.secret' => false,
  8812.         'debug.container.dump' => false,
  8813.         'serializer.mapping.cache.file' => false,
  8814.         'validator.mapping.cache.file' => false,
  8815.         'profiler.storage.dsn' => false,
  8816.         'doctrine.orm.proxy_dir' => false,
  8817.         'knp_snappy.pdf.binary' => false,
  8818.         'knp_snappy.image.binary' => false,
  8819.     ];
  8820.     private $dynamicParameters = [];
  8821.     private function getDynamicParameter(string $name)
  8822.     {
  8823.         switch ($name) {
  8824.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8825.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8826.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8827.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8828.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8829.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8830.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8831.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8832.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8833.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  8834.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  8835.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8836.         }
  8837.         $this->loadedDynamicParameters[$name] = true;
  8838.         return $this->dynamicParameters[$name] = $value;
  8839.     }
  8840.     protected function getDefaultParameters(): array
  8841.     {
  8842.         return [
  8843.             'kernel.project_dir' => \dirname(__DIR__4),
  8844.             'kernel.environment' => 'dev',
  8845.             'kernel.debug' => true,
  8846.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8847.             'kernel.bundles' => [
  8848.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8849.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8850.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8851.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8852.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8853.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8854.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8855.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8856.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8857.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8858.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8859.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8860.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8861.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8862.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  8863.             ],
  8864.             'kernel.bundles_metadata' => [
  8865.                 'FrameworkBundle' => [
  8866.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8867.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8868.                 ],
  8869.                 'TwigBundle' => [
  8870.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8871.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8872.                 ],
  8873.                 'TwigExtraBundle' => [
  8874.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8875.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8876.                 ],
  8877.                 'SensioFrameworkExtraBundle' => [
  8878.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8879.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8880.                 ],
  8881.                 'DoctrineBundle' => [
  8882.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8883.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8884.                 ],
  8885.                 'DoctrineMigrationsBundle' => [
  8886.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8887.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8888.                 ],
  8889.                 'SecurityBundle' => [
  8890.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8891.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8892.                 ],
  8893.                 'WebProfilerBundle' => [
  8894.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8895.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8896.                 ],
  8897.                 'MonologBundle' => [
  8898.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8899.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8900.                 ],
  8901.                 'DebugBundle' => [
  8902.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8903.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8904.                 ],
  8905.                 'MakerBundle' => [
  8906.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8907.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8908.                 ],
  8909.                 'DoctrineFixturesBundle' => [
  8910.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8911.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8912.                 ],
  8913.                 'KnpPaginatorBundle' => [
  8914.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8915.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8916.                 ],
  8917.                 'FOSJsRoutingBundle' => [
  8918.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8919.                     'namespace' => 'FOS\\JsRoutingBundle',
  8920.                 ],
  8921.                 'KnpSnappyBundle' => [
  8922.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  8923.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  8924.                 ],
  8925.             ],
  8926.             'kernel.charset' => 'UTF-8',
  8927.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8928.             'container.dumper.inline_class_loader' => true,
  8929.             'container.dumper.inline_factories' => true,
  8930.             'event_dispatcher.event_aliases' => [
  8931.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8932.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8933.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8934.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8935.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8936.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8937.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8938.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8939.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8940.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8941.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8942.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8943.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8944.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8945.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8946.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8947.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8948.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8949.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8950.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8951.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8952.             ],
  8953.             'fragment.renderer.hinclude.global_template' => NULL,
  8954.             'fragment.path' => '/_fragment',
  8955.             'kernel.http_method_override' => true,
  8956.             'kernel.trusted_hosts' => [
  8957.             ],
  8958.             'kernel.default_locale' => 'en',
  8959.             'kernel.enabled_locales' => [
  8960.             ],
  8961.             'kernel.error_controller' => 'error_controller',
  8962.             'debug.file_link_format' => NULL,
  8963.             'asset.request_context.base_path' => NULL,
  8964.             'asset.request_context.secure' => NULL,
  8965.             'translator.logging' => false,
  8966.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8967.             'debug.error_handler.throw_at' => -1,
  8968.             'router.request_context.host' => 'localhost',
  8969.             'router.request_context.scheme' => 'http',
  8970.             'router.request_context.base_url' => '',
  8971.             'router.resource' => 'kernel::loadRoutes',
  8972.             'request_listener.http_port' => 80,
  8973.             'request_listener.https_port' => 443,
  8974.             'session.metadata.storage_key' => '_sf2_meta',
  8975.             'session.storage.options' => [
  8976.                 'cache_limiter' => '0',
  8977.                 'cookie_secure' => 'auto',
  8978.                 'cookie_httponly' => true,
  8979.                 'cookie_samesite' => 'lax',
  8980.                 'gc_probability' => 1,
  8981.             ],
  8982.             'session.save_path' => NULL,
  8983.             'session.metadata.update_threshold' => 0,
  8984.             'form.type_extension.csrf.enabled' => true,
  8985.             'form.type_extension.csrf.field_name' => '_token',
  8986.             'validator.translation_domain' => 'validators',
  8987.             'profiler_listener.only_exceptions' => false,
  8988.             'profiler_listener.only_main_requests' => false,
  8989.             'twig.form.resources' => [
  8990.                 => 'form_div_layout.html.twig',
  8991.                 => 'bootstrap_4_layout.html.twig',
  8992.             ],
  8993.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8994.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8995.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8996.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8997.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8998.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8999.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9000.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9001.             'doctrine.entity_managers' => [
  9002.                 'default' => 'doctrine.orm.default_entity_manager',
  9003.             ],
  9004.             'doctrine.default_entity_manager' => 'default',
  9005.             'doctrine.dbal.connection_factory.types' => [
  9006.             ],
  9007.             'doctrine.connections' => [
  9008.                 'default' => 'doctrine.dbal.default_connection',
  9009.             ],
  9010.             'doctrine.default_connection' => 'default',
  9011.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9012.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9013.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9014.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9015.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9016.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9017.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9018.             'doctrine.orm.cache.memcache_port' => 11211,
  9019.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9020.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9021.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9022.             'doctrine.orm.cache.memcached_port' => 11211,
  9023.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9024.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9025.             'doctrine.orm.cache.redis_host' => 'localhost',
  9026.             'doctrine.orm.cache.redis_port' => 6379,
  9027.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9028.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9029.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9030.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9031.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9032.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9033.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9034.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9035.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9036.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9037.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9038.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9039.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9040.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9041.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9042.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9043.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9044.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9045.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9046.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9047.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9048.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9049.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9050.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9051.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9052.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9053.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9054.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9055.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9056.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9057.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9058.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9059.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9060.             'doctrine.migrations.preferred_em' => NULL,
  9061.             'doctrine.migrations.preferred_connection' => NULL,
  9062.             'security.role_hierarchy.roles' => [
  9063.                 'ROLE_ADMIN' => [
  9064.                     => 'ROLE_USER',
  9065.                 ],
  9066.                 'ROLE_SUPER_ADMIN' => [
  9067.                     => 'ROLE_ADMIN',
  9068.                 ],
  9069.             ],
  9070.             'security.access.denied_url' => NULL,
  9071.             'security.authentication.manager.erase_credentials' => true,
  9072.             'security.authentication.session_strategy.strategy' => 'migrate',
  9073.             'security.access.always_authenticate_before_granting' => false,
  9074.             'security.authentication.hide_user_not_found' => true,
  9075.             'security.firewalls' => [
  9076.                 => 'dev',
  9077.                 => 'main',
  9078.             ],
  9079.             'security.main._indexed_authenticators' => [
  9080.             ],
  9081.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9082.             'web_profiler.debug_toolbar.mode' => 2,
  9083.             'monolog.use_microseconds' => true,
  9084.             'monolog.swift_mailer.handlers' => [
  9085.             ],
  9086.             'monolog.handlers_to_channels' => [
  9087.                 'monolog.handler.console' => [
  9088.                     'type' => 'exclusive',
  9089.                     'elements' => [
  9090.                         => 'event',
  9091.                         => 'doctrine',
  9092.                         => 'console',
  9093.                     ],
  9094.                 ],
  9095.                 'monolog.handler.main' => [
  9096.                     'type' => 'exclusive',
  9097.                     'elements' => [
  9098.                         => 'event',
  9099.                     ],
  9100.                 ],
  9101.             ],
  9102.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9103.             'knp_paginator.template.pagination' => 'pagination.html.twig',
  9104.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9105.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9106.             'knp_paginator.page_range' => 5,
  9107.             'knp_paginator.page_limit' => NULL,
  9108.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9109.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9110.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9111.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9112.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9113.             'fos_js_routing.request_context_base_url' => NULL,
  9114.             'fos_js_routing.cache_control' => [
  9115.                 'enabled' => false,
  9116.             ],
  9117.             'knp_snappy.pdf.options' => [
  9118.             ],
  9119.             'knp_snappy.pdf.env' => [
  9120.             ],
  9121.             'knp_snappy.image.options' => [
  9122.             ],
  9123.             'knp_snappy.image.env' => [
  9124.             ],
  9125.             'data_collector.templates' => [
  9126.                 'data_collector.request' => [
  9127.                     => 'request',
  9128.                     => '@WebProfiler/Collector/request.html.twig',
  9129.                 ],
  9130.                 'data_collector.time' => [
  9131.                     => 'time',
  9132.                     => '@WebProfiler/Collector/time.html.twig',
  9133.                 ],
  9134.                 'data_collector.memory' => [
  9135.                     => 'memory',
  9136.                     => '@WebProfiler/Collector/memory.html.twig',
  9137.                 ],
  9138.                 'data_collector.validator' => [
  9139.                     => 'validator',
  9140.                     => '@WebProfiler/Collector/validator.html.twig',
  9141.                 ],
  9142.                 'data_collector.ajax' => [
  9143.                     => 'ajax',
  9144.                     => '@WebProfiler/Collector/ajax.html.twig',
  9145.                 ],
  9146.                 'data_collector.form' => [
  9147.                     => 'form',
  9148.                     => '@WebProfiler/Collector/form.html.twig',
  9149.                 ],
  9150.                 'data_collector.exception' => [
  9151.                     => 'exception',
  9152.                     => '@WebProfiler/Collector/exception.html.twig',
  9153.                 ],
  9154.                 'data_collector.logger' => [
  9155.                     => 'logger',
  9156.                     => '@WebProfiler/Collector/logger.html.twig',
  9157.                 ],
  9158.                 'data_collector.events' => [
  9159.                     => 'events',
  9160.                     => '@WebProfiler/Collector/events.html.twig',
  9161.                 ],
  9162.                 'data_collector.router' => [
  9163.                     => 'router',
  9164.                     => '@WebProfiler/Collector/router.html.twig',
  9165.                 ],
  9166.                 'data_collector.cache' => [
  9167.                     => 'cache',
  9168.                     => '@WebProfiler/Collector/cache.html.twig',
  9169.                 ],
  9170.                 'data_collector.translation' => [
  9171.                     => 'translation',
  9172.                     => '@WebProfiler/Collector/translation.html.twig',
  9173.                 ],
  9174.                 'data_collector.security' => [
  9175.                     => 'security',
  9176.                     => '@Security/Collector/security.html.twig',
  9177.                 ],
  9178.                 'data_collector.twig' => [
  9179.                     => 'twig',
  9180.                     => '@WebProfiler/Collector/twig.html.twig',
  9181.                 ],
  9182.                 'data_collector.http_client' => [
  9183.                     => 'http_client',
  9184.                     => '@WebProfiler/Collector/http_client.html.twig',
  9185.                 ],
  9186.                 'data_collector.doctrine' => [
  9187.                     => 'db',
  9188.                     => '@Doctrine/Collector/db.html.twig',
  9189.                 ],
  9190.                 'data_collector.dump' => [
  9191.                     => 'dump',
  9192.                     => '@Debug/Profiler/dump.html.twig',
  9193.                 ],
  9194.                 'mailer.data_collector' => [
  9195.                     => 'mailer',
  9196.                     => '@WebProfiler/Collector/mailer.html.twig',
  9197.                 ],
  9198.                 'notifier.data_collector' => [
  9199.                     => 'notifier',
  9200.                     => '@WebProfiler/Collector/notifier.html.twig',
  9201.                 ],
  9202.                 'data_collector.config' => [
  9203.                     => 'config',
  9204.                     => '@WebProfiler/Collector/config.html.twig',
  9205.                 ],
  9206.             ],
  9207.             'console.command.ids' => [
  9208.             ],
  9209.         ];
  9210.     }
  9211.     protected function throw($message)
  9212.     {
  9213.         throw new RuntimeException($message);
  9214.     }
  9215. }