var/cache/cooking/ContainerAaBPVdW/App_KernelCookingDebugContainer.php line 378

  1. <?php
  2. namespace ContainerAaBPVdW;
  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\LogicException;
  7. use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
  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_KernelCookingDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected \Closure $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService $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.profiler' => 'get_Container_Private_ProfilerService',
  34.             'cache.app' => 'getCache_AppService',
  35.             'cache.security_is_granted_attribute_expression_language' => 'getCache_SecurityIsGrantedAttributeExpressionLanguageService',
  36.             'cache.system' => 'getCache_SystemService',
  37.             'doctrine' => 'getDoctrineService',
  38.             'event_dispatcher' => 'getEventDispatcherService',
  39.             'http_kernel' => 'getHttpKernelService',
  40.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  41.             'request_stack' => 'getRequestStackService',
  42.             'router' => 'getRouterService',
  43.             'profiler' => 'getProfilerService',
  44.         ];
  45.         $this->fileMap = [
  46.             'ApidaeTourisme\\ApidaeBundle\\ApidaeBundle' => 'getApidaeBundleService',
  47.             'ApidaeTourisme\\ApidaeBundle\\ApidaeUser' => 'getApidaeUserService',
  48.             'ApidaeTourisme\\ApidaeBundle\\ApidaeUserProvider' => 'getApidaeUserProviderService',
  49.             'ApidaeTourisme\\ApidaeBundle\\Command\\TacheCommand' => 'getTacheCommandService',
  50.             'ApidaeTourisme\\ApidaeBundle\\Command\\TachesManagerCommand' => 'getTachesManagerCommandService',
  51.             'ApidaeTourisme\\ApidaeBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  52.             'ApidaeTourisme\\ApidaeBundle\\Controller\\TacheController' => 'getTacheControllerService',
  53.             'ApidaeTourisme\\ApidaeBundle\\Entity\\Tache' => 'getTacheService',
  54.             'ApidaeTourisme\\ApidaeBundle\\Repository\\TacheRepository' => 'getTacheRepositoryService',
  55.             'ApidaeTourisme\\ApidaeBundle\\Services\\TachesServices' => 'getTachesServicesService',
  56.             'App\\Command\\ExtractAllCommand' => 'getExtractAllCommandService',
  57.             'App\\Command\\ExtractManyCommand' => 'getExtractManyCommandService',
  58.             'App\\Command\\InsertAllCommand' => 'getInsertAllCommandService',
  59.             'App\\Command\\InsertManyCommand' => 'getInsertManyCommandService',
  60.             'App\\Command\\InsertOneCommand' => 'getInsertOneCommandService',
  61.             'App\\Controller\\AttributesController' => 'getAttributesControllerService',
  62.             'App\\Controller\\ErreursController' => 'getErreursControllerService',
  63.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  64.             'App\\Controller\\ListingController' => 'getListingControllerService',
  65.             'App\\Controller\\MappingController' => 'getMappingControllerService',
  66.             'App\\Controller\\OffreController' => 'getOffreControllerService',
  67.             'App\\Controller\\PasserellesController' => 'getPasserellesControllerService',
  68.             'App\\Controller\\TachesController' => 'getTachesControllerService',
  69.             'App\\Repository\\OffreRepository' => 'getOffreRepositoryService',
  70.             'App\\Services\\ApidaeService' => 'getApidaeServiceService',
  71.             'App\\Services\\ApidaeServiceEcriture' => 'getApidaeServiceEcritureService',
  72.             'App\\Services\\ApidaeServiceLecture' => 'getApidaeServiceLectureService',
  73.             'App\\Services\\ApidaeServiceMain' => 'getApidaeServiceMainService',
  74.             'App\\Services\\ModelsService' => 'getModelsServiceService',
  75.             'App\\Services\\TIFService' => 'getTIFServiceService',
  76.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  77.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  78.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  79.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  80.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  81.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  82.             'cache.app_clearer' => 'getCache_AppClearerService',
  83.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  84.             'cache.system_clearer' => 'getCache_SystemClearerService',
  85.             'cache_warmer' => 'getCacheWarmerService',
  86.             'console.command_loader' => 'getConsole_CommandLoaderService',
  87.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  88.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  89.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  90.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  91.             'error_controller' => 'getErrorControllerService',
  92.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  93.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  94.             'monolog.logger.deepl' => 'getMonolog_Logger_DeeplService',
  95.             'monolog.logger.taches' => 'getMonolog_Logger_TachesService',
  96.             'routing.loader' => 'getRouting_LoaderService',
  97.             'services_resetter' => 'getServicesResetterService',
  98.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  99.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  100.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  101.         ];
  102.         $this->aliases = [
  103.             'App\\Kernel' => 'kernel',
  104.             'database_connection' => 'doctrine.dbal.default_connection',
  105.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  106.         ];
  107.         $this->privates['service_container'] = function () {
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  114.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  125.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  154.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  208.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  210.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  211.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  212.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  213.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  214.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  215.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  216.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  217.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  218.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  221.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensiolabs/ansi-to-html/SensioLabs/AnsiConverter/Bridge/Twig/AnsiExtension.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  239.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  246.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  249.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/IsGrantedAttributeListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  291.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  340.         };
  341.     }
  342.     public function compile(): void
  343.     {
  344.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  345.     }
  346.     public function isCompiled(): bool
  347.     {
  348.         return true;
  349.     }
  350.     public function getRemovedIds(): array
  351.     {
  352.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  353.     }
  354.     protected function load($file$lazyLoad true)
  355.     {
  356.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  357.             return $class::do($this$lazyLoad);
  358.         }
  359.         if ('.' === $file[-4]) {
  360.             $class substr($class0, -4);
  361.         } else {
  362.             $file .= '.php';
  363.         }
  364.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  365.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  366.     }
  367.     protected function createProxy($class\Closure $factory)
  368.     {
  369.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  370.         return $factory();
  371.     }
  372.     /**
  373.      * Gets the public '.container.private.profiler' shared service.
  374.      *
  375.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  376.      */
  377.     protected function get_Container_Private_ProfilerService()
  378.     {
  379.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  380.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  381.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  382.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  383.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  384.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  385.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  386.         $c = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  387.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  388.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  389.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  390.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  391.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  392.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  393.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  394.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  395.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  396.         $d->addInstance('cache.security_is_granted_attribute_expression_language', ($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService()));
  397.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  398.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  399.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  400.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  401.         $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  402.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  403.         if ($this->has('kernel')) {
  404.             $f->setKernel($b);
  405.         }
  406.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  407.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))));
  408.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  409.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  410.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  411.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  412.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelCookingDebugContainer'), $c));
  413.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  414.         $instance->add(($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  415.         $instance->add($d);
  416.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  417.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($this->privates['twig'] ?? $this->getTwigService())));
  418.         $instance->add($e);
  419.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));
  420.         $instance->add($f);
  421.         return $instance;
  422.     }
  423.     /**
  424.      * Gets the public 'cache.app' shared service.
  425.      *
  426.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  427.      */
  428.     protected function getCache_AppService()
  429.     {
  430.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('z6FuMEoiRE'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  431.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  432.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  433.     }
  434.     /**
  435.      * Gets the public 'cache.security_is_granted_attribute_expression_language' shared service.
  436.      *
  437.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  438.      */
  439.     protected function getCache_SecurityIsGrantedAttributeExpressionLanguageService()
  440.     {
  441.         return $this->services['cache.security_is_granted_attribute_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rqKhCvh5KH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  442.     }
  443.     /**
  444.      * Gets the public 'cache.system' shared service.
  445.      *
  446.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  447.      */
  448.     protected function getCache_SystemService()
  449.     {
  450.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZKG9yanwHY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  451.     }
  452.     /**
  453.      * Gets the public 'doctrine' shared service.
  454.      *
  455.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  456.      */
  457.     protected function getDoctrineService()
  458.     {
  459.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  460.     }
  461.     /**
  462.      * Gets the public 'event_dispatcher' shared service.
  463.      *
  464.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  465.      */
  466.     protected function getEventDispatcherService()
  467.     {
  468.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  469.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  470.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  471.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  472.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), $a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  473.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  474.             return ($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector());
  475.         }, => 'onKernelController'], 0);
  476.         $instance->addListener('kernel.exception', [=> #[\Closure(name'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] function () {
  477.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  478.         }, => 'onKernelException'], 0);
  479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  480.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  481.         }, => 'checkPassport'], 1024);
  482.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  483.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  484.         }, => 'onKernelResponse'], 0);
  485.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  486.             return ($this->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false));
  487.         }, => 'onKernelResponse'], 0);
  488.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  489.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  490.         }, => 'setDefaultLocale'], 100);
  491.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  492.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  493.         }, => 'onKernelRequest'], 16);
  494.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  495.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  496.         }, => 'onKernelFinishRequest'], 0);
  497.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  498.             return ($this->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener());
  499.         }, => 'onKernelRequest'], 256);
  500.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  501.             return ($this->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener());
  502.         }, => 'onResponse'], -255);
  503.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  504.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  505.         }, => 'onControllerArguments'], 0);
  506.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  507.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  508.         }, => 'logKernelException'], 0);
  509.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  510.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  511.         }, => 'onKernelException'], -128);
  512.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  513.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  514.         }, => 'removeCspHeader'], -128);
  515.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  516.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  517.         }, => 'onKernelControllerArguments'], 10);
  518.         $instance->addListener('kernel.response', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  519.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  520.         }, => 'onKernelResponse'], -10);
  521.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  522.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  523.         }, => 'onKernelRequest'], 15);
  524.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  525.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  526.         }, => 'onKernelFinishRequest'], -15);
  527.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  528.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  529.         }, => 'onConsoleError'], -128);
  530.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  531.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  532.         }, => 'onConsoleTerminate'], -128);
  533.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  534.             return ($this->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber());
  535.         }, => 'onConsoleError'], 0);
  536.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  537.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  538.         }, => 'configure'], 2048);
  539.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  540.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  541.         }, => 'configure'], 2048);
  542.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  543.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  544.         }, => 'onKernelRequest'], 32);
  545.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  546.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  547.         }, => 'onKernelFinishRequest'], 0);
  548.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  549.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  550.         }, => 'onKernelException'], -64);
  551.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  552.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  553.         }, => 'onKernelRequest'], 128);
  554.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  555.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  556.         }, => 'onKernelResponse'], -1000);
  557.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  558.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  559.         }, => 'onKernelResponse'], -100);
  560.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  561.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  562.         }, => 'onKernelException'], 0);
  563.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  564.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  565.         }, => 'onKernelTerminate'], -1024);
  566.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  567.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  568.         }, => 'onKernelController'], 0);
  569.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  570.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  571.         }, => 'onKernelResponse'], 0);
  572.         $instance->addListener('console.error', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  573.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  574.         }, => 'onConsoleError'], 0);
  575.         $instance->addListener('console.terminate', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  576.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  577.         }, => 'onConsoleTerminate'], 0);
  578.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener')] function () {
  579.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  580.         }, => 'resetAssets'], 0);
  581.         $instance->addListener('kernel.view', [=> #[\Closure(name'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] function () {
  582.             return ($this->privates['controller.template_attribute_listener'] ?? $this->load('getController_TemplateAttributeListenerService'));
  583.         }, => 'onKernelView'], -128);
  584.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  585.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  586.         }, => 'onKernelResponse'], -128);
  587.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] function () {
  588.             return ($this->privates['controller.is_granted_attribute_listener'] ?? $this->getController_IsGrantedAttributeListenerService());
  589.         }, => 'onKernelControllerArguments'], 20);
  590.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  591.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  592.         }, => 'checkPassport'], 0);
  593.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  594.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  595.         }, => 'onLoginSuccess'], 0);
  596.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  597.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  598.         }, => 'onVoterVote'], 0);
  599.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  600.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  601.         }, => 'configureLogoutUrlGenerator'], 8);
  602.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  603.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  604.         }, => 'onKernelRequest'], 8);
  605.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  606.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  607.         }, => 'onKernelFinishRequest'], 0);
  608.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  609.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  610.         }, => 'onCommand'], 255);
  611.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  612.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  613.         }, => 'onTerminate'], -255);
  614.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  615.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  616.         }, => 'checkPassport'], 512);
  617.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  618.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  619.         }, => 'onLogout'], 0);
  620.         return $instance;
  621.     }
  622.     /**
  623.      * Gets the public 'http_kernel' shared service.
  624.      *
  625.      * @return \Symfony\Component\HttpKernel\HttpKernel
  626.      */
  627.     protected function getHttpKernelService()
  628.     {
  629.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  630.         if (isset($this->services['http_kernel'])) {
  631.             return $this->services['http_kernel'];
  632.         }
  633.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  634.         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'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  635.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  636.             yield => ($this->privates['debug.doctrine.orm.entity_value_resolver'] ?? $this->load('getDebug_Doctrine_Orm_EntityValueResolverService'));
  637.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  638.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  639.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  640.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  641.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  642.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  643.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  644.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  645.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  646.         }, 11)), $b), true);
  647.     }
  648.     /**
  649.      * Gets the public 'monolog.logger.deprecation' shared service.
  650.      *
  651.      * @return \Symfony\Bridge\Monolog\Logger
  652.      */
  653.     protected function getMonolog_Logger_DeprecationService()
  654.     {
  655.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  656.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  657.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  658.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  659.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  660.         return $instance;
  661.     }
  662.     /**
  663.      * Gets the public 'request_stack' shared service.
  664.      *
  665.      * @return \Symfony\Component\HttpFoundation\RequestStack
  666.      */
  667.     protected function getRequestStackService()
  668.     {
  669.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  670.     }
  671.     /**
  672.      * Gets the public 'router' shared service.
  673.      *
  674.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  675.      */
  676.     protected function getRouterService()
  677.     {
  678.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  679.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  680.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  681.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  682.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  683.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  684.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  685.         ], [
  686.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  687.         ]))->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'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)), $a'en');
  688.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  689.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this));
  690.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker());
  691.         }, 2)));
  692.         return $instance;
  693.     }
  694.     /**
  695.      * Gets the private '.debug.http_client' shared service.
  696.      *
  697.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  698.      */
  699.     protected function get_Debug_HttpClientService()
  700.     {
  701.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  702.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  703.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  704.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  705.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  706.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  707.         $a->setLogger($b);
  708.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  709.     }
  710.     /**
  711.      * Gets the private '.debug.hwi_oauth.http_client' shared service.
  712.      *
  713.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  714.      */
  715.     protected function get_Debug_HwiOauth_HttpClientService()
  716.     {
  717.         return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  718.     }
  719.     /**
  720.      * Gets the private '.service_locator.zJyh7qS' shared service.
  721.      *
  722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  723.      */
  724.     protected function get_ServiceLocator_ZJyh7qSService()
  725.     {
  726.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  727.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  728.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  729.         ], [
  730.             'security.firewall.map.context.dev' => '?',
  731.             'security.firewall.map.context.main' => '?',
  732.         ]);
  733.     }
  734.     /**
  735.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  736.      *
  737.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  738.      */
  739.     protected function getResetAssetsEventListenerService()
  740.     {
  741.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  742.     }
  743.     /**
  744.      * Gets the private 'annotations.cache_adapter' shared service.
  745.      *
  746.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  747.      */
  748.     protected function getAnnotations_CacheAdapterService()
  749.     {
  750.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  751.     }
  752.     /**
  753.      * Gets the private 'assets.packages' shared service.
  754.      *
  755.      * @return \Symfony\Component\Asset\Packages
  756.      */
  757.     protected function getAssets_PackagesService()
  758.     {
  759.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  760.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  761.             return new \EmptyIterator();
  762.         }, 0));
  763.     }
  764.     /**
  765.      * Gets the private 'cache.annotations' shared service.
  766.      *
  767.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  768.      */
  769.     protected function getCache_AnnotationsService()
  770.     {
  771.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yMvdgWVAIM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  772.     }
  773.     /**
  774.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  775.      *
  776.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  777.      */
  778.     protected function getCache_Doctrine_Orm_Default_QueryService()
  779.     {
  780.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  781.     }
  782.     /**
  783.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  784.      *
  785.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  786.      */
  787.     protected function getCache_Doctrine_Orm_Default_ResultService()
  788.     {
  789.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  790.     }
  791.     /**
  792.      * Gets the private 'cache.property_info' shared service.
  793.      *
  794.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  795.      */
  796.     protected function getCache_PropertyInfoService()
  797.     {
  798.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AxZaXzayKk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  799.     }
  800.     /**
  801.      * Gets the private 'cache.security_expression_language' shared service.
  802.      *
  803.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  804.      */
  805.     protected function getCache_SecurityExpressionLanguageService()
  806.     {
  807.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QxUrs2-CYI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  808.     }
  809.     /**
  810.      * Gets the private 'cache.serializer' shared service.
  811.      *
  812.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  813.      */
  814.     protected function getCache_SerializerService()
  815.     {
  816.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kc--jqe8r-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  817.     }
  818.     /**
  819.      * Gets the private 'cache.validator' shared service.
  820.      *
  821.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  822.      */
  823.     protected function getCache_ValidatorService()
  824.     {
  825.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AwYFspEds5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  826.     }
  827.     /**
  828.      * Gets the private 'cache.webpack_encore' shared service.
  829.      *
  830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  831.      */
  832.     protected function getCache_WebpackEncoreService()
  833.     {
  834.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GR0K7NeK0i'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  835.     }
  836.     /**
  837.      * Gets the private 'controller.is_granted_attribute_listener' shared service.
  838.      *
  839.      * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener
  840.      */
  841.     protected function getController_IsGrantedAttributeListenerService()
  842.     {
  843.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  844.         if (isset($this->privates['controller.is_granted_attribute_listener'])) {
  845.             return $this->privates['controller.is_granted_attribute_listener'];
  846.         }
  847.         return $this->privates['controller.is_granted_attribute_listener'] = new \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener($aNULL);
  848.     }
  849.     /**
  850.      * Gets the private 'data_collector.form' shared service.
  851.      *
  852.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  853.      */
  854.     protected function getDataCollector_FormService()
  855.     {
  856.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  857.     }
  858.     /**
  859.      * Gets the private 'data_collector.request' shared service.
  860.      *
  861.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  862.      */
  863.     protected function getDataCollector_RequestService()
  864.     {
  865.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  866.     }
  867.     /**
  868.      * Gets the private 'debug.debug_handlers_listener' shared service.
  869.      *
  870.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  871.      */
  872.     protected function getDebug_DebugHandlersListenerService()
  873.     {
  874.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  875.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  876.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  877.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  878.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  879.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  880.     }
  881.     /**
  882.      * Gets the private 'debug.file_link_formatter' shared service.
  883.      *
  884.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  885.      */
  886.     protected function getDebug_FileLinkFormatterService()
  887.     {
  888.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($this->getEnv('default::SYMFONY_IDE'), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), \dirname(__DIR__4), #[\Closure(name'debug.file_link_formatter.url_format', class: 'string')] function () {
  889.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  890.         });
  891.     }
  892.     /**
  893.      * Gets the private 'debug.log_processor' shared service.
  894.      *
  895.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  896.      */
  897.     protected function getDebug_LogProcessorService()
  898.     {
  899.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  900.     }
  901.     /**
  902.      * Gets the private 'debug.security.access.decision_manager' shared service.
  903.      *
  904.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  905.      */
  906.     protected function getDebug_Security_Access_DecisionManagerService()
  907.     {
  908.         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 () {
  909.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  910.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  911.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  912.     }
  913.     /**
  914.      * Gets the private 'debug.security.firewall' shared service.
  915.      *
  916.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  917.      */
  918.     protected function getDebug_Security_FirewallService()
  919.     {
  920.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  921.         if (isset($this->privates['debug.security.firewall'])) {
  922.             return $this->privates['debug.security.firewall'];
  923.         }
  924.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  925.         if (isset($this->privates['debug.security.firewall'])) {
  926.             return $this->privates['debug.security.firewall'];
  927.         }
  928.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  929.     }
  930.     /**
  931.      * Gets the private 'exception_listener' shared service.
  932.      *
  933.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  934.      */
  935.     protected function getExceptionListenerService()
  936.     {
  937.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  938.     }
  939.     /**
  940.      * Gets the private 'locale_aware_listener' shared service.
  941.      *
  942.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  943.      */
  944.     protected function getLocaleAwareListenerService()
  945.     {
  946.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  947.             yield => ($this->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('en'));
  948.         }, 1), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  949.     }
  950.     /**
  951.      * Gets the private 'locale_listener' shared service.
  952.      *
  953.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  954.      */
  955.     protected function getLocaleListenerService()
  956.     {
  957.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  958.     }
  959.     /**
  960.      * Gets the private 'monolog.handler.console' shared service.
  961.      *
  962.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  963.      */
  964.     protected function getMonolog_Handler_ConsoleService()
  965.     {
  966.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  967.     }
  968.     /**
  969.      * Gets the private 'monolog.handler.main' shared service.
  970.      *
  971.      * @return \Monolog\Handler\StreamHandler
  972.      */
  973.     protected function getMonolog_Handler_MainService()
  974.     {
  975.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/cooking.log'), 100trueNULLfalse);
  976.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ??= new \Monolog\Processor\PsrLogMessageProcessor()));
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the private 'monolog.logger.cache' shared service.
  981.      *
  982.      * @return \Symfony\Bridge\Monolog\Logger
  983.      */
  984.     protected function getMonolog_Logger_CacheService()
  985.     {
  986.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  987.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  988.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  989.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  991.         return $instance;
  992.     }
  993.     /**
  994.      * Gets the private 'monolog.logger.request' shared service.
  995.      *
  996.      * @return \Symfony\Bridge\Monolog\Logger
  997.      */
  998.     protected function getMonolog_Logger_RequestService()
  999.     {
  1000.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1001.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1002.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1003.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1004.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1005.         return $instance;
  1006.     }
  1007.     /**
  1008.      * Gets the private 'monolog.logger.security' shared service.
  1009.      *
  1010.      * @return \Symfony\Bridge\Monolog\Logger
  1011.      */
  1012.     protected function getMonolog_Logger_SecurityService()
  1013.     {
  1014.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1015.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1016.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1017.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1018.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1019.         return $instance;
  1020.     }
  1021.     /**
  1022.      * Gets the private 'parameter_bag' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1025.      */
  1026.     protected function getParameterBagService()
  1027.     {
  1028.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1029.     }
  1030.     /**
  1031.      * Gets the private 'profiler_listener' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1034.      */
  1035.     protected function getProfilerListenerService()
  1036.     {
  1037.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1038.         if (isset($this->privates['profiler_listener'])) {
  1039.             return $this->privates['profiler_listener'];
  1040.         }
  1041.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), NULLfalsefalseNULL);
  1042.     }
  1043.     /**
  1044.      * Gets the private 'router.request_context' shared service.
  1045.      *
  1046.      * @return \Symfony\Component\Routing\RequestContext
  1047.      */
  1048.     protected function getRouter_RequestContextService()
  1049.     {
  1050.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1051.     }
  1052.     /**
  1053.      * Gets the private 'router_listener' shared service.
  1054.      *
  1055.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1056.      */
  1057.     protected function getRouterListenerService()
  1058.     {
  1059.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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);
  1060.     }
  1061.     /**
  1062.      * Gets the private 'security.authorization_checker' shared service.
  1063.      *
  1064.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1065.      */
  1066.     protected function getSecurity_AuthorizationCheckerService()
  1067.     {
  1068.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1069.         if (isset($this->privates['security.authorization_checker'])) {
  1070.             return $this->privates['security.authorization_checker'];
  1071.         }
  1072.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  1073.     }
  1074.     /**
  1075.      * Gets the private 'security.context_listener.0' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1078.      */
  1079.     protected function getSecurity_ContextListener_0Service()
  1080.     {
  1081.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new RewindableGenerator(function () {
  1082.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ??= new \Symfony\Component\Security\Core\User\InMemoryUserProvider([]));
  1083.             yield => ($this->services['ApidaeTourisme\\ApidaeBundle\\ApidaeUserProvider'] ?? $this->load('getApidaeUserProviderService'));
  1084.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  1085.     }
  1086.     /**
  1087.      * Gets the private 'security.event_dispatcher.main' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1090.      */
  1091.     protected function getSecurity_EventDispatcher_MainService()
  1092.     {
  1093.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1094.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  1095.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1096.         }, => 'checkPassport'], 2048);
  1097.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  1098.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1099.         }, => 'onSuccessfulLogin'], 0);
  1100.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  1101.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1102.         }, => 'onLogout'], 64);
  1103.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  1104.             return ($this->privates['security.logout.listener.session.main'] ??= new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener());
  1105.         }, => 'onLogout'], 0);
  1106.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  1107.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1108.         }, => 'preCheckCredentials'], 256);
  1109.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  1110.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1111.         }, => 'postCheckCredentials'], 256);
  1112.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  1113.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1114.         }, => 'checkPassport'], 1024);
  1115.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  1116.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1117.         }, => 'checkPassport'], 0);
  1118.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  1119.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1120.         }, => 'onLoginSuccess'], 0);
  1121.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  1122.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1123.         }, => 'checkPassport'], 512);
  1124.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  1125.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1126.         }, => 'onLogout'], 0);
  1127.         return $instance;
  1128.     }
  1129.     /**
  1130.      * Gets the private 'security.firewall.map' shared service.
  1131.      *
  1132.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1133.      */
  1134.     protected function getSecurity_Firewall_MapService()
  1135.     {
  1136.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1137.         if (isset($this->privates['security.firewall.map'])) {
  1138.             return $this->privates['security.firewall.map'];
  1139.         }
  1140.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1141.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.kLbKLHa'] ?? $this->load('get_Security_RequestMatcher_KLbKLHaService'));
  1142.             yield 'security.firewall.map.context.main' => NULL;
  1143.         }, 2));
  1144.     }
  1145.     /**
  1146.      * Gets the private 'security.logout_url_generator' shared service.
  1147.      *
  1148.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1149.      */
  1150.     protected function getSecurity_LogoutUrlGeneratorService()
  1151.     {
  1152.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1153.         $instance->registerListener('main''/apidaebundle/logout''logout''_csrf_token'NULLNULL);
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the private 'security.token_storage' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1160.      */
  1161.     protected function getSecurity_TokenStorageService()
  1162.     {
  1163.         return $this->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1164.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1165.         ], [
  1166.             'request_stack' => '?',
  1167.         ]));
  1168.     }
  1169.     /**
  1170.      * Gets the private 'session_listener' shared service.
  1171.      *
  1172.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1173.      */
  1174.     protected function getSessionListenerService()
  1175.     {
  1176.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1177.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  1178.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1179.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1180.         ], [
  1181.             'logger' => '?',
  1182.             'session_collector' => '?',
  1183.             'session_factory' => '?',
  1184.         ]), true$this->parameters['session.storage.options']);
  1185.     }
  1186.     /**
  1187.      * Gets the private 'twig' shared service.
  1188.      *
  1189.      * @return \Twig\Environment
  1190.      */
  1191.     protected function getTwigService()
  1192.     {
  1193.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1194.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/apidae-tourisme/apidae-bundle/templates'));
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/apidae-tourisme/apidae-bundle/templates'), 'Apidae');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/apidae-tourisme/apidae-bundle/templates'), '!Apidae');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1208.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1210.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1211.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  1212.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1213.         $d = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  1214.         $e = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  1215.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1216.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1217.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1218.         $g->setEnvironment('cooking');
  1219.         $g->setDebug(true);
  1220.         $g->setTokenStorage($e);
  1221.         if ($this->has('request_stack')) {
  1222.             $g->setRequestStack($d);
  1223.         }
  1224.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1225.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), $b));
  1226.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  1227.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1228.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__4), 'UTF-8'));
  1229.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1230.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1231.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1232.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1233.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1234.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
  1235.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $e)));
  1237.         $instance->addExtension(new \SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension());
  1238.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1239.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1240.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1241.         ], [
  1242.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1243.             'webpack_encore.tag_renderer' => '?',
  1244.         ])));
  1245.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1246.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1247.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1248.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  1249.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1250.         $instance->addGlobal('app'$g);
  1251.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1252.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1253.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1254.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1255.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates''hwi_oauth.twig.extension.oauth.runtime''getHwiOauth_Twig_Extension_Oauth_RuntimeService'true],
  1256.         ], [
  1257.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1258.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1259.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1260.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  1261.         ])));
  1262.         $instance->addGlobal('app_env'$this->getEnv('APP_ENV'));
  1263.         $instance->addGlobal('app_title'$this->getEnv('APP_TITLE'));
  1264.         $instance->addGlobal('sit_url'$this->getEnv('SIT_URL'));
  1265.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1266.         return $instance;
  1267.     }
  1268.     /**
  1269.      * Gets the private 'web_profiler.csp.handler' shared service.
  1270.      *
  1271.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1272.      */
  1273.     protected function getWebProfiler_Csp_HandlerService()
  1274.     {
  1275.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1276.     }
  1277.     /**
  1278.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1279.      *
  1280.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1281.      */
  1282.     protected function getWebProfiler_DebugToolbarService()
  1283.     {
  1284.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  1285.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1286.             return $this->privates['web_profiler.debug_toolbar'];
  1287.         }
  1288.         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()), NULL);
  1289.     }
  1290.     /**
  1291.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  1292.      *
  1293.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  1294.      */
  1295.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  1296.     {
  1297.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1298.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  1299.         ], [
  1300.             '_default' => '?',
  1301.         ]), '_default');
  1302.     }
  1303.     /**
  1304.      * Gets the public 'profiler' alias.
  1305.      *
  1306.      * @return object The ".container.private.profiler" service.
  1307.      */
  1308.     protected function getProfilerService()
  1309.     {
  1310.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1311.         return $this->get('.container.private.profiler');
  1312.     }
  1313.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  1314.     {
  1315.         if (isset($this->buildParameters[$name])) {
  1316.             return $this->buildParameters[$name];
  1317.         }
  1318.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  1319.             throw new ParameterNotFoundException($name);
  1320.         }
  1321.         if (isset($this->loadedDynamicParameters[$name])) {
  1322.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1323.         }
  1324.         return $this->parameters[$name];
  1325.     }
  1326.     public function hasParameter(string $name): bool
  1327.     {
  1328.         if (isset($this->buildParameters[$name])) {
  1329.             return true;
  1330.         }
  1331.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  1332.     }
  1333.     public function setParameter(string $name$value): void
  1334.     {
  1335.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1336.     }
  1337.     public function getParameterBag(): ParameterBagInterface
  1338.     {
  1339.         if (null === $this->parameterBag) {
  1340.             $parameters $this->parameters;
  1341.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1342.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1343.             }
  1344.             foreach ($this->buildParameters as $name => $value) {
  1345.                 $parameters[$name] = $value;
  1346.             }
  1347.             $this->parameterBag = new FrozenParameterBag($parameters);
  1348.         }
  1349.         return $this->parameterBag;
  1350.     }
  1351.     private $loadedDynamicParameters = [
  1352.         'kernel.runtime_environment' => false,
  1353.         'kernel.build_dir' => false,
  1354.         'kernel.cache_dir' => false,
  1355.         'DATA_PATH' => false,
  1356.         'apidaebundle.task_folder' => false,
  1357.         'SIT_METADATA_KEY' => false,
  1358.         'WS_URL' => false,
  1359.         'SIT_URL' => false,
  1360.         'SIT_API_URL' => false,
  1361.         'APIDAE_LECTURE_PROJETID' => false,
  1362.         'APIDAE_LECTURE_APIKEY' => false,
  1363.         'APIDAE_ECRITURE_FRONT' => false,
  1364.         'kernel.secret' => false,
  1365.         'debug.file_link_format' => false,
  1366.         'debug.container.dump' => false,
  1367.         'router.cache_dir' => false,
  1368.         'session.save_path' => false,
  1369.         'profiler.storage.dsn' => false,
  1370.         'doctrine.orm.proxy_dir' => false,
  1371.     ];
  1372.     private $dynamicParameters = [];
  1373.     private function getDynamicParameter(string $name)
  1374.     {
  1375.         $value = match ($name) {
  1376.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  1377.             'kernel.build_dir' => $this->targetDir.'',
  1378.             'kernel.cache_dir' => $this->targetDir.'',
  1379.             'DATA_PATH' => $this->getEnv('DATA_PATH'),
  1380.             'apidaebundle.task_folder' => $this->getEnv('APIDAEBUNDLE_TASK_FOLDER'),
  1381.             'SIT_METADATA_KEY' => $this->getEnv('SIT_METADATA_KEY'),
  1382.             'WS_URL' => $this->getEnv('WS_URL'),
  1383.             'SIT_URL' => $this->getEnv('SIT_URL'),
  1384.             'SIT_API_URL' => $this->getEnv('SIT_API_URL'),
  1385.             'APIDAE_LECTURE_PROJETID' => $this->getEnv('APIDAE_MEMBRES_PROJETID'),
  1386.             'APIDAE_LECTURE_APIKEY' => $this->getEnv('APIDAE_MEMBRES_APIKEY'),
  1387.             'APIDAE_ECRITURE_FRONT' => $this->getEnv('APIDAE_ECRITURE_FRONT'),
  1388.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  1389.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  1390.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelCookingDebugContainer.xml'),
  1391.             'router.cache_dir' => $this->targetDir.'',
  1392.             'session.save_path' => ($this->targetDir.''.'/sessions'),
  1393.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  1394.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  1395.             default => throw new ParameterNotFoundException($name),
  1396.         };
  1397.         $this->loadedDynamicParameters[$name] = true;
  1398.         return $this->dynamicParameters[$name] = $value;
  1399.     }
  1400.     protected function getDefaultParameters(): array
  1401.     {
  1402.         return [
  1403.             'kernel.project_dir' => \dirname(__DIR__4),
  1404.             'kernel.environment' => 'cooking',
  1405.             'kernel.debug' => true,
  1406.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1407.             'kernel.bundles' => [
  1408.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1409.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1410.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  1411.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1412.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1413.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1414.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  1415.                 'ApidaeBundle' => 'ApidaeTourisme\\ApidaeBundle\\ApidaeBundle',
  1416.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1417.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1418.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1419.             ],
  1420.             'kernel.bundles_metadata' => [
  1421.                 'FrameworkBundle' => [
  1422.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1423.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1424.                 ],
  1425.                 'MakerBundle' => [
  1426.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1427.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1428.                 ],
  1429.                 'WebpackEncoreBundle' => [
  1430.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  1431.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  1432.                 ],
  1433.                 'TwigBundle' => [
  1434.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1435.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1436.                 ],
  1437.                 'WebProfilerBundle' => [
  1438.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1439.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1440.                 ],
  1441.                 'SecurityBundle' => [
  1442.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1443.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1444.                 ],
  1445.                 'HWIOAuthBundle' => [
  1446.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src'),
  1447.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  1448.                 ],
  1449.                 'ApidaeBundle' => [
  1450.                     'path' => (\dirname(__DIR__4).'/vendor/apidae-tourisme/apidae-bundle'),
  1451.                     'namespace' => 'ApidaeTourisme\\ApidaeBundle',
  1452.                 ],
  1453.                 'DoctrineBundle' => [
  1454.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1455.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1456.                 ],
  1457.                 'DoctrineMigrationsBundle' => [
  1458.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1459.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1460.                 ],
  1461.                 'MonologBundle' => [
  1462.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1463.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1464.                 ],
  1465.             ],
  1466.             'kernel.charset' => 'UTF-8',
  1467.             'kernel.container_class' => 'App_KernelCookingDebugContainer',
  1468.             'event_dispatcher.event_aliases' => [
  1469.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1470.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1471.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  1472.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1473.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1474.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1475.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1476.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1477.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1478.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1479.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1480.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1481.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1482.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1483.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1484.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1485.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1486.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  1487.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  1488.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  1489.             ],
  1490.             'fragment.renderer.hinclude.global_template' => NULL,
  1491.             'fragment.path' => '/_fragment',
  1492.             'kernel.http_method_override' => false,
  1493.             'kernel.trust_x_sendfile_type_header' => false,
  1494.             'kernel.trusted_hosts' => [
  1495.             ],
  1496.             'kernel.default_locale' => 'en',
  1497.             'kernel.enabled_locales' => [
  1498.             ],
  1499.             'kernel.error_controller' => 'error_controller',
  1500.             'asset.request_context.base_path' => NULL,
  1501.             'asset.request_context.secure' => NULL,
  1502.             'debug.error_handler.throw_at' => -1,
  1503.             'router.request_context.host' => 'localhost',
  1504.             'router.request_context.scheme' => 'http',
  1505.             'router.request_context.base_url' => '',
  1506.             'router.resource' => 'kernel::loadRoutes',
  1507.             'request_listener.http_port' => 80,
  1508.             'request_listener.https_port' => 443,
  1509.             'session.metadata.storage_key' => '_sf2_meta',
  1510.             'session.storage.options' => [
  1511.                 'cache_limiter' => '0',
  1512.                 'cookie_secure' => 'auto',
  1513.                 'cookie_httponly' => true,
  1514.                 'cookie_samesite' => 'lax',
  1515.                 'gc_probability' => 1,
  1516.             ],
  1517.             'session.metadata.update_threshold' => 0,
  1518.             'form.type_extension.csrf.enabled' => true,
  1519.             'form.type_extension.csrf.field_name' => '_token',
  1520.             'validator.translation_domain' => 'validators',
  1521.             'profiler_listener.only_exceptions' => false,
  1522.             'profiler_listener.only_main_requests' => false,
  1523.             'twig.form.resources' => [
  1524.                 => 'form_div_layout.html.twig',
  1525.             ],
  1526.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  1527.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1528.             'web_profiler.debug_toolbar.mode' => 2,
  1529.             'security.role_hierarchy.roles' => [
  1530.             ],
  1531.             'security.access.denied_url' => NULL,
  1532.             'security.authentication.manager.erase_credentials' => true,
  1533.             'security.authentication.session_strategy.strategy' => 'migrate',
  1534.             'security.authentication.hide_user_not_found' => true,
  1535.             'security.firewalls' => [
  1536.                 => 'dev',
  1537.                 => 'main',
  1538.             ],
  1539.             'hwi_oauth.resource_ownermap.configured.main' => [
  1540.                 'apidae' => '/apidaebundle/login/check-apidae',
  1541.             ],
  1542.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  1543.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  1544.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  1545.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  1546.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  1547.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  1548.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  1549.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  1550.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  1551.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  1552.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  1553.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  1554.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  1555.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  1556.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  1557.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  1558.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  1559.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  1560.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  1561.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  1562.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  1563.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  1564.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  1565.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  1566.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  1567.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  1568.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  1569.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  1570.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  1571.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  1572.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  1573.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  1574.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  1575.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  1576.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  1577.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  1578.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  1579.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  1580.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  1581.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  1582.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  1583.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  1584.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  1585.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  1586.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  1587.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  1588.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  1589.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  1590.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  1591.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  1592.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  1593.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  1594.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  1595.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  1596.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  1597.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  1598.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  1599.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  1600.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  1601.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  1602.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  1603.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  1604.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  1605.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  1606.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  1607.             'hwi_oauth.target_path_parameter' => NULL,
  1608.             'hwi_oauth.target_path_domains_whitelist' => [
  1609.             ],
  1610.             'hwi_oauth.use_referer' => false,
  1611.             'hwi_oauth.failed_use_referer' => false,
  1612.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  1613.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  1614.             'hwi_oauth.resource_owners' => [
  1615.                 'apidae' => 'apidae',
  1616.             ],
  1617.             'hwi_oauth.connect' => false,
  1618.             'hwi_oauth.connect.confirmation' => false,
  1619.             'hwi_oauth.connect.registration_form' => NULL,
  1620.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1621.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1622.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1623.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1624.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1625.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1626.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1627.             'doctrine.entity_managers' => [
  1628.                 'default' => 'doctrine.orm.default_entity_manager',
  1629.             ],
  1630.             'doctrine.default_entity_manager' => 'default',
  1631.             'doctrine.dbal.connection_factory.types' => [
  1632.             ],
  1633.             'doctrine.connections' => [
  1634.                 'default' => 'doctrine.dbal.default_connection',
  1635.             ],
  1636.             'doctrine.default_connection' => 'default',
  1637.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1638.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1639.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1640.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1641.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1642.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1643.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1644.             'doctrine.orm.cache.memcache_port' => 11211,
  1645.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1646.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1647.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1648.             'doctrine.orm.cache.memcached_port' => 11211,
  1649.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1650.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1651.             'doctrine.orm.cache.redis_host' => 'localhost',
  1652.             'doctrine.orm.cache.redis_port' => 6379,
  1653.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1654.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1655.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1656.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1657.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1658.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1659.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1660.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1661.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1662.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1663.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  1664.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1665.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1666.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1667.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1668.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1669.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1670.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1671.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1672.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1673.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1674.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1675.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1676.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1677.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1678.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1679.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1680.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1681.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1682.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1683.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1684.             'doctrine.orm.enable_lazy_ghost_objects' => true,
  1685.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1686.             'doctrine.migrations.preferred_em' => NULL,
  1687.             'doctrine.migrations.preferred_connection' => NULL,
  1688.             'monolog.use_microseconds' => true,
  1689.             'monolog.swift_mailer.handlers' => [
  1690.             ],
  1691.             'monolog.handlers_to_channels' => [
  1692.                 'monolog.handler.taches' => [
  1693.                     'type' => 'inclusive',
  1694.                     'elements' => [
  1695.                         => 'taches',
  1696.                     ],
  1697.                 ],
  1698.                 'monolog.handler.console' => [
  1699.                     'type' => 'exclusive',
  1700.                     'elements' => [
  1701.                         => 'event',
  1702.                         => 'doctrine',
  1703.                         => 'console',
  1704.                     ],
  1705.                 ],
  1706.                 'monolog.handler.main' => [
  1707.                     'type' => 'exclusive',
  1708.                     'elements' => [
  1709.                         => 'event',
  1710.                     ],
  1711.                 ],
  1712.             ],
  1713.             'data_collector.templates' => [
  1714.                 'data_collector.request' => [
  1715.                     => 'request',
  1716.                     => '@WebProfiler/Collector/request.html.twig',
  1717.                 ],
  1718.                 'data_collector.time' => [
  1719.                     => 'time',
  1720.                     => '@WebProfiler/Collector/time.html.twig',
  1721.                 ],
  1722.                 'data_collector.memory' => [
  1723.                     => 'memory',
  1724.                     => '@WebProfiler/Collector/memory.html.twig',
  1725.                 ],
  1726.                 'data_collector.ajax' => [
  1727.                     => 'ajax',
  1728.                     => '@WebProfiler/Collector/ajax.html.twig',
  1729.                 ],
  1730.                 'data_collector.form' => [
  1731.                     => 'form',
  1732.                     => '@WebProfiler/Collector/form.html.twig',
  1733.                 ],
  1734.                 'data_collector.exception' => [
  1735.                     => 'exception',
  1736.                     => '@WebProfiler/Collector/exception.html.twig',
  1737.                 ],
  1738.                 'data_collector.logger' => [
  1739.                     => 'logger',
  1740.                     => '@WebProfiler/Collector/logger.html.twig',
  1741.                 ],
  1742.                 'data_collector.events' => [
  1743.                     => 'events',
  1744.                     => '@WebProfiler/Collector/events.html.twig',
  1745.                 ],
  1746.                 'data_collector.router' => [
  1747.                     => 'router',
  1748.                     => '@WebProfiler/Collector/router.html.twig',
  1749.                 ],
  1750.                 'data_collector.cache' => [
  1751.                     => 'cache',
  1752.                     => '@WebProfiler/Collector/cache.html.twig',
  1753.                 ],
  1754.                 'data_collector.security' => [
  1755.                     => 'security',
  1756.                     => '@Security/Collector/security.html.twig',
  1757.                 ],
  1758.                 'data_collector.twig' => [
  1759.                     => 'twig',
  1760.                     => '@WebProfiler/Collector/twig.html.twig',
  1761.                 ],
  1762.                 'data_collector.http_client' => [
  1763.                     => 'http_client',
  1764.                     => '@WebProfiler/Collector/http_client.html.twig',
  1765.                 ],
  1766.                 'data_collector.doctrine' => [
  1767.                     => 'db',
  1768.                     => '@Doctrine/Collector/db.html.twig',
  1769.                 ],
  1770.                 'data_collector.config' => [
  1771.                     => 'config',
  1772.                     => '@WebProfiler/Collector/config.html.twig',
  1773.                 ],
  1774.             ],
  1775.             'console.command.ids' => [
  1776.             ],
  1777.         ];
  1778.     }
  1779. }